Advertisement

Results for "Author: redbird77"

C_Volume2 #67261
RainbowText v1.00

This is just a trivial little app that creates actual rainbowed colored text (unlike that ubiquitous random colored letter code). See the README.txt for more info on the color conversion functions.

C_Volume2 #67796
SineWave Text v1.00

SineWave Text is a program that produces HTML for colored text. (To get true rainbow text, check out my other program Rainbow Text. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=45032&lngWId=1) This program works by drawing three sine waves (representing the red, blue, and green components of a color) with user-variable amplitude, frequency, and phase shifts. Then the program iterates through 360 degrees taking the value of each wave at each degree and merging them to form a color value. Credit goes to this site http://www.mu.org/~doug/blend/index.html for introducing me to the idea of producing gradients from sine and other shaped waves.

C_Volume2 #68647
Faster Password Generation

This is a "password generator" that can (on my puny PII 333mHz computer) generate about 40000-80000 passwords per second (number varies based on password length). This project was inspired by this Planet-Source-Code post: "Fast BruteForce Class Example" by §e7eN. http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48276&lngWId=1 and by various websites, code snippets, and newsgroup posts. I have no interest/knowledge in using this to break into anything or do any harm. I'm do love the logic behind such challenges. Though, I'm sure I'm at the pre-k level when it comes to serious string manipulation.

C_Volume2 #68684
Brute Force Password Generation

**This is an update of my previous submission.** What's New? Various speed-ups. (40k-80k to 150k-250k passwords/sec). Got rid of string concatenation replaced with Mid$ function. Made password producing function an "inline" function, no more repeated calls. Fixed bug that wouldn't let you close the form even if you hadn't started generating yet. No more version numbers, just date of release.

C_Volume2 #69512
Folder Size Viewer

Folder Size is a *simple* way to visualize the amount of space folders take up on your computer via a pie chart and list report. -- It is still in the way before complete stage, so any comments/suggestions/criticisms would be nice! -- Note: To start, open pFolderSize.vbp in the Folder Size folder.

C_Volume2 #70091
Linear Gradients (at any angle)

-- Yes, another gradient. Highlights: can draw at any angle, is reasonably fast, is totally contained in one sub (no need to add a class or module). --- See explanation.gif and the comments for a rough idea on how it works. --- Also check out the demo picturebox, it is resizable at runtime. ---

C_Volume2 #80392
Procedure Speed Tester

* 2003-11-04 UPDATE * Fixed "subscript out of range" bug. Thanks R. Gilchrist. Added HTML to clipboard. Thanks R.Rayment. -- This is a quickly built utility app that can run procedures a user-specified amount of times and graphically (and via HTML) display the speed results. --This app is not meant to super accurate down to the nanosecond. It is just meant to give a rough idea on the speed of various procedures and more importantly the relative fastness or slowness of one procedure compared to another.

Java_Volume1 #85745
Exploding Flowers Screensaver (w/Blur)

This is a modification of Paul Bahlawan's original Planet Source code post. My version adds a few extra things, most notably a reasonably fast (for VB, that is) blur effect. It also includes the abililty to dynamically set the screen resolution and buffer size (for varying degrees of speed/smoothness) and the ability to render transparent flowers. See the README.txt file for more information.

Java_Volume1 #85805
RainbowText v1.00

This is just a trivial little app that creates actual rainbowed colored text (unlike that ubiquitous random colored letter code). See the README.txt for more info on the color conversion functions.

Java_Volume1 #86340
SineWave Text v1.00

SineWave Text is a program that produces HTML for colored text. (To get true rainbow text, check out my other program Rainbow Text. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=45032&lngWId=1) This program works by drawing three sine waves (representing the red, blue, and green components of a color) with user-variable amplitude, frequency, and phase shifts. Then the program iterates through 360 degrees taking the value of each wave at each degree and merging them to form a color value. Credit goes to this site http://www.mu.org/~doug/blend/index.html for introducing me to the idea of producing gradients from sine and other shaped waves.

Java_Volume1 #87191
Faster Password Generation

