Archive for the 'Sci/Tech' Category

Mini-project: PeeweeGen

Saturday, May 22nd, 2010

I just finished writing code for a small password generator terminal application (called Peewee Generator, or PeeweeGen) that uses “/dev/random” to generate three possible password choices based on criteria set by the user. It’s not very fancy or complicated, but I like how it turned out. Download the .zip and extract it to a directory. [...]

  • Share/Bookmark

Distraction: Modular Exponentiation

Monday, May 17th, 2010

While reviewing modular exponentiation, I got bored and decided to write this program instead. I have not yet finished writing my bigInt calculator I started working on a while back, so, my program only works for numbers smaller than 2^64 bits.

  • Share/Bookmark