-
SSH
# Limit access to only these users
AllowUsers user1 user2 user3
Stuff to download
Note that these Putty binaries are not the original ones available from
the PuTTY site. These binaries have been c...
-
Python info from Noah
This is an interesting maze fractal algorithm that I came up with in
college back when fractals were still cool. I originally wrote it in C.
The algorithm generates proper mazes with...
-
Noah's AcidWarp
AcidWarp is software that falls into the category of "eye-candy". AcidWarp
generates soft, friendly pictures on your screen. It selects from over 40 mathematical
function to generate each picture ...
-
Browser safe colors
ffffff
import cgi
colors = []
for b in ('00','33','66','99','cc','ff'):
for g in ('00','33','66','99','cc','ff'):
for r in ('00','33','66','99','cc','ff'):
colors.append (r+g+b)
prin...
-
Gears and Clocks
clock design and gear trains
-
Polaroid x-ray radiographs
Initial stages that lead to my experiments:
1. Develop unhealthy, obsessive interest in x-rays at age 12.
2. Realize that you can buy anything on eBay.
These pictures were taken with an 80KV dental x...