Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Re: Miscellaneous Ideas
|
Thibaut Verron
|
I believe an idea for a new program could be an app for TI83+/84+ working as csxOS, because I'm not very confident in using the OS version (particularly the "yank one battery now!" in the readme")
|
|
18 January 2006, 18:36 GMT
|
|
Prog idea
|
Patrick B
|
I am looking for an idea for a program. If anybody has ideas, could you please contact me.
|
|
22 January 2006, 18:41 GMT
|
|
Timer for TI-89 Titanium
|
fizzy711
|
Could anybody come up with a timer that uses the calc's internal clock?
Here's my feeble attempt (-> is sto, =/ is the slashed equal sign):
timer()
Prgm
ClrIO
Loop
startTmr()->time
If checkTmr()=/time Then
timeCnv(checkTmr())->display
Disp display
EndIf
EndLoop
EndPrgm
For some reason, the checkTmr() doesn't work, and I can't use it anywhere. Even on the home screen.
|
|
28 January 2006, 17:53 GMT
|
|
Re: Miscellaneous Ideas
|
Oz
|
eny one now were i can learn basic game programing ???? iv been to the basic calculater guide but it did not say eny thing about game pro gramming.
ps: eny one know were i can find some games that i can type in my calculater ??? ty plz help
|
|
29 January 2006, 19:21 GMT
|
|
Program Idea
|
jasonfox13
|
Hi, I'm looking for an idea for a program for 84 se.
Thanks
|
|
1 February 2006, 23:01 GMT
|
|
WANT VTI ROM DUMP VIA USB
|
Nick_S
|
Why doesn't somebody make VTI able to do a rom dump via the USB cable? It's much more common than the serial link(or was it parallel) but there doesn't seem to be a USB ROM-DUMP utility. I've always wondered why this hasn't happened yet.
|
|
3 February 2006, 18:37 GMT
|
|
Re: Miscellaneous Ideas
|
john234
(Web Page)
|
Hey Guys!!!
There is a really awsome new site out there where you can post your questions and comments about programming and get answers fast!
just visit the website indicated by my name
|
|
11 February 2006, 04:47 GMT
|
|
Re: Miscellaneous Ideas
|
Jeffrey Tyson
(Web Page)
|
I need help I'm new with grapihcs in TI-86 basic
and I need to see the code that moves a mouse
around the screen if u already have the mouse made
so what I'm askin is
does anyone have the code that moves a mouse like object
around the screen at the users command
|
|
15 February 2006, 03:53 GMT
|
|
Re: Miscellaneous Ideas
|
Person Dude
|
I have a great idea! A movie directory!
People can make movies for other people to download
just like games or other stuff. Sweet! Shibby!!
|
|
24 February 2006, 18:53 GMT
|
|
Printer
|
Calc1213w
|
I think it would be neat if it was possible to print directly off of a TI calculator. If someone could develop a way to do this (using a game boy printer for example) I think it would be great.
|
|
12 March 2006, 01:48 GMT
|
|
Hit Detedtion Help
|
tex44
|
Im just getting past text-based RPGs and was wondering if anyone could give me some help. I got a movement method down, and all i need is hit detecion
i.e. walls missles mines
If you could offer any help, it would be appreciated.
Thanks
|
|
4 April 2006, 22:25 GMT
|
|
Programming Tutorial
|
TiBasic
(Web Page)
|
Hello all,
I've been trying to learn TI-83Plus TI-84Plus Assembly for quite a while now. I was wondering if anyone has skills in "nostub" (doesn't need a shell to run) could make a group of programs in ASM and keep the source in with them.
I and others I know learn best when we have source to look at, and I would really appreciate it if someone would make some simple programs (that actually do something) to show features.
For instance I've been trying to learn how to use the stack. I understand the whole push and pop, but the stack pointer threw me. I've been reading "Learn TI-83Plus Assembly in 28 days" and I'm more confused than ever. So an example of a program that uses the stack would be great.
By the way is there anyway to specify an address and store data in it without have to do:
Variable:
.db "",0
Any help in any matter would be appreciate it.
|
|
6 April 2006, 23:01 GMT
|
|
Re: Miscellaneous Ideas
|
drewman05
(Web Page)
|
Someone should develop usb8x for the 89T!!
|
|
26 April 2006, 20:56 GMT
|
|
Re: Miscellaneous Ideas
|
BILL_Norden
|
ok ive got an idea
stupid prolly but its an idea ok here it is ::::::make an instant messenger for Ti's::::::
ud need a way to hook it up to the internet cause link cables would be gaym naybe wireles link cables :p i know im prolly dreamin but cant hurt
|
|
28 April 2006, 02:56 GMT
|
|
Custom Strings
|
Chaomerl
|
I am a TI-83+ BASIC programmer, and I am currently looking for a program that lets you reference custom strings like the 86 does. (In other words, more than ten strings.) Anybody have an idea how this could be done?
|
|
22 May 2006, 20:04 GMT
|
|
Project: Element
|
Terra
|
Hey, I am developing a new OS for TI-Calc's. So far I have it almost completely developed except that it is in TI-BASIC. I was wondering if there is anyone that I could send my code to that could convert it into an APP or into an ASM program.
|
|
29 May 2006, 03:47 GMT
|
|
Clock
|
kasper90
|
What do you think of this?
The exact time on your TI :P .
:While 1
:checkTmr(0)/(60^60*24*7)->A
:A-int(A)->B
:B*7->C
:C-int(C)->D
:D*24->E
:E-int(E)->F
:F*60->G
:G-int(G)->H
:H*60->I
:int(E)->E
:int(G)->G
:int(I)->I
:Output(1,1,E)
:Output(1,3,":")
:Output(1,4,G)
:Output(1,6,":")
:Output(1,7,I)
:If I=0 or G=0 or I=0
:ClrHome
:End
:End
A= weeks since wednesday 1 january 1997
C= days
E= Hours
G= Minutes
I= Secondes
The program isn't perfect, but I'm too tired and too lazy to make it better now :P .
|
|
31 May 2006, 19:29 GMT
|
|
Re: Miscellaneous Ideas
|
Flexico
|
I'm looking for an asm function or functions that can return a list of strings of folders/file names on the TI-89 Titanium calculator. I mainly do BASIC programming, so this would be really helpful!
|
|
2 June 2006, 09:32 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.
|