95 Articles in the category: Most Popular
Commodore 64 JavaScript Emulator
Sat, 11th of December 2021 12:10 AMI found this Commodore 64 JavaScript Emulator, written by Thomas Hochgoetz, at c64emulator.111mb.de. It's installed here to demonstrate the games and other software I wrote in early-mid high school. ...
Legal Information and Disclaimer
Sun, 1st of July 2018 11:05 PMNo responsibility is taken for the accuracy or functionality of the content of this website. Any use or misuse to which you put this material is entirely at your own risk. None of the information given...
Massively Improve the Tone of a Mesa Boogie SOB Guitar Amp
Sat, 18th of December 2021 10:09 AMThis page describes an electronics "mod" which I did in 2015, and discovered that it can massively improve the tone of a Mesa Boogie SOB Vintage Guitar Amplifier. SOB stands for "Son of...
PHP Script to Sync Between Two Different Database Servers
Mon, 20th of December 2021 7:13 PMThis page gives an example of source code in PHP and MySQL which can sync individual data fields between two different MySQL database servers. I use it to update from my LOCALHOST MySQL development server to...
Nuclear Bomb Explosion Simulator
Mon, 7th of January 2019 4:14 PMThe nuclear bomb simulator shows the three main dangers from a nuclear war - fireball, blast, and fallout. Try it out by typing the name of...
Fast Draw – A Commodore 64 Poker Machine
Fri, 10th of December 2021 8:37 AMPlay this poker machine emulation online in your web browser! This page was an experiment to see if I can get some of the vintage computer games that I wrote years ago, before there...
bWAPP – A Deliberately Buggy Web App to Practice Cybersecurity
Mon, 10th of January 2022 11:20 PMThis page describes how to install bee-box, a virtual Linux installation containing bWAPP, which is a deliberately buggy web application to practice pentesting and other cyber security skills on. From the bWAPP website: ...
Simplified Game of NIM in Python with Code and Details
Thu, 4th of November 2021 8:13 PMWrite a detailed algorithm and a program that plays the ancient Chinese game of NIM. Actually, this is a simplified version of the original game. In this game, the person who runs your program will...
My Security and Developer Portfolio
Sun, 31st of October 2021 8:24 PMThis page began on 31 October, 2021 as a portfolio for my IT work, now that I'm back looking for IT work again. It was originally hosted on my Mathwiz maths tutoring website (before Spysafe...
Trying to Run Python in a Browser — Game of NIM
Mon, 13th of December 2021 3:31 AMThis page is basically an experiment to see how well I can get Python code to run inside a web browser. It uses a Python environment called "wc-code", which allows for an "IDE" (Integrated Development...
NSA Operation ORCHESTRA Revealed in a Rare Behind-the-Secnes Look
Thu, 30th of September 2021 11:25 PMI found this to be extremely interesting and funny — and also informative. The presenter is pretending to be an NSA agent, giving a highly secret security briefing, which will "of course, never leave this...
Run Python On this Web Page Without Installing Anything
Thu, 9th of December 2021 1:05 AMThis page is an experiment to see how much Python I can get to work in a web page, using "Brython", a Python-to-JavaScript compiler. from browser...
My First Promotional Website As a Web Developer
Mon, 27th of December 2021 12:57 AMThis page shows a live example of the first promotional website I made when I started working as a freelance full-stack web and database developer/designer in 2001. I'll write more about the site here soon, and...
How to Use Microsoft Access from Python
Thu, 18th of November 2021 9:34 PMIf anyone who has done 404 (or already knows some Python) is interested, this is what I did to get my Access database readable in Python. This was the first page I looked at about how...