Home
4Art
    Favorite Artists
    Personal Art
    Tutorials
4Education
    Astronomy
    Cryogenic Fluids
    Logic & Circuits
4Personal
    Dallas Photographs
    Cancun Photographs
    Hawaii Photographs
4Professional
    Business Skill
    Employment History
    Programming
    Web Administration
4Recreation
    Television
    Gaming - RPG
4Administration
    Navigation
    Sites
    Users
    Groups
 
 

Programming - Web Scripts

For the time being, this place is just a dumping ground for various code snippets as I write them.

Random Maze Algorithms

Basic Maze: Javascript: Plus, Minus, Bar (+|-)
Basic Maze: Javascript: Hash Marks (#)
HEX Maze: Javascript: (graphic blocks)

Prime Number Generator

Lots of people talk about prime numbers all the time, and if you're like the rest of the population, you probably don't know why. I use them for fractal algorithms like perlin noise functions. Here is a simple Prime Number Generator Page

Prime Number Generator

Random Password Generator

I use this to make passwords for service accounts. This kicks out 10-character passwords. I use two of these together to make 20-character passwords at work.... which I have to save in documents to remember them.

Random Password generator

Base Converter

I like contemplating alternate number systems. My Base Converter allows me to play around with them. I usually like to play with Base 12 and binary numbers, although I play with them all a bit. This base converter respects decimals (most base converters that I've seen only work with whole numbers).

Base Converter
Base 64 Encode / Decode Tool

Commentary

Dot Net Annoyances

 
 
 
 
Email comments to: Joshua Jacobsen
Last modified: 1/30/2005 12:38:54 AM
Make This Page Your HomepageMake This Page a FavoritePrint This Page
URL for this page: http://www.drowlord.com/Professional/Programming/Default.html
Copyright© 1999 - 2005 Joshua Jacobsen