ryantremaine.com
Partner & Lead Developer at
greenfield
Wednesday, November 23, 2011
Ruby super is not the super you used to know
›
Worth reading before you try and extend / override anything http://blog.ethanvizitei.com/2008/07/ruby-inheritance-gotcha.html
Monday, November 21, 2011
Andriod ADB Device Not Showing Up In Ubuntu?
›
I've been debugging an Android app in Ubuntu and have had ongoing issues getting the debugger to recognize my device. Starting and stopp...
Monday, November 7, 2011
MySQL Vertical Output
›
To see results structured vertically in the mysql console use \G instead of ; mysql> select * from users \G ***************************...
Saturday, April 30, 2011
View table details in MySQL
›
show table status like 'yourtablename'; Will display info on row_count, auto_increment value, etc. Handy.
Friday, April 29, 2011
View utf-8 values in mysql
›
mysql --default-character-set=utf8 -uroot -pbondaxe dataviews_production Without the --default-character-set "Ã…landsbanken" will...
Monday, April 18, 2011
Chrome asks permission every time i open a link. WTF?
›
Finally found a fix for this really annoying issue: open %USERPROFILE%\AppData\Local\Google\Chrome\Application right click chrome.exe and ...
1 comment:
Bear Mountain Hike
›
What I didn't bring and learned I needed. We had a very wet & cold overnight hike at bear Mountain this weekend. Being my first eve...
‹
›
Home
View web version