Search found 26 matches

by teoryn
Tue 04 Jan, 2005 2:01 am
Forum: Staff Side Projects & Featured Projects
Topic: [Staff][Dev] 3D WireFrame Program
Replies: 37
Views: 72081

Since you're screenshots are rotating I'm assuming either you have a bunch of copies of the model, each rotated somewhat, or you can move the camera, would either of those be correct? Interesting project, however I don't think 3d modeler on calc would be such a good idea, They're already difficult e...
by teoryn
Mon 03 Jan, 2005 7:22 am
Forum: Staff Side Projects & Featured Projects
Topic: [Staff][Dev] 3D WireFrame Program
Replies: 37
Views: 72081

Very cool. Do models have to have every line hand entered?
by teoryn
Mon 03 Jan, 2005 7:12 am
Forum: Off Topic
Topic: How do i do this with ti-83+
Replies: 7
Views: 7310

put your x's in L1, y's in L2, run linear regression.

Read the Manual, page 12-25 in the 83+ and 83 handbooks.
by teoryn
Mon 03 Jan, 2005 7:08 am
Forum: Off Topic
Topic: Addicted to MaxCoderz
Replies: 14
Views: 10521

I remember when I was hooked back before school got out last year, but then I moved on and started learning Java.

Yea, you're an addict. No worries, it can't be harmful :)
by teoryn
Mon 03 Jan, 2005 7:05 am
Forum: General TI Discussion
Topic: Mouse routine
Replies: 12
Views: 10172

My e cents says that's very nifty, a cool concept.
by teoryn
Tue 28 Dec, 2004 11:59 pm
Forum: Off Topic
Topic: SAT (Stupid Achievement Test)
Replies: 5
Views: 5606

They're not that bad, I got a 1290 without ever studying. Probably a good idea to get used to them, and studying now will save you time later, which is always good.
by teoryn
Tue 28 Dec, 2004 3:57 am
Forum: Announce Your Projects
Topic: A new interpreted language for Ti 83+ ??
Replies: 58
Views: 25424

Pong

I just gave your "RPLPONG1" a try, and I must say it's very impressive. I gave the code a look, but it's rather complicated. From what I understand you are developing a completle language specification and editor which will be nice, 'cause come lines are rather difficult to understand as t...
by teoryn
Thu 23 Dec, 2004 12:32 am
Forum: Off Topic
Topic: PHP exploits...
Replies: 7
Views: 7853

Speaking of php(bb in this case), should you it even allow an an avatar that big?
by teoryn
Tue 21 Dec, 2004 2:00 pm
Forum: Programming Help
Topic: [General Algorithme] Shuffling Cards
Replies: 9
Views: 6242

I'd go with Kalimero and the in place swap. Besides the benifit of in place swaping, you don't have to worry about spending a long time looking for an empty spot. Even if you step to one side and searching for an empty spot, if you've got 52 cards, those last few cards could take some time to get in...
by teoryn
Sun 19 Dec, 2004 4:21 am
Forum: Off Topic
Topic: Six and Chaos
Replies: 22
Views: 24082

Fun

This past month or so I made a Mandelbrot and Julia fractal explorer in C#, using quaternions instead of complex variables. Zooming functions are no fun, since it has to switch between 2D and 4D coordinates so much. It was for my math class, so I had to write a paper about it, too, which made it a ...
by teoryn
Sat 18 Dec, 2004 4:31 am
Forum: Off Topic
Topic: Six and Chaos
Replies: 22
Views: 24082

Six and Chaos

First off, hello everybody, nice to see the fourms back up. I've been really needing my six Mhz entertainment :) So in recent times I've been working on computer programming, for school and fun. Sadly it's in java, which runs about as fast as TI-BASIC. Recently I've been doing some stuff like a frac...