Look what I found!! This is an archive of what my site/life was about 4-5 years ago. For the modern JobyBednar.com, try here.
JobyBednar.com
The future is here. It's just not widely distributed yet.
- William Gibson

Ruby Development
/root
  ./apple I
  ./articles
  ./code
  ./decode
  ./hobbies
  ./mac
  ./pics
  ./ruby
  ./www



 Use OpenOffice.org
./Assembly
  • Generic Window - The core code required for creating a windowed application in 32-bit Assembly. (great comments)
  • ./C/C++
  • Sorting Algorithms - Bubble, Selection, Insertion, Heap and Quick sort.
  • Swap Integer Values - Swap integer values WITHOUT using a temp variable (works with unsigned as well)
  • ./Objective-C
  • Append File - appending a string to a file that already exists
  • ./Ruby
  • Continuations - An example of the weird behavor of continuations and the cool stuff that can be done with them
  • Gaming Dice - Thanks to some cool features in Ruby, the classic 3d6 type notation can be used in Ruby scripts
  • Prime Factoring - Code for factoring out the primes in any given number. Creates a text file as well as console output.