Elsewhere
Projects
Meta
Tags
blogs code communities configuration databases design django editors emacs firefox git github goals grem heroku iphone javascript jQuery learning lisp marketing microblogging mobile php places pontifications productivity programming python quotes rails robots ruby social media software startups travel twitter ubiquity urls version control video vim vimperator wordpress
Tag Archives: github
Faraday Libraries
Faraday Faraday is an high-level HTTP client library with middleware support, and support for multiple low-level HTTP client libraries. It can be used just by adding it to the Gemfile and running bundle install, just like RestClient can. Or, a … Continue reading
new grem feature: jumping quickly to a location on github.com
I added a new feature to grem: if you’re somewhere in your ~/github directory, you can simply type “grem” and the program will use launchy to open an appropriate page on GitHub in the default browser. For example: if you’re … Continue reading
Posted in uncategorized
Tagged github, grem, programming, projects, reading code, version control
Comments Off
grem: a github repo manager
Meet grem. Short for gremlin, grem is a tool for managing local copies of github repos. Grem is also my first gem. It was remarkably easy to create a gem with newgem and push it to gemcutter. Right now, all … Continue reading
Posted in uncategorized
Tagged github, grem, last7, programming, projects, reading code, version control
Comments Off
Organizing github repos
There are only two hard things in Computer Science: cache invalidation and naming things. – Phil Carlton I find that I spend an awful lot of time naming things. More than that, it’s a distraction. I also spend a lot … Continue reading
