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.


Topics - theuserofallusers

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

2
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

3
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]