Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - theuserofallusers

Pages: [1]
1
TI-BASIC / Re: basic clock program for ti 84 plus
« on: August 27, 2014, 02:31:43 pm »
yea changed the title its good  :w00t:

2
TI-BASIC / Re: basic clock program for any ti caclulator
« on: August 25, 2014, 11:54:14 am »
hey i have tried your code but it did not work all it does is draw a circle

3
Miscellaneous / Re: lua
« on: May 15, 2014, 04:57:11 pm »
i have found ways to do lua and stuff on it, its pretty cool

4
Computer Programming / Re: psp?
« on: May 15, 2014, 04:54:36 pm »
soo...

5
Computer Programming / Re: psp?
« on: February 18, 2014, 03:50:49 pm »
oh cool i was wondering

6
Humour and Jokes / Re: Weird/funny pictures thread
« on: February 18, 2014, 01:20:12 am »
um... no i just was bored and i was on a drawing app on my psp and drew it... i thought it was a bad mario drawing

7
Humour and Jokes / Re: Weird/funny pictures thread
« on: February 17, 2014, 11:36:01 pm »
idk i got bored

8
Computer Programming / psp?
« on: February 17, 2014, 11:25:04 pm »
anybody program for psp?

9
TI-BASIC / Re: basic clock program for any ti caclulator
« on: January 22, 2014, 08:58:59 pm »
Thanks that helps, I will post a revised version later

10
Miscellaneous / Re: lua
« on: December 22, 2013, 07:22:15 pm »
No money(of course you must have one of the devices) its all free they have a forum to....and I will do that

11
Miscellaneous / lua
« on: December 22, 2013, 07:12:19 pm »
Ok I love coding and everything about it, so when I found out I could code Lua in a custom mp3 firmware named rockbox I had to try it
this post is manly asking on some very short and simple fees in lua if you would like to know more about rockbox here is the link tothe website http://www.rockbox.org the page on lua. Is here http://www.rockbox.org/wiki/PluginLua

12
TI-BASIC / Re: basic clock program for any ti caclulator
« on: December 22, 2013, 01:29:56 am »
Wow I did not know that the reason I ask I because I'm going to start a new semester and I was going through my electronics box (I know Nerdy) and found my old ti-85 and I thought well I wounded. Thanks for the help, I'll go and google.

13
TI-BASIC / Re: basic clock program for any ti caclulator
« on: December 21, 2013, 11:46:08 pm »
Ill try it later but thanks for all the help I will post my progress when I'm done, btw I'm trying to find a simple basic ti-85 program that displays a bouncing "ball" on the screen any help with that?

14
TI-BASIC / Re: basic clock program for any ti caclulator
« on: December 21, 2013, 09:03:42 pm »
Thanks I just got bored in math class and screwed around with the programs....and boom there it is
I need some help to create a more complex one so anyonencan help me, because right now I'm  :banghead:

15
TI-BASIC / basic clock program for ti 84 plus
« on: December 21, 2013, 08:16:03 pm »
:ClrHome
:Lbl 1
:For(X,3,16)
:Output(4,X,"<what ever you want>
:For(Y,5,20)
:Output(7,Y,getTime
:Goto 1
:ClrHome

The code makes a loop that updates every time the getTime is displayed,this only shows for about 20-30 seconds and to exit it press the on button.

Pages: [1]