ryantremaine.com

Partner & Lead Developer at greenfield

Wednesday, August 22, 2012

Replacement Drywall Anchors For Samsung Ultraslim TV Mount WMN2000B

›
http://www.amazon.com/gp/product/B0051IBDKW/ref=oh_details_o00_s00_i00 You're welcome.
3 comments:
Tuesday, August 14, 2012

GIT: Reset all local commits

›
git reset --hard remotes/origin/HEAD
Friday, August 10, 2012

VIM: Search And Replace Text In Multiple Files

›
:args **/*.* // set the pattern of file names to look at :argdo %s/search_for/replace_with/gecI | update
Sunday, May 20, 2012

Transfer Your Existing Git Repository to Github

›
$ git push --mirror git@github.com:username/project.git
1 comment:
Wednesday, May 9, 2012

Giganews Mimo Crashes After Splash Screen on Win 7

›
If you're crashing on the splash screen right after it the RMI initialization message try passing the -noRmi flag to mimo.exe. In the st...

Oracle, Ruby, RVM, and OSX Lion

›
As of this writing the x64 version of the Oracle Instant Client do NOT work with OSX Lion. I got everything working like so: Install Oracle...
Thursday, April 26, 2012

Conditionally load ruby-debug gem

›
At the time of this post ruby-debug isn't available on rubygems.org for 1.9.3. I can't code ruby without it, well I can but I wont. ...
‹
›
Home
View web version
Powered by Blogger.