Search found 26 matches

by teoryn
Fri 06 May, 2005 2:12 am
Forum: Off Topic
Topic: Fibonacci sequence equation
Replies: 5
Views: 3711

That is 'the' equation, but if you'd like an explicit version, it's at http://mathworld.wolfram.com/FibonacciNumber.html

Don't know if it's what you're looking for, but you should find something helpful there.
by teoryn
Mon 31 Jan, 2005 4:14 am
Forum: General TI Discussion
Topic: VTI rom image 83plus
Replies: 13
Views: 12605

There isn't a rom dump program for the 83 plus.
VTI has it built in.
by teoryn
Sun 30 Jan, 2005 3:10 pm
Forum: Programming Help
Topic: [TI EZASM] Random EZASM Error?
Replies: 15
Views: 6411

Go for learning z80, it's really not that tough to learn, and its really helpful for understanding what computers actually do.
by teoryn
Sun 30 Jan, 2005 3:06 pm
Forum: Off Topic
Topic: I had a nightmare
Replies: 13
Views: 9676

Good thing it was only a nightmare.

What have you done to clean your computer of spyware/adware? If you have something like that on your browser you could very well have a lot of other stuff on your system.
by teoryn
Fri 28 Jan, 2005 3:11 am
Forum: Off Topic
Topic: Linux-Which distributions do you use?
Replies: 54
Views: 16591

My goal this summer or sooner is to make a full switch to gentoo.
by teoryn
Tue 25 Jan, 2005 10:03 pm
Forum: Off Topic
Topic: Post your desktop
Replies: 70
Views: 28885

http://www.deviantart.com/view/11520660/

It changes all the time, usually to stuff I make, but I liked this desktop that came with a Marines promo.
by teoryn
Tue 25 Jan, 2005 9:59 pm
Forum: Off Topic
Topic: Other Programming
Replies: 12
Views: 9143

I've done very little with TI programming, but the last half year or so I've been working on java. I've written a few nifty programs. My first applet I made just when I started and it would let you click three points and draw a circle through them. A couple months ago I made a program that draws fra...
by teoryn
Thu 20 Jan, 2005 10:31 pm
Forum: General TI Discussion
Topic: How did you hear of maxcoderz?
Replies: 61
Views: 30998

I just had to see how well I could do in the pong competetion, and from there I decided to stay around.
by teoryn
Thu 20 Jan, 2005 11:26 am
Forum: General TI Discussion
Topic: Best Calculator
Replies: 28
Views: 17923

I like the ti83 :twisted: it ownz the ti-83+ Reminds me of a fun little story. In middle school I discovered how one could run asm programs, so my friend and I sat there and typed random stuff in basic programs and ran it to see what would happen, and to cut this story short, I did something to the...
by teoryn
Mon 10 Jan, 2005 4:17 am
Forum: Discontinued Projects
Topic: [MARIO] Mario
Replies: 76
Views: 100808

Home-Made object oriented programming in asm, very cool.

Looking really good, I might actually have to start playing calc games again :D
by teoryn
Sun 09 Jan, 2005 8:32 pm
Forum: Programming Help
Topic: [General Algorithme] Working with AI
Replies: 31
Views: 42917

More powerful AI usually isn't put into games because it would take a lot of programming, and probably to much time. However, sometimes more powerful AI's can be really cool. Check out http://www.20q.net for an example of a neural network in use.
by teoryn
Sat 08 Jan, 2005 4:40 am
Forum: Programming Help
Topic: [General Algorithme] Working with AI
Replies: 31
Views: 42917

AI is a rather intersting subject, great that you bring it up. As for myself, the most AI I've done is in my pong entry to the mcz competition, and all it would do was compare a random number to the diffiuclty level and if successful would move towards the ball, otherwise away/stay still. It managed...
by teoryn
Wed 05 Jan, 2005 11:26 am
Forum: Off Topic
Topic: What does your username mean?
Replies: 168
Views: 78627

Mines just a name I liked from a random fantasy name gnerator, which just so happens to not be used by anyone else, and no, I don't know how to pronounce it.
by teoryn
Wed 05 Jan, 2005 4:59 am
Forum: Off Topic
Topic: [Math] Chaos game attraction patterns
Replies: 0
Views: 4935

[Math] Chaos game attraction patterns

For my Computer Science class we were to make a program that would 'play' the chaos game ( link ) of a right triangle (set in code). However, I thought it was an interesting project and went above and beyond, making my program able to handle mouse input of n-sided polygons (n>2) and also normal poly...
by teoryn
Tue 04 Jan, 2005 2:07 am
Forum: Programming Help
Topic: [TI ASM] How to start with ASM?
Replies: 13
Views: 7018

Stickman got you headed in the right direction, read those, and then read them again.