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
|