Ever purchase a 1TB hard drive and find yourself disappointed when it showed up under ‘My Computer’ as 931GiB? If so, you may not have really understood why and felt cheated by the manufacturer. However, there is a simple and innocent reason for this. Computers evaluate numbers on a different base than humans. As human […]
Category Archives: Programming
Java Normal Probability Approximation Method
Recently, I’ve decided that I want to write my own statistics package in Java (I’m too bored for my own good). Originally, I wanted to write my own classes to handle the probability calculations under curves. However, this became a bit much when it came time to do f and student-T distributions. As such, I […]
Subnet Calculator and NetTrain.com
I was recently contacted by the owner the website, NetTrain.com, and asked to further develop my Subnet Calculator (mentioned in previous posts) from a WordPress template page to a full-blown plugin. NetTrain provides technical training to individuals seeking to acquire various Cisco Certifications. Thanks to their funding, I was able to allot time and convert the php code […]
Subnet Calculator
Recently, I’ve decided to begin working toward the CCNP certification and have required significant review of CCNA material. As such, in order to review some of the subnet math, I decided to write a subnet calculator in PHP. I’ve spent most of today working on it and hopefully it works well in all cases. However, […]
Steam XML Parser
As mentioned in a previous post, I’ve developed a WordPress plug-in to display a user’s Steam Stats as a widget. It’s available for download here. However, this does no good to anyone without a WordPress-based-site and I wanted to make the source freely available. As such, I’ve included it below. Valve provides Steam profiles as […]
Steam WordPress Plugin / Widget
Today I completed my very first WordPress Plugin to display a user’s Steam Gameplay Stats. To those unfamiliar with Steam, steam is a windows community application for video gaming. It allows users to store and purchase titles from many different publishers online and also offers an excellent community element to chat, browse the web and […]