Blog

Search Blog

Feb 25, 2014, 8:14 AM
A C# console application that when compiled makes a nice command line utility for outputting directories and permissions n levels deep.
Feb 8, 2014, 8:04 AM
A tutorial on how to leverage PowerShell in order to remove secondary SMTP addresses from an exchange account.
Feb 4, 2014, 7:59 AM
Here you'll find code to convert numbers to words using a C# Console Application including decimals and negatives.
Feb 1, 2014, 7:51 AM
A function used to send ICAL calendar invites using PHP. No libraries required!
Jan 28, 2014, 5:53 PM
A C# Console Application built for scoring a game of bowling.
Jan 26, 2014, 5:01 PM
An introductory guide to taking user input with C# console applications. Finding Means/Averages of user input.
Jan 24, 2014, 3:13 PM
A snippit of visual basic that can be used to query Active Directory of users' password last changed and other A.D. fields.
Jan 23, 2014, 1:22 PM
A guide to finding the largest or most recent value in a group of values in a MySQL or SQL table.
Jan 22, 2014, 1:02 PM
A complete guide to using netstat in Linux to view connection status, ports, and other useful information.
Jan 21, 2014, 12:43 PM
A guide on navigating your linux file system using the cd command.
Jan 20, 2014, 9:31 PM
A tutorial on how to handle a callback from Facebook when a user removes / deauthorizes an application using the Yii Framework.
Jan 16, 2014, 6:30 PM
A brief guide on using SQL Inner Join to relate data in multiple tables.
Jan 16, 2014, 5:20 PM
A C# Console Application used for comparing sorting algorithm performance. Included sorts are Selection Sort, Quick Sort, Insertion Sort, and Bubble Sort.
Jan 14, 2014, 4:48 PM
A guide on finding records that exist in one table that do not have a corresponding record in another table.
Jan 10, 2014, 1:48 PM
A guide on how to set up SSH Keys and copy files between linux machines