Open-source PHP Markdown parser compatible with the CommonMark spec.
Open-source PHP Markdown parser compatible with the CommonMark spec.
My custom color scheme for PhpStorm. It can be installed using the directions found here: https://github.com/cordoval/Symfony2Colors
Productivity timer which allows you to work without interuption by automatically setting your Microsoft Lync availability to "Do Not Disturb" for a short while.
A simple Bash script to automate the amending of older commits with staged changes. This script has since been deprecated in favor of using git commit --fixup.
bigbrother is a Minecraft server plugin designed to track certain player events, such as the collection of ores. This data can be used to identified cheating players.
MCForge classic was a classic Minecraft server software based on MCLawl. I was the lead developer for this widely-used open-source project.
Creating manual backups of a website can be a time-consuming task. Using Linux, you can automate the entire download/transfer using the handy utility known as wget (Ubuntu users: install it with sudo apt-get install wget)
Here’s the command to use for downloading your backup:
wget ftp://yourwebsite.com/some/directory -nv -r -N -l inf -nH --ftp-user='username' --ftp-password='password'