avh4 (Aaron VonderHaar)

Name
Aaron VonderHaar
Email
Website/Blog
http://www.avh4.net/
Location
San Diego, CA
Member Since
Feb 27, 2008 (about 1 year)

Following 19 githubbers and watching 83 repositories view all →

Public Repositories (24)

  • time-tracker-for-mac

    Mac OS X 10.4+ application for tracking time spent on projects and tasks.

    legend

    Last updated Wed Oct 21 00:38:48 -0700 2009

  • mp3-my-oggs

    A command-line script to convert ogg files to mp3 files while maintaining all the file metadata, ...

    legend

    Last updated Mon Oct 05 00:05:35 -0700 2009

  • immortal-fantasy

    Experiments in dynamically generating an ever-expanding RPG.

    legend

    Last updated Sat Sep 19 13:20:15 -0700 2009

  • xmlvm

    A git mirror of http://xmlvm.svn.sourceforge.net/svnroot/xmlvm/trunk/xmlvm

    legend

    Last updated Wed Aug 05 19:05:53 -0700 2009

  • apro

    rubigen components for my projects (and perhaps your projects as well)

    legend

    Last updated Sun Apr 26 02:46:35 -0700 2009

  • tmp

    A scratch space for trying out new things and doing project spikes

    legend

    Last updated Sun Apr 26 00:05:09 -0700 2009

  • google-toolbox-for-mac

    Google toolbox for mac (SVN repo mirror)

    legend

    Forked from nparry/google-toolbox-for-mac Tue Mar 10 17:20:19 -0700 2009

    Last updated Mon Apr 20 15:53:44 -0700 2009

  • git-wiki

    Lightweight wiki with git backend

    legend

    Forked from minad/git-wiki Mon Apr 20 11:35:25 -0700 2009

    Last updated Sun Apr 19 16:39:46 -0700 2009

  • rubigen

    RubiGen - generator framework for your framework

    legend

    Forked from drnic/rubigen Sat Mar 07 15:54:29 -0800 2009

    Last updated Mon Apr 13 13:20:13 -0700 2009

  • master

    Starting points for software development. I am slowly migrating this functionality into my "apro...

    legend

    Last updated Thu Apr 09 18:39:35 -0700 2009

  • literate-ruby

    A new way of writing ruby apps based on Donald Knuth's Literate Programming

    legend

    Last updated Mon Apr 06 16:19:56 -0700 2009

  • rubyviz

    generate diagrams of class and method collaboration in ruby to aid in refactoring

    legend

    Last updated Thu Apr 02 03:03:26 -0700 2009

  • avh4.github.com

    My github pages repository

    legend

    Last updated Wed Apr 01 19:01:47 -0700 2009

  • xcodeproj-reader

    vaporware - will allow reading (and eventually writing) of Xcode project files

    legend

    Last updated Mon Mar 30 15:31:39 -0700 2009

  • ticgit

    Git based distributed ticketing system, including a command line client and web viewer -- in this...

    legend

    Forked from schacon/ticgit Mon Mar 16 22:34:54 -0700 2009

    Last updated Thu Mar 19 08:46:46 -0700 2009

  • ocmock

    git mirror of the OCMock subversion repository

    legend

    Last updated Tue Mar 17 13:10:27 -0700 2009

  • rbiphonetest

    Want to write iPhone apps with unit tests? Want to write them in Ruby?

    legend

    Forked from drnic/rbiphonetest Fri Jul 04 16:14:29 -0700 2008

    Last updated Mon Mar 16 23:25:58 -0700 2009

  • ruby-sync

    sync local directories to FTP

    legend

    Last updated Sun Mar 15 14:30:03 -0700 2009

  • avh4-util

    Useful things for Java

    legend

    Last updated Sat Mar 14 19:14:49 -0700 2009

  • mocha

    Mocha is a mocking and stubbing library for Ruby

    legend

    Forked from floehopper/mocha Mon Mar 09 00:21:14 -0700 2009

    Last updated Mon Mar 09 01:53:06 -0700 2009

  • website-templates

    Design/layout templates for web pages.

    legend

    Last updated Wed Feb 04 17:10:17 -0800 2009

  • migration_test_helper

    ./script/plugin install git://github.com/avh4/migration_test_helper.git

    legend

    Forked from collectiveidea/migration_test_helper Thu Sep 18 18:07:26 -0700 2008

    Last updated Thu Sep 18 18:07:27 -0700 2008

  • netbeans-junit-example

    A simple example project of using junit from NetBeans 6.1

    legend

    Last updated Fri Jul 11 14:01:20 -0700 2008

  • rbiphonetest-example

    An example of using rbiphonetest and playing around to add rspec support.

    legend

    Last updated Thu Jul 03 16:39:58 -0700 2008

Public Activity feed

avh4 updated gist: 249865 Sat Dec 05 13:58:19 -0800 2009
package iphonedemo; import org.xmlvm.iphone.CGRect;
avh4 updated gist: 249865 Sat Dec 05 13:16:00 -0800 2009
package iphonedemo; import org.xmlvm.iphone.CGRect;
avh4 pushed to master at avh4/time-tracker-for-mac Wed Oct 21 00:38:48 -0700 2009
HEAD is 37becdc2acce7f2ef9af28af4c8d88e8b119afc5
  • avh4 committed 37becdc2:
    Fix specs from previous commit. TT-3
avh4 created branch master at avh4/time-tracker-for-mac Wed Oct 21 00:29:43 -0700 2009
avh4 deleted branch master at avh4/time-tracker-for-mac Wed Oct 21 00:29:27 -0700 2009
Deleted branch was at avh4/time-tracker-for-mac/tree/master
avh4 pushed to master at avh4/time-tracker-for-mac Wed Oct 21 00:28:21 -0700 2009
HEAD is c5ae6f15222f01d6e5b4785c7e0a4047ad3c4b8a
  • avh4 committed c5ae6f15:
    Make the menu bar item appear again.
avh4 pushed to master at avh4/time-tracker-for-mac Mon Oct 19 00:05:23 -0700 2009
HEAD is 0960ab7d5295e67d7278a61156d84879ed8d4aae
  • avh4 committed 0960ab7d:
    Refactor TTStatusItemController to use interfaces and not depend on Cocoa. TT-3
avh4 pushed to master at avh4/time-tracker-for-mac Sun Oct 18 18:40:46 -0700 2009
HEAD is 18aa648d91580708e68889e1ddbc97cd72a61783
  • avh4 committed 18aa648d:
    BROKEN XCODE BUILD: Reorganize source files under src/ folder.
avh4 pushed to master at avh4/time-tracker-for-mac Sat Oct 17 23:30:41 -0700 2009
HEAD is 6084fd36fb1704044bcba1c4960fc9473263e535
  • avh4 committed 6084fd36:
    Configure ci_repoter for showing spec results in Bamboo.
avh4 pushed to master at avh4/time-tracker-for-mac Sat Oct 17 22:21:35 -0700 2009
HEAD is 8fcf9f3bff928338669f1e8bdf7ca66516462ddc
  • avh4 committed 8fcf9f3b:
    BROKEN XCODE BUILD: Isolate classes and specs that don't depend on Cocoa or AppKit.
avh4 pushed to master at avh4/mp3-my-oggs Mon Oct 05 00:05:36 -0700 2009
HEAD is 4a9eb9293af34f75afaba54259fa7eb0e3f33446

2 commits »