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.


Messages - Streetwalrus

Pages: 1 ... 276 277 [278] 279 280 ... 283
4156
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 24, 2013, 11:13:34 am »
Use cream.

I love chocolate.

4157
Computer Usage and Setup Help / Re: Home Server
« on: January 24, 2013, 12:52:22 am »
Pentium 4 (the later ones with Hyper Threading) + 4GB RAM should do. If you need a mobo, G41 ones are around $50.

4158
TI Z80 / Re: Pokemon Topaze (Axe)
« on: January 23, 2013, 01:32:55 pm »
Basically, he wants you to check if an enemy pokemon's level is enough for it to have evolved and if so, make it the evolved form. Probably also the reverse.
So that you don't find a level 50 Machop or level 5 Machoppeur (sorry for the french names, I never played pokemon in another language :P).

4159
TI-Nspire / Re: nSpiKx - TI-nSpire emulator for Mac os x (Cocoa)
« on: January 23, 2013, 11:54:10 am »
Also, I read the post you linked and you can as well try to upload the fix so we can test for you.

4160
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 23, 2013, 11:07:52 am »
Overcook it and see if it changes something to that.

Nobody at school knows THE GAME (ahhh french people).

4161
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: January 23, 2013, 11:03:13 am »
4243 : You notice the previous one is 101010b * 100d + 101010b
4244 : You made a program that lists all the divisors of a number, tells you how many it has, and if it's a prime or a perfect number. :D
4245 : You have seven Omni tabs opened ATM.

Also, Frey, I have TiLP on my Mac and it works like a charm. Install it via MacPorts.

4162
Gaming Discussion / Re: Your best video game pickups.
« on: January 23, 2013, 10:52:09 am »
I kept my GameCube and my GBA SP (out of my five games for that one, the best are Super Mario Bros 3 and Pokémon Fire Red which I'm currently replaying for the fourth time :P). My father wants me to sell the GC but I'll never do that.

Also Deep Thought, this one was hilarious. The best part is that I'm currently playing HL2. :D

4163
Ash: Phoenix / Re: [A:P] Computer IDE
« on: January 23, 2013, 12:25:43 am »
It looks pretty cool. Just a suggestion though : spawn windows in the middle of the screen.
Also, it doesn't auto-quit when you close it.

4164
Ash: Phoenix / Re: Ash: Phoenix- Reboot
« on: January 22, 2013, 12:43:28 pm »
I think Diamond and Pearl are the Pokémon games. :P Indeed, there are swampy and snow areas that you can get stuck in, and you can't use your bicycle, so you have to run constantly. That's pretty fun.

4165
TI-Nspire / Re: nSpiKx - TI-nSpire emulator for Mac os x (Cocoa)
« on: January 22, 2013, 12:41:30 pm »
Thank you for the tech support. ;)
Be sure to put ML on a sturdy machine, though, because it's a CPU hogger (mine is constantly maxed :P).

4166
TI-Nspire / Re: nSpiKx - TI-nSpire emulator for Mac os x (Cocoa)
« on: January 21, 2013, 12:04:11 pm »
I have a Core2Duo + ATI 4670 IIRC. OS is 10.8.2.

4167
TI-Nspire / Re: nSpiKx - TI-nSpire emulator for Mac os x (Cocoa)
« on: January 20, 2013, 12:33:34 pm »
...and now for something different.

The app works as far as emulating, but nothing is actually shown on-screen (not sure why). And yet, the console shows that the OS indeed boots, and I can copy actual screenshots from the emulator into another program. I'm just unable to see what's on the emulated screen. It looks like this.
Same for me with both version. kArmTI on Wine works great but I can't put my Pokemon Emerald ROM on it for some reason, so I tried this one.

4168
Ash: Phoenix / Re: [A:P] Computer IDE
« on: January 19, 2013, 07:33:24 am »
Spoiler For Spoiler:
java.io.FileNotFoundException: moves.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1587)
java.io.FileNotFoundException: enemymeta.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1618)
java.io.FileNotFoundException: enesprites.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1646)
java.io.FileNotFoundException: items.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1670)
java.io.FileNotFoundException: npcconvos.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1711)
java.io.FileNotFoundException: tileout.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1742)
java.io.FileNotFoundException: npcsprites.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1773)
java.io.FileNotFoundException: overworl.asm (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at java.io.FileInputStream.<init>(FileInputStream.java:97)
   at ide.main(ide.java:1796)
Exception in thread "main" java.lang.NullPointerException
   at ide.main(ide.java:1810)

YOU FORGOT THE FREAKIN' DATA FILES !!!!!
* Streetwalker shouldn't scream like that. :P

4169
Ash: Phoenix / Re: [A:P] Computer IDE
« on: January 18, 2013, 10:42:39 pm »
*.*
That's awesome !

4170
News / Re: TI-84 Plus C Color official press release
« on: January 18, 2013, 08:21:23 am »
Yeah, that question was stupid. :P

Pages: 1 ... 276 277 [278] 279 280 ... 283