Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Calculator-Game boy
|
Gertjan Verhaeren
(Web Page)
|
I heard lately that a game boy has the same processor (Z-80)as the TI calculators. Could it be possible to make a device, connectable with your calculator, that can play game boy games.
|
|
11 May 2003, 20:48 GMT
|
|
We need a teacher key
|
kusinagii
|
Alright this is what I'd like someone to do (in asm). I want a Key hook that doesnt block or put a password on the apps, prgm, and mem keys (this works but the teacher know your hiding some thing). maybe a three or four key presses in a row in a certain order that enables it and disables the key hook (this will probably work better in an app but ive seen similar things done in asm) anyway make the key presses an un common thing like maybe zoom left del or some thing like that (make sure they are close to the top for easy access) another thing is to just hide every thing in the prgm, app, and mem and every thing else still work I have a basic program that does this in a way but really sucks because in a teacher really wanted to check she could just press on and find out what I did. Well If anyone can do this then either email me at cevinellis2000@yahoo.com or just post it on the site.
Thanx
kusiangii
|
|
14 May 2003, 03:11 GMT
|
|
Re: Miscellaneous Ideas
|
Jared Brayshaw
|
This is probably a really stupid question, but would there be any way to add an external memory card to a calculator? On the same note, why does archiving take up a little bit of RAM (on the 83+ anyway)? And speaking of RAM, is there any possible way to get more of it? That would be good because bigger programs could be written and played. Oh, and how are things run directly from the archive (Flash Apps)?
|
|
16 May 2003, 21:13 GMT
|
|
Re: Miscellaneous Ideas
|
Matt Winchell
|
Is there a grade-tracking program for the Ti-83 anywhere? please email me back at winchellfactor3@hotmail.com
|
|
16 May 2003, 21:48 GMT
|
|
Re: Miscellaneous Ideas
|
smartguy8
|
Does anyone know how to run a program in an app. ASM programmers please help. Email suggestions or reply to this comment. Thank you!
Easton.
|
|
17 May 2003, 08:22 GMT
|
|
Re: Miscellaneous Ideas
|
Xanathor
|
Program ideas.. I remember I made a program that stored 1/4th (approximately) of the graph screen to a Matrix. Problem was, the Matrix took up 13,000 ram. Since my calculator's link port doesn't work anymore and I don't feel like uploading text files, I'm putting out a simple program that searches for characters in a string and returns all occurances of them in list format (the positions).
I encourage anyone to improve on it and release, just give me credit for the orginal code/idea/whatever.
It currently only finds 1 character in a string. Finding multiple characters in a string, or supporting other variable types are all decent ideas to improve this thing.
Anyway, the code: (Note that // represents the little L used to define lists)
1->B
DelVar //SRCH
For (A,1,length(Str1))
If sub(Str1,A,1)=Str2
Then
A->//SRCH(B)
B+1->B
End
End
Return
The character is specified in String 2. The program is also meant to be called as sub-routine, as denoted by the Return...
Have fun :)
|
|
19 May 2003, 00:29 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
You can change the number of comments per page in Account Preferences.
|