Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Juju

Pages: 1 ... 8 9 [10] 11 12 ... 17
136
News / USB support for Ndless
« on: March 31, 2012, 02:46:43 pm »
Today, ExtendeD reports on his blog he managed to make USB work on Ndless. Support is rather instable and preliminary right now, but his demo program, which only requires a few lines of code, shows the name of the USB device plugged in.



Obviously, this opens new doors to Nspire development, as you can write programs that uses USB devices, such as flash drives, mice, keyboards, name it. You have to write your own driver though, but porting existing BSD drivers should be possible as the TI-Nspire OS USB stack is a modified version of the BSD one.

Sources:
http://ndlessly.wordpress.com/2012/03/31/usb-hacking/
http://tiplanet.org/forum/viewtopic.php?t=8974&p=122291#p122291

137
Miscellaneous / What is the color of your nick on OmnomIRC?
« on: March 27, 2012, 10:20:39 pm »
And what do you think of it?

Also here's a quick little script to help you: http://julosoft.net/namecolor.php

Mine is green :D And oddly, it matches my CoT color. Fun.

138
News / The Great Axe Wiki Spring Cleaning
« on: March 24, 2012, 11:34:47 pm »
Spring just arrived this week, unfortunately spambots invaded Axe Wiki which has been pretty much abandoned, so I hereby declare the Great Axe Wiki Spring Cleaning open. How you can help?

1. Register. Much like WikiTI, registrations and guest editing has now been disabled. To create an account, you must PM a SysOp (any Omnimaga staff who have an account there) with your desired username and your email address. CoT, ARS and Managers automatically gets Bureaucrat or SysOp access.
2. Delete spam. You don't need any special access to undo edits, so you can help deleting spam.
3. Contribute. If you have a routine you want to share or you want to document a command, feel free to do so. The more content the wiki has, the more useful it is.
4. Help. If you have an idea for the wiki, such as a MediaWiki plugin, contact me and I can install it.

Please help the Axe Wiki to get cleaner and more useful for everyone. Of course, most of those principles also applies to the Prizm Wiki. Thank you for your time.

139
Computer Projects and Ideas / Speedcoding
« on: March 21, 2012, 12:46:51 am »
Dunno if anyone does speedcoding here, but I did some today, I had to make some sort of tic-tac-toe game in 3D in a time limit of 3 hours (minus the theorical exam, so about 2h30). The game include self-made 3D models, music and sounds effects (credit to respectively DJ Omnimaga and myself), a background (again, credits to DJ Omnimaga) and some coding. Lacked time to do something more fancy though, but I think it's pretty fancy already. And pretty optimized. (I saw fancier though.)

Download link, includes source code with Visual Studio 2010 project and binary you'll find in some bin folder, requires 7-zip, .NET Framework 4 and XNA Framework 4.

Controls:
QWE       789
ASD  or  456 (numpad, make sure Num Lock is on) : Input
ZXC        123
F5: Restart
Mouse: Fancy rotation
Scroll: Zoom

140
Casio Calculators / MOVED: Prizm OS 1.04 available
« on: March 15, 2012, 02:36:43 am »
This topic has been moved to News.

http://ourl.ca/15533

141
Miscellaneous / MikuMikuDanceAdventures
« on: March 14, 2012, 09:57:43 pm »
So in my infinite boredness, I had the brillant idea to start a webcomic. This one works much like MS Paint Adventures, in which you submit the author commands (>This character: Do this), so it results in a collective RPGish story. I'll make pretty much all the frames in MikuMikuDance (MMD), a software made for making Vocaloid videoclips and will feature tons of characters, including Hatsune Miku. (Well, maybe not tons, but at least more than one.)

First panel is pretty simple, you just meet Hatsune Miku. You can use this thread to command her what to do. (I might expect her to explore her surroundings.)

http://mmdadventures.julosoft.net/?p=1

142
TI Z80 / MOVED: 15 posts ownage (Made sure unlike Jonius :P)
« on: March 10, 2012, 09:46:32 pm »
This topic has been moved to Spam.

