Computer Science Canada

1001 Uses for a Sine Graph

Author:  Wolf_Destiny [ Wed Aug 23, 2006 9:17 am ]
Post subject:  1001 Uses for a Sine Graph

code:
const b : int := 1000
for a : 1..1001 - b
Post.UsesFor ("sine graph")
end for

So really just 1 use for a sine graph...I got bored in comp sci while everyone was diligently trying to learn GUIs. So I thought: "What is the most pointless thing I could make in half an hour?" Short of "oh so trippy kool flashes dude" I thought "Loading bar" for use in some other program.

So, here it is, a simple sine wave loading bar, that I think looks okay for 30 minutes. Enjoy!

Author:  BenLi [ Wed Aug 23, 2006 10:26 am ]
Post subject: 

lol... fun although the "omg trippy flashes" thing applies.

I made an intro like this for my final project


: