ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: Do you ever borrow TI calculators from other people?
Error!
Failed to query database!

Re: Do you ever borrow TI calculators from other people?
Snave2000  Account Info

I'm devoted to my calculator, but I do love assimilating other people's calcs...by loading them with MirageOS, Omnicalc, and Symbolic. Those have to be the 3 most useful apps ever!

Reply to this comment    28 April 2006, 14:55 GMT

Re: Re: Do you ever borrow TI calculators from other people?
elfprince13 Account Info
(Web Page)

every buddy asks me to put games on them, so I dont mind using them....and of course making this is fun too:

ClrHome
While 1
Input "",Str1
Disp expr(Str1)+randInt(-1,1)
End

Reply to this comment    28 April 2006, 18:59 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
something1990 Account Info

I like this personally:
:ClrHome
:While 1
:Output( randInt (1,8), randInt (1,14) ,"HA! (I know it doesn't have spaces but I got an error for having a very long word even though it isn't a word.)
:End
Most people I own only care that they need their graphing calculator and never wanted to program, so its fun seeing their reactions. They never know all you have to do is press on. I borrow friends' calcs to do this and sometimes I forget my calc.

Reply to this comment    28 April 2006, 19:55 GMT

Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
something1990 Account Info

Correction: It's people I know not own. :P

Reply to this comment    28 April 2006, 19:57 GMT

Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
shelf  Account Info

I made my own font that switched around all the numbers and sent it to my friend's calculator... he was quite confused

Reply to this comment    3 May 2006, 00:57 GMT


Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
redsoxfan  Account Info
(Web Page)

I like

:Disp "{12 Spaces}Done"
:Fix 0
:While 1
:Input "",X
:Disp X+randX
:End

Reply to this comment    7 May 2006, 01:51 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
burntfuse  Account Info
(Web Page)

I bet they're confused when they see that only some of the menus work...what an evil (and fun!!!) trick. ;-)

Reply to this comment    28 April 2006, 20:53 GMT


Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
elfprince13 Account Info
(Web Page)

they dont know what menus are....

Ive done that and then let someone
"borrow" my calc for a math test.....interestingly enough they had a better score on that test than usual.

Reply to this comment    1 May 2006, 03:25 GMT


Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
yellowPig Account Info

Did they use a non-ti calc before that or something?

Reply to this comment    3 May 2006, 05:34 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
Shady_0883  Account Info

Wow, what a great prgrm idea i've never create a joke in that way it should be great, 2 all my friends better beware and Safe your calcs... b4 that b just 2 late

Reply to this comment    29 April 2006, 18:20 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
ChaosTheory  Account Info

The most evil program I've written is one where the program asks for a number, tells you what number you just entered, then asks you to guess what number you entered. Once you do that it redraws parts the screen so it looks like the first number you entered was some random different number and laughs at you for being so stupid. I even added a feature so you can tell the calculator to not be evil next time the program is run and then go back to being evil, so you can really annoy people when you can guess your own number and they can't.

Reply to this comment    30 April 2006, 22:14 GMT


Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
Shady_0883  Account Info

I wouldn't get to pissed off with mi calc (only if its an ASM PRGRM)but even if i do, i would be 1000 times angrier with who did it. So overall Great Joke Dude.

Reply to this comment    1 May 2006, 01:34 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
Scooblescott  Account Info

Asm(Prgm Run
While 1
End

Run is a prgm i didnt release that merely turns off the run indicator, so they wouldnt even know a program was running, yet the calc would seem unresponsive
<twisted laugh, kinda> mwahahaaa </fake html tag>

Reply to this comment    1 May 2006, 22:57 GMT

Re: Re: Re: Do you ever borrow TI calculators from other people?
Scooblescott  Account Info

:"EVEN BETTER
:ClrHome
:Repeat 0
:Input "",A
:Disp "Yo Momma!
:If A=(pi):Then
:Disp "Is a playr
:End
:End

Reply to this comment    1 May 2006, 23:03 GMT


Re: Re: Re: Do you ever borrow TI calculators from other people?
Scooblescott  Account Info

or you could make a prgm that makes multiple huge matrices, puts 99 numbers into each built in list, and stores a number to each real number.

"Hey Scott, how come it says not enough RAM?"
"I dont know"
"is it screwed up?"
"yea. i think so. ill take that old piece of $h*t 89ti off your hands"

Reply to this comment    1 May 2006, 23:07 GMT


Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
burntfuse  Account Info
(Web Page)

I've done that with strings - not on other people's calcs, though, just on my own when I was bored so I could try getting the OS to crash with 5 bytes of free memory.

"A"->A
A+A->A
A+A->A
A+A->A
...

Reply to this comment    2 May 2006, 20:15 GMT

Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
something1990 Account Info

What calc is that for?

Reply to this comment    3 May 2006, 21:32 GMT


Re: Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
burntfuse  Account Info
(Web Page)

I do it on the 86, but it should work on the 83+ too.

Reply to this comment    4 May 2006, 20:43 GMT


Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
jesse frey  Account Info

or you could use compand post plus's low mem simulation

Reply to this comment    4 May 2006, 02:07 GMT


Re: Re: Do you ever borrow TI calculators from other people?
shelf  Account Info

Usually the only time I use other people's calcs is when they have I problem thney need me to fix or if they want me to give them games or make a program for them

Reply to this comment    3 May 2006, 00:54 GMT

Re: Do you ever borrow TI calculators from other people?
Travis Evans Account Info

When I was in school, I never really forgot my calculator(s). Since I'm not in school right now, this poll doesn't really apply.

By the way, is it just me, or are the Vote and Results buttons on this poll misaligned?

Reply to this comment    28 April 2006, 15:01 GMT


Re: Re: Do you ever borrow TI calculators from other people?
CajunLuke  Account Info
(Web Page)

They always are. Always have been, always will be. You'll get used to it eventually.

Reply to this comment    28 April 2006, 16:40 GMT


Re: Re: Re: Do you ever borrow TI calculators from other people?
MafiaMan  Account Info

In AOL it's fine.

Reply to this comment    28 April 2006, 21:42 GMT

Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
CajunLuke  Account Info
(Web Page)

AOL!! Must-save-soul-must destroy eyes!

Too late!

NOOOOOOOOOOOOOOOOOOOOOO oooooooooooooooooooo .........

.
.
.

.
.
.

.
.
.

<thud>

Reply to this comment    29 April 2006, 00:34 GMT


Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
burntfuse  Account Info
(Web Page)

Um, AOL? Do you mean Internet Explorer?

Reply to this comment    2 May 2006, 20:15 GMT

Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
yellowPig Account Info

must have.

Reply to this comment    4 May 2006, 02:42 GMT


Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
Lewk Of Serthic  Account Info

Of course not, he meant Mozilla Firefox.

Reply to this comment    5 May 2006, 17:19 GMT


Re: Re: Re: Re: Re: Re: Do you ever borrow TI calculators from other people?
burntfuse  Account Info
(Web Page)

I guess I just assumed that AOLers in general have not seen the light and still use IE.

Reply to this comment    5 May 2006, 21:08 GMT

1  2  3  4  

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