Virtual floppy disk .img mounter

Posted: Sunday 28 April 2013

I have been searching for hours for a program that could mount floppy disc images in the file format of ".img", and have been unsuccessful when it comes to Googling an answer, and so, here's one that will do the job:

http://www.ltr-data.se/opencode.html/#ImDisk

Python notes to frequency script

Posted: Saturday 27 April 2013

A release and cleanup of the code which was used here:

Jingle Bells in Python

Autohotkey random text spammer

Below is a simple autohotkey script which you can use to annoy your friends on chat programs, like Google Chat or Skype, tweak at will, remember to turn capslock on before using it and capslock off when you do want to use it, else it will start running immediately...

Vbscript: Download files from a list of urls.

Posted: Friday 26 April 2013

The following script can read through a list of urls [seperated by a return], and download them, for example, pretend that the following is a .txt file:

http://www.extramaster.net/LinesAndLinesOfCode.jpg
http://www.extramaster.net/GooglePlusBrand.jpg
It is then ran through the script, and "LinesAndLinesOfCode.jpg", "GooglePlusBrand.jpg" will be downloaded into the directory in which the script and the .txt file is placed in
The code is as follows:

6/2(1+2)

Posted: Wednesday 24 April 2013

6/2(1+2), or more properly represented as 6÷2(1+2) = 3 x 3 = 9

because, as brackets play a higher priority then multiplication, the brackets should be simplified first

6 / 2(3)


as 2(3) is no longer strictly a "bracket" in BODMAS, instead being shorthand for 2 x 3, the equation can hence be broken down to

Github folder in Windows 7

Posted: Sunday 14 April 2013

Github uses an moderately cryptic install format, it's not visible at first since it's not installed in the Program Files folder nor the Program Files (x86) folder, but you can find it at the location below.

C:\Users\[YOUR USRENAME HERE]\AppData\Local\GitHub

If you need the portable version of git that comes with github then it's located in the "PortableGit*" folder inside of the github install folder.