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 ... 125 126 [127] 128 129 ... 161
1891
General Calculator Help / Re: TI-85 LCD Issue
« on: July 06, 2010, 06:33:31 pm »
So it's probably just an aging LCD slowly failing...
Test mode should fix this! (lol j/k, don't try it)

1892
Other Calculators / Re: TI-Nspire OS 2.1 out in two weeks???
« on: July 06, 2010, 06:25:40 pm »
Luckily TI can't force updates. :P

1893
The Axe Parser Project / Re: MIDI To Axe Music Converter
« on: July 06, 2010, 06:22:58 pm »
Congrats, to both of you, Quigibo and Kerm!

1894
Miscellaneous / Re: Silly things you did as a noob
« on: July 06, 2010, 03:23:18 pm »
that ld a,00 should be xor a :P
And yeah, changing the OS involves writing directly to flash. Besides, not every interrupt causes low power mode. It'd be better to change every "ld a,$11 \ out (03h),a" to "ld a,$0B \ out (03h),a" (I guess nop'ing it would work too)
You probably already knew most of this :P

1895
ASM / Re: Create Groups
« on: July 06, 2010, 03:16:18 pm »
Making a group in RAM shouldn't be too hard... Just create a program/protprog/appvar and change the type byte. As for format...
* calcdude stares at some group vars in calcsys and plans to report back later

1896
Miscellaneous / Re: Silly things you did as a noob
« on: July 06, 2010, 03:01:57 pm »
I actually discovered other programming languages and learned a good amount about them before getting my calc. :P
The best example I have is that I always used to close my parentheses, brackets, etc.
Also, what may actually be better: I never changed the graphscreen settings. Ever. So code for drawing lines would have lots of deltaX's and deltaY's, Xmin's and Ymax's. :P

1897
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 06, 2010, 02:53:26 pm »
395: You re-wrote the TI-OS in Axe (well, a modified version that would allow this). It's faster.

1898
TI-BASIC / Re: Nspire lists
« on: July 06, 2010, 02:16:58 pm »
Interestingly, the 89/92/200 also uses brackets to index lists/matrices. :)

1899
Art / Re: Post your random sprites!
« on: July 06, 2010, 02:08:14 pm »
Nice! Very cool. (On the other hand, how dare you downgrade yunhua98 to greyscale! :P)

1900
Other Calculators / Re: Bad News
« on: July 06, 2010, 01:34:48 pm »
How can mem-bank switching mess up that badly? Too bad... :(
Well, hopefully you're other entry will be good, too :)
Stay strong! :P

1901
ASM / Re: 64bit windows
« on: July 04, 2010, 11:17:23 am »
Some will say "Brass", others "Spasm"
Both are excellent, so take your pick.

1902
Oh, that topic. It was probably locked due to spam :P

1903
Remounting partitions? What? :-\ What partitions?
Partitions contain file systems, sorry for not explaining. If you're like most people, your computer has one partition (or only one that you know of), which contains your "C:" drive. (or whatever you labeled it)
Mounting is a process which allows you to read and write files on a partition. A partition has to be mounted to be accessed. Since most OS's run from flash drives will automatically mount all partitions for reading and writing, I'm suggesting you remount it as read-only if you are afraid to write to it, and don't want anything written automatically.

Weird, the link worked for me.
I was celebrating my 404th post :P

1904
It's fine to ask, and I've known others to worry about it. If you boot off a flash drive (thumb drive, w/e you call it), it should not modify your hard disk unless you write to it on purpose.
If you doubt Linux's ability to correctly write to NTFS (the file system Windows uses, and this can be a concern), just don't write to it, and you might want to remount those partitions as read-only, if you mount them at all.
Edit: Error 404, post not found :P

1905
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 04, 2010, 10:23:02 am »
383. You suffer from withdrawal if you haven't programmed your calculator for more than a day.

Pages: 1 ... 125 126 [127] 128 129 ... 161