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
To be pleased with one's limits is a wretched state.
- Johann Wolfgang von Goethe

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



 Use OpenOffice.org
./Ruby/Projects
Ruby
My new favorite programming language! It's a powerful high-level scripting language with the capability of a much lower-level programming language, like C++ or Java. «Read» the official scoop on Ruby.
Projects

 Gaming Dice  ···more info···

 Logic Solver  ···more info···

 Permutations and Combinations  ···more info···

 Internet Image Scraper  ···more info···

 Casino Craps Simulator  ···more info···
./Ruby/Work in Progress
I'm currently working on a generic game engine that will be scriptable to create custom board games. The idea is to create a set of APIs that allow an individual to define the graphic elements of the board by drawing shapes or laying out images, define the players' assets, and build the rules for the game. Ideally, I'd like to be able to output the board and pieces to a PDF as well as build an application to run the game on the computer. It would also be nice to have it build a simple TCP/IP server-client for multiplayer games to be played online.

We'll see where it goes...
./Ruby/Links
  • Ruby - Official Ruby programming language website
  • Ruby Central - Ruby non-profit, hosts of RubyConf
  • Ruby Code & Style - Ruby related ezine
  • Ruby Doc - Documentation and API
  • Ruby Garden - Ruby community and links
  • Ruby Quiz - Weekly quiz/programming challenge
  • Ruby/Cocoa - An intro to using Ruby Cocoa to develop Mac OSX apps
  • RubyForge - Ruby version of SourceForge