Science Project
Moderator: General Moderators
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
Science Project
For school I have to do a science project, for a 'science' fair. It must be in written report form though. It also can relate to computers.
Im thinking that I could either
a) write one program in many different languages, test how fast it is
b) wite many programs in two languages (probably php/asp ...) and see which is faster
some kid last year tried two programs on two different computers and determined which chip was faster, he got 200 dollars and won. im thinking i could probably do something alot better.
Does anybody know how I could gauge the speed of the outputted page? Any comments? Input? Ideas?
Im thinking that I could either
a) write one program in many different languages, test how fast it is
b) wite many programs in two languages (probably php/asp ...) and see which is faster
some kid last year tried two programs on two different computers and determined which chip was faster, he got 200 dollars and won. im thinking i could probably do something alot better.
Does anybody know how I could gauge the speed of the outputted page? Any comments? Input? Ideas?
Could always do something with Mandelbrot
http://www.mandelbrot.org/
http://www.google.ca/search?q=mandlebro ... l=en&meta=
http://www.mandelbrot.org/
http://www.google.ca/search?q=mandlebro ... l=en&meta=
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
If you are able to get a copy of VisualBasic this can be easily done for IE.
(can be done in other ways, too - of course)
Embed a webbrowser-Control and register the event-sinks for
BeforeNavigate2 of DownloadBegin and
DocumentComplete
(can be done in other ways, too - of course)
Embed a webbrowser-Control and register the event-sinks for
BeforeNavigate2 of DownloadBegin and
DocumentComplete
if you were going to do the browser thing, grab an open source one from SF
http://www.sourceforge.net
http://www.sourceforge.net
