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 - 3.1415926535

Pages: [1]
1
TI-BASIC / Ti Basic Editor
« on: August 14, 2009, 05:33:48 pm »
Is there a program where i can write basic programs on the computer? A good one with no bugs

2
TI-BASIC / Optimization?
« on: August 13, 2009, 07:41:19 pm »
My first program!

its a simple screen inverter thing.
I'd liek to know if anyone can help me optimize it and tell me why. thanks!
Code: [Select]
1→E:94→F
:1→A:1→B
:For(C,0,46,1)
:For(D,0,61,1)
:Pxl-Change(A,B)
:Pxl-Change(E,F)
:A+1→A
:E+1→E
:End
:B+1→B
:F-1→F
:1→E
:1→A
:End

3
Other Calculators / Awesome Omnimaga rickrolling program.
« on: August 13, 2009, 07:14:46 pm »
i really want to learn how to make the omnimaga rick rollers of the future program as seen is the signature

4
Introduce Yourself! / Hi
« on: August 11, 2009, 07:56:28 pm »
hello

5
ASM / Unlocking Flash
« on: August 11, 2009, 07:09:20 pm »
Hey, I just joined Omnimaga and it looks like a very cool site.

I was just wondering what it means to "unlock flash" I recently encountered one of Brandon Wilson's unlocking flash programs at http://www.brandonw.net/calcstuff/
and i want to know what it does.

Thanks

Pages: [1]