Category

Coding

19 articles in this category

Fail2ban + fail2sql + Ban Hammer + PHP7

April 26, 2017 1 min read

I recently revisited a project from some time ago that I found and modified the code to support PHP7 which dropped support for mysql extension in favor of mysqli.

Forgotten Scripts

January 13, 2017 3 min read

Came across a script I wrote some time ago. Sitting there in my user directory was patch.cmd. As I find my scripts, I'm putting them in Git for…

Part 1: Analysis of a WordPress Malware

December 9, 2016 3 min read

I had some time at lunch to kill, so I decided to see how Malware techniques were improving in the land of WordPress and free premium theme download…

Get File Count Recursively

December 1, 2016 2 min read

The fastest routine for counting all files recursively given a path in VB.NET that I've found so far.

Development Log: Duplicate File Finder

November 27, 2016 6 min read

I have thousands of files stored on an external USB attached 1TB drive.  My drive is currently 95% full.  I know I have duplicate files throughout the drive…

Office.com Online using WinForms

August 8, 2014 2 min read

This isn't true API access, just a WebBrowser control. I'm looking into the API though which would require me to register my Application even though it's not a…

Change User-Agent in WebBrowser Control

August 8, 2014 1 min read

This snippet of code worked when tested in VB.NET application I'm working on. It will set the User Agent string for the duration of the control. Private Property…

Stopwatch for Windows

June 5, 2014 1 min read

I forgot I wrote this for a specific reason some time ago and came across it this morning decluttering some folders on my NAS. I can't find the…

PHP Easter Eggs

April 17, 2014 1 min read

To honor Easter, I've decided to put this little tidbit of information up. These are PHP "easter eggs".  I had no idea these existed until I was running…

Tool: bitcalc – A Bit Calculator in .NET

February 15, 2013 1 min read

Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes What is it? This is completely based on Matisse.net's online bitcalc tool: http://www.matisse.net/bitcalc/ Enter in an amount of units and click calculate.  For example, in the…

Yawcam Viewer

August 16, 2012 1 min read

I am working on a Motion-JPEG stream viewer for the Yawcam webcam streaming software.  This allows you to enter your stream's URL and choose the size for the…

GooglePlus RSS Feed Reader in PHP

August 5, 2011 2 min read

I'm working on a GooglePlus RSS Feed Reader in PHP for anyone who might be interested in making a WordPress module or something similar to display N latest…

JavaScript Operating System

March 7, 2009 1 min read

I knew it had to exist (laughing out loud), and I just found it.  A JavaScript operating system.  Anyone who knows me knows that I joke around about…