Advertisement

Results for "Author: joe shmoe"

2002ASP #7011
X-Server 2.0

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)

2002C #15615
X-Server 2.0

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)

2002VB #24219
X-Server 2.0

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)

ASP_Volume3 #50408
File creation..Read file for input

This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners

ASP_Volume3 #50409
Temperature Conversion

converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote

ASP_Volume3 #50410
Jumble Word Solver [Heavily Documented]

This takes a jumbled word and compares it to a list of words (apprx 110,000 words) that are commonly used in crossword puzzles and such. I got this paticualr idea from Robert Rayment's code on finding anagrams for a word. You can also replace the provided word list with a bigger one. please give all feedback positive and negative. Thanks, and vote

ASP_Volume3 #50411
Projectile Motion (Trajectory path) ACCURATE PHYSICS

This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.

1_2002 #110973
X-Server 2.0

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34010&lngWId=1 X-Server is a simple HTTP v1.0 server. Run it on your computer to turn your computer into a webserver. X-Server allows you to "plop" it into the directory of your website. If the user just types in your web-address(IP Address) such as http://127.0.0.1 then it willl direct them to APP.PATH + "\Index.html" so your users will not need to type in the Index filename. Also, it will generate an error message for you when a file doesn't excist! X-Server 2.0 includes the ability to block users and check a server log. Please Vote!!!!! :-)

4_2005-2006 #155705
File creation..Read file for input

This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners

4_2005-2006 #155706
Temperature Conversion

converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote

4_2005-2006 #155707
Jumble Word Solver [Heavily Documented]

This takes a jumbled word and compares it to a list of words (apprx 110,000 words) that are commonly used in crossword puzzles and such. I got this paticualr idea from Robert Rayment's code on finding anagrams for a word. You can also replace the provided word list with a bigger one. please give all feedback positive and negative. Thanks, and vote

4_2005-2006 #155708
Projectile Motion (Trajectory path) ACCURATE PHYSICS

This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.

5_2007-2008 #178223
File creation..Read file for input

This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners

5_2007-2008 #178224
Temperature Conversion

converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote

5_2007-2008 #178225
Jumble Word Solver [Heavily Documented]

This takes a jumbled word and compares it to a list of words (apprx 110,000 words) that are commonly used in crossword puzzles and such. I got this paticualr idea from Robert Rayment's code on finding anagrams for a word. You can also replace the provided word list with a bigger one. please give all feedback positive and negative. Thanks, and vote

5_2007-2008 #178226
Projectile Motion (Trajectory path) ACCURATE PHYSICS

This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.

6_2008-2009 #200741
File creation..Read file for input

This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners

6_2008-2009 #200742
Temperature Conversion

converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote

6_2008-2009 #200743
Jumble Word Solver [Heavily Documented]

This takes a jumbled word and compares it to a list of words (apprx 110,000 words) that are commonly used in crossword puzzles and such. I got this paticualr idea from Robert Rayment's code on finding anagrams for a word. You can also replace the provided word list with a bigger one. please give all feedback positive and negative. Thanks, and vote

6_2008-2009 #200744
Projectile Motion (Trajectory path) ACCURATE PHYSICS

This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.

Languages
Top Categories
Global Discovery