This is my 3d library, from my personal R5RS build; It requires my .obj library be loaded.At the end I’ve also attached and commented out a few examples and demos. The simplest top-level Function is the surface of revolution, you simply enter a 2d shape as a list of 2d-points (just cons cells, no special […]
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, […]
Code
Hacking/Security
Python
Windows
Python Key Hooks WindowsI uploaded this to link to a thread on Python Key Hooks on Hack Forums, their firewall is blocking me from posting this.It’s still incomplete, but it is working. It just doesn’t do anything with the data, it’s up to you to do something with it, at the moment it simply stores it in the […]
Code
Python
Web Development
Python WordPress ClassA python script allowing you to access wordpress sites as their own class. One instance per site, for the user more comfortable in a class-centric object-oriented paradigm. I had wanted to connect to WordPress and do some site updates for clients from directly within python, I couldn’t find any wordpress library that wasn’t a hobby […]
Code
Cryptography
Python
Rubik’s CryptE to encrypt string, D to decrypt string
EF to encrypt file (must also have an output name after the password)
DF to decrypt file (must also have an output name after the password)
rubikscrypt Directive Input Password (OutputFile?)
Audio
Code
Python
Play AlongPlay Along is a very simple python tool for helping synchronise jam band performances.
The bottom left, shows the current bar (root note and scale) while the bottom-right shows the next bar to give some warning of what to play next.
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, […]
1