http://ourl.ca/15488

143
News / Juju steps down as manager
« on: March 06, 2012, 11:09:59 pm »
Hello my dearest friends,

It is with a heavy heart that I'm afraid I have to step down as manager as well, making me the third manager to step down as of lately. But not exactly for the same reasons. Me and the other managers, Eeems, Netham45 and Deep Thought, came at the conclusion that I am not able to keep up with the job of manager, due to various reasons, so we decided to make me step down. I'll still remain Coder of Tomorrow and operator on IRC and my activity probably won't decrease.

Hope you are okay with this, hope I'll help as much as I can with the site and that maybe, one day, I'll come back...

May the force be with you,
Juju

144
Web Programming and Design / FPS Counter
« on: March 04, 2012, 01:11:23 am »
Paste this into your address bar and/or your bookmark bar and you get a FPS counter on any site. Pretty useful if you lag or if you want to benchmark your browser. (Note that it's the same FPS counter used in OmniPlayer2.)
 
Code: [Select]
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='http://github.com/mrdoob/stats.js/raw/master/build/Stats.js';document.body.appendChild(script);script=document.createElement('script');script.innerHTML='var interval=setInterval(function(){if(typeof Stats==\'function\'){clearInterval(interval);var stats=new Stats();stats.getDomElement().style.position=\'fixed\';stats.getDomElement().style.left=\'0px\';stats.getDomElement().style.top=\'0px\';document.body.appendChild(stats.getDomElement());setInterval(function(){stats.update();},1000/60);}},100);';document.body.appendChild(script);})();

145
Computer Usage and Setup Help / Version Control Systems
« on: February 21, 2012, 08:45:43 pm »
So we're 14 working on the Dark Side of the Sun, but the problem is that we have no version or little control on the versions. Everything went fine until all the sub-teams merged together, everyone began working on the same files on a shared folder on Dropbox, so everyone kept overwriting each other and the result is some shit that doesn't even work and we had to rewrite stuff several times. In the end, we didn't even made any progress today. (I warned them about stairs version control!)

So I decided it was enough and use a version control system, despite what our teacher project manager told us about version control systems not being as part of the course. And it's here I ask you advice: which to use? Keep in mind it have to be compatible with Visual Studio, be simple to use (as I don't want to take more than 10 minutes to explain them to each of my colleagues) and don't need to take more than 5 minutes to configure (as the computers have Deep Freeze on them (except for a secondary drive) and we have to install and configure our stuff each time we have to open the computer). I thought about Git or TFS (we have TFS servers at school, dunno if we can use them), what do you think?

146
Other / CRC Robotics Competition
« on: February 19, 2012, 01:55:15 am »
So I just came home from one of the most interesting competitions I ever participated to.



This is the Snail. We took something like 6 weeks to build it with our bare hands and not even a week to program it to do what we wanted it to do with a remote control. Then we took it to Montréal (which is about 275 km away) to compete in Profuga 2012. We used a VEX (which have a PIC in it and is remote-controlled). 22 teams participated in this 11th edition, we were the 1st french-speaking team from the Québec region to participate though.

The rules were pretty interesting. 4 teams were competing together in 2 teams, trying to bring cubes to the other side of the field. Obviously, our robot totally failed to stock cubes in the wheel on the picture for later dumping them at the designated place. It was supposed to have claws too, but it never worked. Despite the thing never worked and fell at the near bottom of the rankings, getting eliminated at the first round (1/8 finals), we still won 4 prizes.

- Best website - Best rookie (rookie because it was the 1st time our school participated)
- Best website - 3rd place
- Best presentation video - Best rookie
- The "Lâche pas la patate" perseverance trophy (which was cooler than the other best team overall trophy and the rest of the prizes, it looks like a bunch of metal pieces melted together, actually our 2 mechanics and the electrician kept working on it and modifying it from 7:30AM to 2AM at the hotel room... They merited it.)
- Of course, a participation prize.

So yeah that was pretty interesting, I hope to come back next year. ^_^

