Today I’d like to share another old project of mine.I’ve been looking through my old YouTube uploads and trying to see which scripts I can still track down. Most scripts I wrote as a beginner programmer I’ve shared at some point on my Facebook (A practice I stopped about 8 years ago). If I look […]
Animations
Code
Old Projects
Pascal
Pascal ASCII AnimationI’d like to share some very early ASCII art of mine; a pascal ascii animation I thought was lost to time. I was still relatively new to programming when I made this so I didn’t think of things like backups. I didn’t have anything particularly useful to motivate me to preserve it. By chance it […]
Artificial Intelligence
Code
LISP
Old Projects
MIT-Scheme Particle Swarm OptimiserHere is a functional, tail-recursive implementation of a simple Particle Swarm Optimiser PSO routines are ideal for tuning the numerical variables of a given function so long as some means can be given for quantifying proximity to the desired solution. Returns a function that accelerates X towards P proportional to their distance*S and moves X […]
Audio
Code
Old Projects
Python
.Au Audio files with pythonThe Sun Microsystems .au not the ones from Audacity. I believe it’s a great place to start learning about structs, how to pack/unpack, and how to work with file headers.
Artificial Intelligence
Code
Old Projects
Python
Python Particle Swarm OptimiserParticle Swarm Optimisers are ideal for fine-tuning the numerical variables of a given process/function/structure so long as you can define a way to measure how well it has performed.
Code
Cryptography
Old Projects
Python
SafeSide CipherThis is one of my earliest python projects. Made while still learning python, ported this over from an old Delphi project of mine. For stronger encryption, and to encrypt files as well as strings try one of my newer ciphers like Rubik’s Crypt, however this should be a great choice for a beginner python programmer, […]
Graphics
Media
Old Projects
TracersAn old python project of mine which works by taking abstract animations, usually julia sets (some are just moving lines and other simple shapes) and drawing each frame to the canvas without removing the previous. The result is that simple animations are swept across the canvas and transformed into complex geometric images. No code sorry, […]
Graphics
Media
Old Projects
Polygon Rewrite SchemeAn old project of mine so sadly I’ve lost the code for now. I suspect it will turn up while I’m pawing over my old files, I’ve got a decade of pastebins to sift through, hoping it will turn up there if I search some old messenger conversations. This was a MIT-Scheme function but until […]
Graphics
Media
Old Projects
Python
Dot FractalThis is an old project of mine, but I really like it, so it’s gone through many revisions.The current python source is a new version I typed up recently, past versions included a few extra bits and pieces, one had the ability to erase as well as add dots, usually this effect can be achieved […]
Graphics
Media
Old Projects
Ribbon Generator (Python Imaging Library)This was my first ever project in Python Imaging Library, other than some Spirographs, however I feel it still warrants a share. This project even contains the image I’m using as my it header. Dated back to March 2012, when I first posted these images to my Facebook, the source is sadly lost to time, […]
0