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

Pages: 1 ... 108 109 [110] 111 112 ... 166
1636
TI Z80 / [Project] Auto-Organize Program
« on: November 13, 2010, 09:06:44 pm »
AutOrganize Version: 0.6  ;D
Description: this program will organize your axe programs by block method.

Features:
* Organizes your axe program. (see screeny)
* Ignores spaces in your code for better organization. (see screeny)
* Exact size on output program that is needed. (see screeny Cool )
* copies notes evend if they have if or while etc. in it.
* Does not add spaces to notes.
* Spaces within notes are not deleted

Wishlist:
* Choose the program to organize (it currently must be called a1xtest)
* Reject nonAxe programs.
* Warn you if not enough ram.  Will also inform you of the amount of ram needed. (about to finish)
* Have the new program replace the old unorganized one.
*if/while etc. statements in a string are ignored

Warning: this is still an early version so bugs may occur although only one has been found.
Bugs:
* Example Output(1,1,"hi i am james")
-will become Output(1,1,"hiiamjames")



Credits:
DJ Omnimaga: For hosting this wonderful site.
Builderboy: Assistance in program size. Also inspired this project with his auto-optimization program.
FinaleTI: Linking me to code for free ram left.

Note:  sorry i have been a little short tempered latly. I have been on a ton of deadlines between my computer and school work.

Organize=compiled
a1xtest=test program




V Old V
Spoiler For Spoiler:
Remember Auto-optimize prog?

I was thinking as many of us are quite bad at code organization.... that someone could make an auto-organiser prog.

Basically it would do this.

Before V

:.Axample
:While 1
:If Getkey=15
:Return
:End
:For(A,0,50)
:Output(A^16,A^7,A>Dec)
:End
:End


After V

:.Axample
:While 1
: If Getkey=15
:  Return
: End
: For(A,0,50)
:  Output(A^16,A^7,A>Dec)
: End
:End



A cool feature would also be to reconize ax programs from ti-basic programs.
That way it would know how to deal with the "Then" comand.

1637
Art / Re: Availability/Skill level of artists
« on: November 12, 2010, 11:07:31 pm »
well it looks fun to try at least although i have never tried to draw when not inspired.

1638
Miscellaneous / Re: Good bye omnimaga.
« on: November 12, 2010, 11:04:54 pm »
we cleaned about 20 more pounds of dust out of the graphics card....
The computer now lasts 60-90 min.  although it is still in bad shape.

One fan basically couldn't turn because there was too much dust. I am surprised it broke down this late...

1639
Miscellaneous / Re: Good bye omnimaga.
« on: November 12, 2010, 06:52:46 pm »
We cleaned out the computer.
We lowered the temerature of the cpu by 30 degrees (while idle for nefore and after)

Unfortunatly the graphic card is stil having serious issues with heat.
So now i am off to play some intense games to see if it will overheat it too much to use.

Low activity will probably last about 2 weeks now.

I will upload a pic sometime.
There was so much dust.....

edit again:  Graphic card temp went from 65 to 80 while inactive after about 10 min.

1640
Miscellaneous / Re: Good bye omnimaga.
« on: November 12, 2010, 04:42:45 pm »
It depends how your parents are and how comfortable you are with working with your hands. But I have fixed similar problems in 3 laptops by taking them apart and using an air compressor on the grate. (just be gentle :))
no chance my parents would let me.

1641
Miscellaneous / Re: Good bye omnimaga.
« on: November 12, 2010, 04:31:45 pm »
don`t worry, i will never quit om......
but chances are i won't be uploading N E thing
Nor will i have more than 2-4 posts a day.

(i'm riting this on my wii. so i'm not riting full wordd

1642
Miscellaneous / Re: Good bye omnimaga.
« on: November 12, 2010, 12:17:22 pm »
My computer Is having some serious issues.

It shuts down after 30-60 min of being on.
There is no warning or anything. It just powers down as is if the plug was pulled.
Could it be overheating? Maybe a fan is broken or something.

ya,  but i think the damage is allready done.

1643
Miscellaneous / Good bye omnimaga.
« on: November 12, 2010, 11:27:55 am »
My computer Is having some serious issues.

It shuts down after 30-60 min of being on.
There is no warning or anything. It just powers down as is if the plug was pulled.
This has nothing to do with Omnimaga in the least, other than the fact that I don't find it worth the 10 min. I will be on the computer after start up.  I will continue to log in durring school, but my activity will shoot straight down the drain.

Long live king Graphmastur! ;)



1644
The Axe Parser Project / Re: Features Wishlist
« on: November 11, 2010, 04:11:08 pm »
:(

oh well, it was worth asking.

1645
The Axe Parser Project / Re: Features Wishlist
« on: November 11, 2010, 04:01:18 pm »
Would it be possible/easy to change all the commands that can't be used in axe to "..." or something similar?

1646
Art / Re: Availability/Skill level of artists
« on: November 09, 2010, 10:16:55 pm »
I swear someone posted a portrait of someone he drew a while ago, but I forgot who it was and if he's still around anymore.

Are you referring to this?

1647
Axe / Re: Routine Thread Index
« on: November 08, 2010, 09:44:00 pm »
great thankz

1648
TI Z80 / Re: [Project] 2 Player shooter game.
« on: November 08, 2010, 09:17:08 pm »
Update:  Multiple respawn locations now included.
some optimizations that (i believe) help allot with calc to calc communication.
5% smaller than my last version. (not the last posted version)

1649
Miscellaneous / Re: What is your code like?
« on: November 08, 2010, 07:36:16 am »
my code is: Intuitive.

I make up my own collision checking rutines cuz i don't bother looking them up ;)

1650
TI Z80 / Re: [Project] 2 Player shooter game.
« on: November 07, 2010, 09:40:45 pm »
well data transfer is the dame (but i am guessing is milliseconds slower)


The shop that i have linked is extremely hard to find by going through ti's website...

Pages: 1 ... 108 109 [110] 111 112 ... 166