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.


Messages - bfr

Pages: 1 ... 41 42 [43] 44 45 ... 60
631
Other Calculators / Text Tools (includes TI-83+ BASIC Scrollbar)
« on: October 16, 2006, 01:45:00 pm »
http://www.freewebs.com/vdesignfiles/texttools.htm to download the latest version of Text Tools, which now includes an assembly program with cool assembly effects :)smile.gif (but I mostly made the assembly program to practice TI-83 Plus assembly).

Yes, I know, it's freewebs >.<  I've just been having trouble finding a good file host.  I've already tried savefile.com, but I don't like how it doesn't keep files if they aren't being downloaded enough, and it keeps saying that I need cookies enabled when they are enabled when I try to go to savefile.com with firefox.

632
Miscellaneous / I'M BACK
« on: October 16, 2006, 01:01:00 pm »
Good to hear (or read, technically).   :Dbiggrin.gif

633
Computer Projects and Ideas / C++ OpenGL 2D Graphics Engine
« on: October 15, 2006, 03:59:00 pm »
This looks awesome!  :thumbup:google.gif  *bfr

634
Computer Projects and Ideas / JuMP MP3 Player ALPHA
« on: October 15, 2006, 12:22:00 pm »
Looks cool  :)smile.gif

*bfr

635
News / Coders of Tomorrow update
« on: October 14, 2006, 01:03:00 pm »
Welcome to the team.   :king:king2.gif

636
News / The price for being nice
« on: October 14, 2006, 11:54:00 am »
QuoteBegin-xlibman+14 Oct, 2006, 17:32-->
QUOTE (xlibman @ 14 Oct, 2006, 17:32)
haha yeah true x.x they are alerady low enough, imagine if we put ourselves even more lower O_Oshocked2.gif

*deletes his own post too*


637
News / The price for being nice
« on: October 14, 2006, 11:34:00 am »
Wouldn't want to go underground....

638
Other Calculators / 3-D Cube Rotating
« on: October 14, 2006, 05:22:00 am »
Yeah.  There's this one line of code that is really important, and determines the coordinates of the points in terms of radian angles:

c1-->
CODE
ec1:iPart(Q(sin(RL2))+40→L1c2
ec2

639
Other Calculators / 3-D Cube Rotating
« on: October 14, 2006, 03:39:00 am »
I fixed my post :)smile.gif

640
Other Calculators / 3-D Cube Rotating
« on: October 14, 2006, 03:33:00 am »
Here is the source code that SourceCoder genereated (and remeber, it's unoptimized):

QuoteBegin-"Basic Code"+-->
QUOTE ("Basic Code")
::
:1→Xmin
:95→Xmax
:1→Ymin
:63→YMax
:Radian
:40,40,60,40,60,20,40,20,40,40,60,40,60,20,40,20→L1
:(√(800)π)→A
:(7/8)A,A/8,A/8,A/8,A/8,(7/8)A,(7/8)A,(7/8)A,(5/8)A,(3/8)A,(3/8)A,(3/8)A,(3/8)A,(5/8)A,(5/8)A,(5/8)A→L2
:(2π)/(π√(800))→R
:√(800)/2→Q
:Lbl R
:ClrDraw
:iPart(Q(sin(RL2))+40→L1
:For(A,1,5,2
:Line(L1(A),L1(A+1),L1(A+2),L1(A+3)
:End
:Line(L1(7),L1(8),L1(1),L1(2)
:For(A,9,13,2
:Line(L1(A),L1(A+1),L1(A+2),L1(A+3)
:End
:Line(L1(15),L1(16),L1(9),L1(10)
:For(A,1,7,2
:Line(L1(A),L1(A+1),L1(A+8),L1(A+9)
:End
:Repeat G
:getKey→G
:End
:If G=26
:Then
:For(A,1,15,2
:L2(A)+1→L2(A)
:End
:End
:If G=24
:Then
:For(A,1,15,2
:L2(A)-1→L2(A)
:End
:End
:If G=25
:Then
:For(A,2,16,2
:L2(A)+1→L2(A)
:End
:End
:If G=34
:Then
:For(A,2,16,2
:L2(A)-1→L2(A)
:End
:End
:Goto R
Generated by http://www.cemetech.net/projects/basicelite/sourcecoder.php,
641
Other Calculators / 3-D Cube Rotating
« on: October 14, 2006, 02:30:00 am »
Yeah, it involved quite a bit of mathematics.    

642
Introduce Yourself! / I forgot to introduce myself...
« on: October 13, 2006, 09:25:00 am »
Hello, welcome to Omnimaga!   :)smile.gif

643
ASM / .8xi File Format
« on: October 13, 2006, 08:05:00 am »
There's also something out that seems to have the capabilities of what you're trying to make.  http://ti.zewaren.net/en/ Maybe you can ask the creator of that website some information about .8xi files.

644
Official Contest / Pixel art contest 5 poll!
« on: October 13, 2006, 05:44:00 am »
Yeah, I'm probably not the best pixel artist.  :Ptongue.gif

Well, at least I tried >.<  

645
ASM / .8xi File Format
« on: October 13, 2006, 01:37:00 am »
I think http://www.ticalc.org/archives/files/fileinfo/268/26877.html gives some information about the format of PIC variables in Week 3 or Week 4.

Pages: 1 ... 41 42 [43] 44 45 ... 60