147
The Dark Side of the Sun: L'Attaque des Lucioles (Attack of the Fireflies in English) is an upcoming new 3D game for Windows and Xbox 360 (yes we'll probably put it for sale on the Xbox Marketplace) about spaceships shooting each other and trying to capture the enemy base. There's planets you can capture and put turrets on them, much like Tower Defence. Coming soon in March 2012! I'll tell you more soon as the game gets developed by the game studio I'm part of. (Actually it just my class acting exactly like a game studio. :P We are 15 to work on it and it's the goal to produce a game like it was produced by a real game studio. My college is awesome lol :P)

Also, do you want to have your song featured in the OST of game made professionnally? Look no further! I'm in charge of the soundtrack and I'm searching good and original songs to put in the game. It could be spacey, quiet and warriorish since the game (which you lost BTW :P) is set in space, but it could be anything since I might implement a car radio in the spaceship. So your song must:

- Be original (made by you or your friend if he consents). You could make some obscure winks to other songs such as Never Gonna Give You Up somewhere in your song, though.
- Be submitted by email, PM or on this thread before March. (There's no set date, but I want them the fastest possible.)
- It can be already released somewhere before, as it can be unreleased before.
- By submitting your song, you give us the right to put it in the game and an eventual OST album (I don't guarantee it'll appear in the game and OST album for sure though. I might accept all the songs submitted or none of them).

And who knows, your song could be featured as the main theme of the game!

148
Computer Projects and Ideas / Rainbow Dash: The Game
« on: February 06, 2012, 06:51:49 pm »
I had to follow some tutorial at school and I deviated from it. It's in 3D and you're supposed to control a spaceship and shoot asteroids with bullets, but I replaced the spaceship and asteroids with Rainbow Dash from My Little Pony. Proudly made in XNA. (So no Mac or Linux version, sorry :() Maybe more features coming soon, as I discover and test more XNA features.

Super Awesome Readme You Should Read:

Prerequisites:
Microsoft .NET Framework 4
Microsoft XNA Framework 4 Client Profile

Controls ([Keyboard]/<Xbox 360 controller>):
[Z]/<RT>: Go forward
[X]/<LT>: Go backwards
[Arrow Keys]/<Left Thumb>: Rotate
[Left Shift/Control]/<LS/RS>: Do a (shitty) barrel roll
[Space]/<A>: Uhhh, fart bullets?
[R]/<Back>: Reset position to the center
[Esc]/<Start>: Quit

Have fun :P
Goddamn what the hell I've made o.o

Download (35.6 MiB)

149
News / 2 years of Axe Parser
« on: February 01, 2012, 10:47:23 pm »
Today marks the second anniversary of the very first release of Axe Parser by Quigibo. Two years ago, on Feburary 1st, 2010, Quigibo posted on our forums Axe 0.0.1, a revolutionary new programming language for the TI-83+ series. This release didn't contained a lot of features, but still enough to compete with the already existing assembly libraries and the like. The program quickly gained popularity, becoming the most used language for the 83+/84+ and one of the hugest pillars of Omnimaga, probably even making the TI community double its activity. Axe even competes with TI-Basic and assembly, the two official languages that comes with the 83+, due to the easy learning curve with TI-Basic and the ASM-like powers of the language. Nowadays, Axe 1.1.1 comes with countless features making powerful ASM games to be written as easily as in TI-Basic.

We would like to thank Quigibo for his huge contribution to the calc community, without Axe, the community probably wouldn't be as active and interesting as now.

EDIT: Axe 1.1.2 Second Anniversary Edition is out, have fun using the new Axe Fusion feature!

150
Humour and Jokes / Moving Omnimaga to Geocities
« on: January 25, 2012, 11:38:13 pm »
http://wonder-tonic.com/geocitiesizer/content.php?theme=1&url=omnimaga.org

It's how it would look like if we did so. And if it still existed. Please warn your eyes before clicking. Oops, too late, I guess.

Pages: 1 ... 8 9 [10] 11 12 ... 17