Page 1 of 2

Faster Demo?

Posted: Mon 22 Aug, 2005 9:15 pm
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

Posted: Tue 23 Aug, 2005 2:08 am
by T0RM3N7
http://www.savefile.com
hopefully you can use this site to host your project

Posted: Tue 23 Aug, 2005 3:45 am
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.

Posted: Tue 23 Aug, 2005 11:17 pm
by kalan_vod
sorry for double post, but did anyone try it and think its faster?

Posted: Wed 24 Aug, 2005 2:58 am
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.

Posted: Wed 24 Aug, 2005 7:48 pm
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!

Posted: Wed 24 Aug, 2005 8:49 pm
by threefingeredguy
convenient.

Posted: Fri 26 Aug, 2005 8:58 pm
by Treefrog
Tried it out on an 83+. Runs a lot faster, so no more annoying slowdown.

Nice Job! :D

Posted: Sat 27 Aug, 2005 2:54 am
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

Posted: Sat 27 Aug, 2005 2:58 am
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! :).

Posted: Sat 27 Aug, 2005 3:02 am
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)

Posted: Sun 28 Aug, 2005 3:34 am
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?

Posted: Sun 28 Aug, 2005 8:40 am
by the_unknown_one
Yea tr1p, is there any way to contact u other than IRC?

Posted: Sun 28 Aug, 2005 11:32 pm
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]

Posted: Mon 29 Aug, 2005 1:19 am
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.