ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Miscellaneous Ideas
Miscellaneous Ideas

Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.

  Reply to this item

Hey! I have an idea!! LISTEN TO ME!!!!!
shkaboinka  Account Info
(Web Page)

It is somewhat slow to type in Basic, and you have no access to special characters, so....

Wouldn't it be nice if somebody were to make a simple computer program that would convert a text file into a basic program? this way, you could type up your program QUICKLY, and use all of the hidden characters on the calc. The conversion is simple enough, there are sources on it everywhere!!

     19 December 2003, 15:27 GMT

Re: Hey! I have an idea!! LISTEN TO ME!!!!!
X1011  Account Info
(Web Page)

Try TI Graph Link

     4 January 2004, 02:40 GMT


Re: Re: Hey! I have an idea!! LISTEN TO ME!!!!!
h1s0wN Account Info

it still needs developing for those who have the silver Graphlink cable. TI Graph Link is inconpatible with the silver cable. thats what i have, and i would find basic programing and editing much easier and less time consuming if a computer program were written to write and edit BASIC programs specifically for the silver graphlink cables.

     8 July 2004, 05:30 GMT


Re: Re: Re: Hey! I have an idea!! LISTEN TO ME!!!!!
nathan90  Account Info

save the graphlink prog as a prog and send with the silverlink, i do it all the time.

     16 January 2005, 22:53 GMT


Re: Hey! I have an idea!! LISTEN TO ME!!!!!
stoned-vampire Account Info

about using the hidden characters of the ti calculators, there are many assembly programs in the ti-calc archive that enable u to use them.

     16 November 2004, 09:58 GMT

3D
shkaboinka  Account Info
(Web Page)

HEY PEOPLE! I have another idea...

We should make a group of people to design a COMPLETE 3D tutorial for 3D graphics and mechanics. I KNOW some already exist, but NONE of them are complete or explain enough to do solid figures or anything.

email me at shkaboinka@yahoo.com

     19 December 2003, 15:29 GMT

BASIC
shkaboinka  Account Info
(Web Page)

We should get a group of people together to write the most COMPLETE tutorials for BASIC; I have not seen any REAL tutorials for basic yet, just simple tips and "tricks". I have a good frame work already setup.

email me at shkaboinka@yahoo.com

     19 December 2003, 15:31 GMT

Re: BASIC
Joe Pena  Account Info
(Web Page)

That's because the manual is good enough. You just un-lock some games and see how they do stuff like using For to delay the game.

     29 March 2004, 04:53 GMT

Re: BASIC
ti_is_good_++  Account Info

That's badly needed.

     28 July 2004, 11:42 GMT


Re: BASIC
stoned-vampire Account Info

haha, basic doesnt realy need tutorials, lol, i learned it just by playing arround with the calculator!
its a very logical language (if,then disp), i've made several math programs in basic. only problem is its a slow language...

     16 November 2004, 10:01 GMT

Idea
shkaboinka  Account Info
(Web Page)

Hey, that would be cool if there was a place for calc entusiasts to post their ideas, find resources, and download.upload programs; what do you think?

     19 December 2003, 15:32 GMT


Re: Idea
ti_is_good_++  Account Info
(Web Page)

See link.

     22 December 2003, 18:33 GMT


¤
burntfuse  Account Info

LOL yeah. Very true. :-)

     25 December 2003, 02:22 GMT

Re: Miscellaneous Ideas
Darwin mach  Account Info
(Web Page)

Does anybody know where I can get a TI-Basic -> ASM compiler for the Ti-83+?

     20 December 2003, 21:42 GMT

Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info

Windows Utilities, I think, but it doesn't work.

     22 December 2003, 18:32 GMT


¤
burntfuse  Account Info

Yeah, I tried it too and it doesn't work.

     23 December 2003, 23:31 GMT


There is this thing called a subject; you people should USE it sometime!
shkaboinka  Account Info
(Web Page)

I am writing something better; check out my webpage

     23 January 2004, 17:49 GMT

iGetPix (ionGetPixel)
Davy Anthonissen  Account Info

Can someone explane me how iGetPix works.
What register is input and what register is output?
HELP IS NEEDED

     21 December 2003, 15:28 GMT

Mem clear
Tonythetiger  Account Info

Does anyone have a pic/animation of the "all memory cleared" screen??? ive been looking forever and there is nothing.

-tonythetiger

     21 December 2003, 20:06 GMT

Re: Mem clear
Tonythetiger  Account Info

p.s. thats for an 83+ calc.. sorry

     21 December 2003, 20:09 GMT


Re: Re: Mem clear
ti_is_good_++  Account Info

Yes.

     22 December 2003, 18:31 GMT


Re: Re: Re: Mem clear
Tonythetiger  Account Info

could you email an attachment of it? my email is in the orange profile thing.

-Thanks

     23 December 2003, 16:58 GMT


Re: Re: Re: Re: Mem clear
ti_is_good_++  Account Info

Done.

     27 December 2003, 03:47 GMT


Try this
shkaboinka  Account Info

EVEN BETTER:
This Program appears to disable everything:

: ClrHome
: Disp" Done
: While 1
: Input"",Str0
: End

You have to enable lower-case and TYPE-OUT the "Done" command (it has 12 spaces in front; the end quote is NOT neccessary)

     23 January 2004, 17:56 GMT


Re: Try this
Joe Pena  Account Info
(Web Page)

How about this one:

: ClrHome
: Disp "............Done
: While 1
: Input "",X
: X+1 ->X
: Disp X
: End

     29 March 2004, 04:58 GMT

Re: Re: Try *this*
ti_is_good_++  Account Info

Or this one:

#define USE_TI89
#define USE_TI92PLUS
#define USE_V200
#define OPTIMIZE_ROM_CALLS
#define MIN_AMS 100
#define SAVE_SCREEN
#include <tigcclib.h>
void _main(void)
{
short show_picvar (SYM_STR SymName, short x, short y, short Attr)
{
SYM_ENTRY *sym_entry = SymFindPtr (SymName, 0);
if (!sym_entry) return FALSE;
if (peek (HToESI (sym_entry->handle)) != PIC_TAG) return FALSE;
BitmapPut (x, y, HeapDeref (sym_entry->handle) + 2, ScrRect, Attr);
return TRUE;
}
show_picvar (*argptr, 0, 0, 1);
ngetchx ();
}

with a blank picture pathname string as the argument.

     4 August 2004, 03:58 GMT


Re: Re: Try this
shkaboinka  Account Info
(Web Page)

No, you see THAT will not work; if they give a wrong intput for X, you get an error, and also they will see the X and know something is up; ALSO, if they see the .......... before Done, it wont look right either

By inputting a string with NO input message, you can type anything you want at all, and it just moves down

     10 November 2004, 14:16 GMT


Re: Re: Re: Try this
j-z-d Account Info

it will work ive tried it. (my own idea)
by "............Done
i'm sure he ment twelve spaces and not periods
hhmmm

     7 August 2007, 15:35 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.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer