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 - calcdude84se

Pages: 1 ... 100 101 [102] 103 104 ... 161
1516
Other Calc-Related Projects and Ideas / Re: Answer Programs
« on: July 29, 2010, 12:06:00 pm »
I don't think so... What would it set it to? :P

1517
Other Calc-Related Projects and Ideas / Re: Answer Programs
« on: July 29, 2010, 12:02:12 pm »
You can use Disp, followed by a no-argument Pause ;D

1518
Humour and Jokes / Re: Tab Explosion (xkcd (again))
« on: July 29, 2010, 11:52:05 am »
lol tvtropes. :P
It can be found at tvtropes.org obviously.
Don't stay away from Omnimaga for too long, though. ;D

1519
Humour and Jokes / Re: A spambot in love
« on: July 29, 2010, 11:49:13 am »
Ah, this one :P
You forgot the alt-text, which is highly amusing.
Quote
Fine, walk away. I'm gonna go cry into a pint of Ben&Jerry's Brownie Batter(tm) ice cream [link], then take out my frustration on a variety of great flash games from PopCap Games(r) [link].

1520
Axe / Re: Total noob question
« on: July 29, 2010, 11:46:45 am »
Yeah, it was language-wide, IIRC
You can even do
Code: [Select]
Disp "Hello World"+6theoretically. (I haven't checked yet, though) It should display "World"

1521
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 29, 2010, 11:42:52 am »
I could've sworn I said "cmd", not "command"...
Oh well, nice to hear it works! :)

1522
Other Calculators / Re: Weird Wabbit wariables
« on: July 29, 2010, 11:36:39 am »
yeah. However, it's not permanent for archived files unless you unarchive and rearchive it.

1523
Other Calc-Related Projects and Ideas / Re: Answer Programs
« on: July 29, 2010, 11:33:30 am »
The main problem is with modifying a single value in a list. Using augment( and seq(, despite being the only way to do it, is slow for a large number of values.
I might try my hand at making an interesting game with this method at some point. :)

1524
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 28, 2010, 10:35:03 pm »
Hm... how about opening the ROMPDUMP directory in Windows Explorer, shift-right-clicking, and choose "open command window here"
Then you only need to type the last line.

1525
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 28, 2010, 10:30:16 pm »
... Normally it isn't set like that.
use this line, then
cd "My Documents"
Note the quotes
Edit: ninja'd :P

1526
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 28, 2010, 10:24:54 pm »
Windows-R
cmd
cd My Documents
(If this doesn't work, use:)
cd Documents
cd ROMPDUMP
rom8x -u (Insert name of OS file here)

Edit: by Windows-R I mean hold the windows key, press R, and release both.

1527
The Axe Parser Project / Re: Axe Parser
« on: July 28, 2010, 09:52:12 pm »
You use it just like normal, but with the -> followed by the buffer on the end, where BUFF is any 768-byte buffer.
Pt-On(X,Y,Pic0)->L3 is the equivalent of Pt-On(X,Y,Pic0)r, for example.

1528
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 28, 2010, 09:42:43 pm »
lol, that was the point of Rom8x ;D
Have fun w/WabbitEmu! (If it's working)

1529
Other Calculators / Re: Dumping a TI-84+ Silver Edition ROM
« on: July 28, 2010, 08:58:05 pm »
If you're using Windows or x86/64 linux/mac, use rom8x, with wine for the last two
Edit: This is on ticalc.org, btw

1530
General Calculator Help / Re: TI84+ SE Rom for Mac
« on: July 28, 2010, 08:29:44 pm »
If you're running a mac that isn't PowerPC based (most of the newer ones aren't) you can use Darwine to run the program.

Pages: 1 ... 100 101 [102] 103 104 ... 161