Code Blue

CODE

I am new to programming, which by inference means I started late with it. Everyone I've known who does any of this has been doing it since they were kids. I was drawing or stomping around in creeks at the time, so I've had to make peace with coming to it now. I was grabbed first by the concept of programming; you are able to interface with these machines on a more "fundamental" level. Through understanding these machines we can interface more closely, if not directly with the reality of this self contained universe. We are the gods here; we create infinite complexity out of a very few simple rules. My goal getting into this was to just become fluent to the point that I could understand it's application. The barrier is not as big as you might assume.


BROWSER FUNCTIONAL:

Programs that actually work on your on web browser on your own (or someone else's) computer.
lack wHole Mail ME An anonymous e-mailer that can only be used to terrorize myself. Have at it, open fire, and carry on.
Lack Mail A bullshit anonymous e-mailer. Sends the body of the message only. A modification of the random mailer SMESS I made.
Cosmic Java Trip v2.0 A Javascript implementation of the classic Cosmic Trip Calculator. Find your way in the universe and at home.
Version 1.0
JavaScript Cipherizer A JavaScript implementation of the Cipherizer program, originally written in Python. Encode and Decode secret messages to your firends and enemies. NOTE: Not as encrypted as Python version.
GRAPHICS:

The following programs were built with Pygame and a build of PyObjC

Hip Priest is a non-game. I basically just followed the tutorial at Learning PYthon made my own sprites, and tweaked some variables. It is very VERY uninteresting in it's own right, but it suggestest many possibilities for future projects. VIDEO>>>


The following programs were built using a Graphics Engine provided by the excellent book that I have been learning Python from. You will need to download the Graphics Engine and place it in your Python Directory. Then you will be able to run the following programs.

BigWalk2
BigWalk1
RadialWalk
RandomWalk
Monty
Syrause
Syracuse2



Random Ball a number of ors exhibiting semi-random movements. VIDEO>>
Baller expanding and collapsing array of balls. VIDEO>>
Blinky flashes about randomly the screen. VIDEO>>
Inky gradually fills the screen with blobs. VIDEO>>
Spiral Draw draws a spiral, go figure. VIDEO>>
Random Walk and Big Walk are both digital random walk visualizers
Radial Walk and Big Radial are both radial random walk visualizers
The Monty Hall Game is a very simple little 3 door monty game. Requires both the door and button classes to run.
Syracuse Problem is still a mystery to mathematics, but is easy to visualize. A more thorough explanation
SOURCE CODE:

The following source codes all require a running version of Python and a Unix Terminal. To run any of them simply mount the directory the files were downloaded to 'cd [directory name]' and then simply type 'python [program name]'. That should do the trick.

MuMu a program that would ideally solve the MU Puzzle. Unfortunately, I am not persently that smart.

Acronymizer a simple program for the simple minded. Will generate acronyms from user input.

Cosmic Trip Planner a program that will tell you the distance away and the ammount of time required to reach various cosmic and terrestrial destinations. Very useful. I'm talking to NASA.

Cipherizer a nifty program that allows you to encode and decode secret messages to your firends and enemies. Requires both Encoder and Decoder to run.

The World God a penultimate simulator.
PROJECT EULER:

A site that posits a number (196 to be exact) of mathematical and programming challenges, for anyone who feels up to it to take a crack.

Project Euler Solutions
HOME:::