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
(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
|
|
3D
|
shkaboinka
(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
(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
|
|
Idea
|
shkaboinka
(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: Miscellaneous Ideas
|
Darwin mach
(Web Page)
|
Does anybody know where I can get a TI-Basic -> ASM compiler for the Ti-83+?
|
|
20 December 2003, 21:42 GMT
|
|
iGetPix (ionGetPixel)
|
Davy Anthonissen
|
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
|
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: Re: Try *this*
|
ti_is_good_++
|
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
|
|
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.
|