Faster Demo?

Moderator: tr1p1ea

User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Faster Demo?

Post by kalan_vod »

OrignalImage
MineImage
149 bytes smaller then the orginal.
on calc it seems faster, flash debugger is jumpy i guess.
I will post the zip, but i need a hoster or info on how to host :D
T0RM3N7
Sir Posts-A-Lot
Posts: 230
Joined: Wed 26 Jan, 2005 5:51 pm
Location: on cloud 9
Contact:

Post by T0RM3N7 »

http://www.savefile.com
hopefully you can use this site to host your project
girls=time*money
time=money
girls=money*money
money is the root of all evil
girls=(evil^1/2)*(evil^1/2)
girls=(evil^1/2)^2
girls=evil

Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

T0RM3N7 wrote:http://www.savefile.com
hopefully you can use this site to host your project
thanks :D
http://www.savefile.com/files.php?fid=8515217
click download xlib, all i did was a few things and it still isnt my file so follow his instructions if need be.
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

sorry for double post, but did anyone try it and think its faster?
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

I don't feel like dling xLib or I would. :( . And after everyone was nice and dled my demo. Sry, I have a fever.
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

threefingeredguy wrote:I don't feel like dling xLib or I would. :( . And after everyone was nice and dled my demo. Sry, I have a fever.
it comes with xlib :D and his readme!
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

convenient.
Image
Treefrog
New Member
Posts: 42
Joined: Mon 11 Jul, 2005 9:31 pm
Location: Here

Post by Treefrog »

Tried it out on an 83+. Runs a lot faster, so no more annoying slowdown.

Nice Job! :D
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

Treefrog wrote:Tried it out on an 83+. Runs a lot faster, so no more annoying slowdown.

Nice Job! :D
thankyou, not much was done there just no need for the keypress to be stored in a var. b/c it runs with the ans, and instead of useing if x=0 use if not(x and well i tried to change the detection a little, but as said before his code is hard :D
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Well you were never supposed to use the existing code, thats there as an example for those who arent BASIC guru's ... as in it doesnt have any speed optimisations or anything.

Nice job too! :).
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

tr1p1ea wrote:Well you were never supposed to use the existing code, thats there as an example for those who arent BASIC guru's ... as in it doesnt have any speed optimisations or anything.

Nice job too! :).
Ohhh lol i thought it was with the code there :D, and thanks :twisted: .......what i win j/k id like to know how you came up with all the logic with the bolean expressions its well :twisted: (twisted smile)
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

kalan_vod wrote:
tr1p1ea wrote:Well you were never supposed to use the existing code, thats there as an example for those who arent BASIC guru's ... as in it doesnt have any speed optimisations or anything.

Nice job too! :).
Ohhh lol i thought it was with the code there :D, and thanks :twisted: .......what i win j/k id like to know how you came up with all the logic with the bolean expressions its well :twisted: (twisted smile)
tr1p would you have a msn account or gtalk? and what does everyone else thing? am i the only one who has tried?
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

Post by the_unknown_one »

Yea tr1p, is there any way to contact u other than IRC?
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

Actually tr1p, your code is difficult to understand, perhaps someone should write an unoptimized, simple version, using very structured code such as

Code: Select all

While 1
getkey->K
If K=42
Then
...
End
If K=25
Then
...
End
...
...
End[quote][/quote]
Image


"You're very clever, young man, but it's turtles all the way down!"
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

dysfunction wrote:Actually tr1p, your code is difficult to understand, perhaps someone should write an unoptimized, simple version, using very structured code such as

Code: Select all

While 1
getkey->K
If K=42
Then
...
End
If K=25
Then
...
End
...
...
End[quote][/quote]
after i had touched it i did this also, but it made it alot slower and bigger, and also it looked alot more complicated b/c of all the ifs thens ends etc.
Post Reply