Beware of maximum characters in fields
I learned today thinking creatively can help identify a bug. Also when writing software I should be careful with input […]
I enjoy growing software and experiencing life.
I enjoy growing software and experiencing life.
I learned today thinking creatively can help identify a bug. Also when writing software I should be careful with input […]
One thing I wish BYUI taught more about is the agile methodology and it’s origins. I believe my teacher mentioned […]
Today was my first day with my internship with the Church of Jesus Christ of Latter Day Saints. Here is […]
Learn how to display recent posts in wordpress excluding chosen categories.
Ever wanted different background images on each monitor that you have? In this tutorial I show you how it’s possible with a tool called dual wallpaper from dual tools.
I’m going to attempt to explain relations and their different properties. This was a project in my discrete math class […]
Google+ games are finally here. As of right now there are only 16 games.
Bayesian spam filter got your tongue? Doesn’t always have to be that way. Here is a simple program written in c++ to help you along your way.
Do you have an Xbox360 that is just collecting dust? I decided for my next project to build a PC […]
RSA encryption is an Algorithm understood by so few people and used by many. In hopes to help that large percentage understand RSA Encryption better I wrote this explanation. If you ever visit a https site chances are you are using RSA encryption to encrypt or scramble the data sent over the internet. Since you could be sending important information like a credit card number it is imperative that you encrypt the data. The important thing is that we want to do this encryption process without requiring secret keys that both the sender and the recipient must posses. That’s where a system that uses a “Public Key” comes in handy.