Github account and repos
Well, it’s long overdue, but I’m finally using some form of VCS for maintaining the code that I write at home.
Up until a few weeks ago I was basically keeping a ‘Code’ directory in Dropbox and that was about it. Now I’m using git on each computer (i.e. notebook, desktop, etc.) and made a Github account (github.com/thinkhole).
Right now I have two public repositories:
- Arduino-DS1620 – a library to use a DS1620 temperature sensor with an Arduino
- Euler – a few Project Euler solutions in Ruby
The Arduino library has a decent amount of documentation, and should be quite usable. The Euler solutions are well… hey, they work. :)