This is a "password generator" that can (on my puny PII 333mHz computer) generate about 40000-80000 passwords per second (number varies based on password length). This project was inspired by this Planet-Source-Code post: "Fast BruteForce Class Example" by §e7eN. http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48276&lngWId=1 and by various websites, code snippets, and newsgroup posts. I have no interest/knowledge in using this to break into anything or do any harm. I'm do love the logic behind such challenges. Though, I'm sure I'm at the pre-k level when it comes to serious string manipulation.

Java_Volume1 #87228
Brute Force Password Generation

**This is an update of my previous submission.** What's New? Various speed-ups. (40k-80k to 150k-250k passwords/sec). Got rid of string concatenation replaced with Mid$ function. Made password producing function an "inline" function, no more repeated calls. Fixed bug that wouldn't let you close the form even if you hadn't started generating yet. No more version numbers, just date of release.

Java_Volume1 #88056
Folder Size Viewer

Folder Size is a *simple* way to visualize the amount of space folders take up on your computer via a pie chart and list report. -- It is still in the way before complete stage, so any comments/suggestions/criticisms would be nice! -- Note: To start, open pFolderSize.vbp in the Folder Size folder.

Java_Volume1 #88635
Linear Gradients (at any angle)

-- Yes, another gradient. Highlights: can draw at any angle, is reasonably fast, is totally contained in one sub (no need to add a class or module). --- See explanation.gif and the comments for a rough idea on how it works. --- Also check out the demo picturebox, it is resizable at runtime. ---

Java_Volume1 #98935
Procedure Speed Tester

* 2003-11-04 UPDATE * Fixed "subscript out of range" bug. Thanks R. Gilchrist. Added HTML to clipboard. Thanks R.Rayment. -- This is a quickly built utility app that can run procedures a user-specified amount of times and graphically (and via HTML) display the speed results. --This app is not meant to super accurate down to the nanosecond. It is just meant to give a rough idea on the speed of various procedures and more importantly the relative fastness or slowness of one procedure compared to another.

2_2002-2004 #112893
Exploding Flowers Screensaver (w/Blur)

This is a modification of Paul Bahlawan's original Planet Source code post. My version adds a few extra things, most notably a reasonably fast (for VB, that is) blur effect. It also includes the abililty to dynamically set the screen resolution and buffer size (for varying degrees of speed/smoothness) and the ability to render transparent flowers. See the README.txt file for more information.

2_2002-2004 #112953
RainbowText v1.00

This is just a trivial little app that creates actual rainbowed colored text (unlike that ubiquitous random colored letter code). See the README.txt for more info on the color conversion functions.

2_2002-2004 #113488
SineWave Text v1.00

SineWave Text is a program that produces HTML for colored text. (To get true rainbow text, check out my other program Rainbow Text. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=45032&lngWId=1) This program works by drawing three sine waves (representing the red, blue, and green components of a color) with user-variable amplitude, frequency, and phase shifts. Then the program iterates through 360 degrees taking the value of each wave at each degree and merging them to form a color value. Credit goes to this site http://www.mu.org/~doug/blend/index.html for introducing me to the idea of producing gradients from sine and other shaped waves.

2_2002-2004 #114338
Faster Password Generation

This is a "password generator" that can (on my puny PII 333mHz computer) generate about 40000-80000 passwords per second (number varies based on password length). This project was inspired by this Planet-Source-Code post: "Fast BruteForce Class Example" by §e7eN. http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48276&lngWId=1 and by various websites, code snippets, and newsgroup posts. I have no interest/knowledge in using this to break into anything or do any harm. I'm do love the logic behind such challenges. Though, I'm sure I'm at the pre-k level when it comes to serious string manipulation.

2_2002-2004 #114375
Brute Force Password Generation

**This is an update of my previous submission.** What's New? Various speed-ups. (40k-80k to 150k-250k passwords/sec). Got rid of string concatenation replaced with Mid$ function. Made password producing function an "inline" function, no more repeated calls. Fixed bug that wouldn't let you close the form even if you hadn't started generating yet. No more version numbers, just date of release.

Languages
Top Categories
Global Discovery