this site has got to fit the bill. I have only found one of their programs that works.

http://home.hccnet.nl/bram_s/ti-83/index.html
Here's an example. This has to be some of the worst-written, most unoptimized stuff I've seen in a long time. We should bring him here and teach him some better coding practices.


Code:
   1. :1 st dim(L1)
   2. :Prompt X
   3. :2 st D
   4. :1 st A
   5. :Lbl 0
   6. :For(L,2,int(sqrt(X)))
   7. :If fPart(X/L)=0
   8. :Goto 1
   9. :End
  10. :X st L1(A)
  11. :Disp L1
  12. :Stop
  13. :Lbl 1
  14. :If fPart(X/D) net 0
  15. :Goto VP
  16. :D st L1(A)
  17. :A+1 st A
  18. :A st dim(L1)
  19. :X/D st X
  20. :Goto 0
  21. :Lbl VP
  22. :D+1 st D
  23. :For(L,2,int(sqrt(D)))
  24. :If fPart(D/L)=0
  25. :Goto VP
  26. :End
  27. :Goto 1
lawl. a label in place of a while/repeat. gosh. tisk tisk.
bram stoker has long moved past TI-Basic........some of you may know him as DantesX or the_unknown_one, aka the guy who start a grayscale iGo engine in asm for the 83+
The guy on #tcpa?
some of my friends use lbles as a loop and I keep having to optimize their code... its horrible Surprised
alex10819 wrote:
The guy on #tcpa?


yes, and on UTI and Maxcoderz and Revsoft....and occasionally Omnimaga.
i think there are only a couple of programs on there by him. Most are by some guy named djjd.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement