1366
Portal X / Re: Compression Challenge
« on: December 10, 2010, 03:50:30 pm »
So by l6 do you mean the list l6, or is it an axe variable? Sorry, I'm an axe n00b.
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. 1366
Portal X / Re: Compression Challenge« on: December 10, 2010, 03:50:30 pm »
So by l6 do you mean the list l6, or is it an axe variable? Sorry, I'm an axe n00b.
1367
Computer Programming / Re: Mac Users/programmers and static/dynamic« on: December 09, 2010, 09:51:53 pm »
I've had no experience with macs, but did you try removing the -static flag?
1368
Other Calculators / Re: Where did you get your calcs from?« on: December 09, 2010, 09:47:54 pm »
Nspire: Staples
Who would pawn their nspire 1369
News / Re: Nostromo updates & Z80 POTY survey opening« on: December 09, 2010, 08:13:09 pm »Is it going to be released? It seems like it would be very handy to use. I wonder how hard an nspire port would be? at the same screen res (with double or triple pixels) you could probably even have wall textures!well, it was written in z80 asm, so it'd be hard to make a true port, it would have to be a complete rewrite using the same concepts. Finally, we can have halo for calc! 1370
Portal X / Re: Compression Challenge« on: December 09, 2010, 08:07:39 pm »
How long will this contest be open? I had a good compression idea, but I'm too busy to work on it until this Sunday.
1371
Computer Programming / Re: Brainf*ck« on: December 08, 2010, 07:56:50 pm »
Loooooooooooooooooooool!
I especially liked the Text language. 1372
Humour and Jokes / Re: Omnimaga Uploads Allowed File Extensions« on: December 08, 2010, 04:36:46 pm »* fb39ca4 loses the game
1373
Other Calculators / Re: TI NSpire 84+ Keypad« on: December 08, 2010, 04:34:02 pm »* fb39ca4 says controversial words at iPod autocorrect. Really, I meant nleash. 1374
Other Calculators / Re: TI NSpire 84+ Keypad« on: December 08, 2010, 04:27:32 pm »
It'll be the same one, so you will need to use bleary.
1375
Other Calculators / Re: TI NSpire 84+ Keypad« on: December 08, 2010, 04:20:53 pm »
Well, you can just use gbc4nspire. It isn't restricted by the 84 screen, and also supports gameboy color games.
1376
Computer Usage and Setup Help / Re: building a computer!« on: December 08, 2010, 04:02:26 pm »nice :O. That one looks really good, I wonder if it's one of the best around that price?For the 500 series, nvidiA got better chip yields, so now the 570 has 480 cores activated, like the gtx480 does. 1377
News / Re: Omnimaga helps quadratic solver development« on: December 08, 2010, 02:43:06 pm »Lol I remember seeing that on calc84maniac's post count. EDIT: ninja'd! 1378
Other Calculators / Re: TI NSpire 84+ Keypad« on: December 08, 2010, 01:45:24 pm »
Personally, I think it's okay, but it does have issues like the missing undocumented instructions and no os upgrading. It would be awesome if there was an 8x emulator for the nspire, with 100% compatibiliy and debugging features, though.
1379
Humour and Jokes / Re: The Legend of Omnimaga« on: December 08, 2010, 01:40:40 pm »With their horrible nspire we are working so hard to tame.After that, there were many more valuable additions to the team, and the family of Omnimaga continued to grow, and give power to the force that resides in The Game, The Rickroll, and everything else that stands between 4chan, and the rest of the world. 1380
Computer Programming / Re: Brainf*ck« on: December 08, 2010, 01:32:47 pm »
It's set up so you have 30kb of memory all set to zero, and a pointer at the zeroth byte.
There's only 8 commands: < > increment or decrement the pointer by 1 + - increment or decrement the value of the byte the pointer points to . , print or store a character in the current cell [ if the value of the current byte is zero, then go past the corresponding ] ] go back to the matching [ What I found really ... odd ... is someone wrote a brainf*ck ... in brainf*ck. |
|