This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Photo galleries - http://bleacherreport.com/new_team_page/new-york-mets | |
| [#<GalleryEvent id: 111150, headline: "New York Mets v Arizona Diamondbacks", filename: "GYI0058095670.jpg", keywords: "MLB", city: "Phoenix", state: "AZ", country: "United States", taken_on: "2009-08-12 00:00:00", image_count: 26, caption: "PHOENIX - AUGUST 12: Outfielder Trent Oeltjen #16 ...">, | |
| #<GalleryEvent id: 110049, headline: "New York Mets v Arizona Diamondbacks", filename: "GYI0058092407.jpg", keywords: "MLB", city: "Phoenix", state: "AZ", country: "United States", taken_on: "2009-08-11 00:00:00", image_count: 1, caption: "PHOENIX - AUGUST 11: Jeff Francoeur #12 of the New...">, | |
| #<GalleryEvent id: 109944, headline: "New York Mets v Arizona Diamondbacks", filename: "GYI0058092406.jpg", keywords: "MLB", city: "Phoenix", state: "AZ", country: "United States", taken_on: "2009-08-11 00:00:00", image_count: 16, caption: "PHOENIX - AUGUST 11: Starting pitcher Livan Hernan...">, | |
| #<GalleryEvent id: 109916, headline: "New York |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo /opt/local/share/mysql5/mysql/mysql.server start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # git log origin/articledisplay..articledisplay | |
| commit 4acad322ee34b15d158a7c3073e5f42707a83258 | |
| Merge: d434536... 6bfaa9e... | |
| Author: Tung Nguyen <tongueroo@gmail.com> | |
| Date: Sat Jul 25 13:52:46 2009 -0700 | |
| Merge branch 'rc20090729' into articledisplay | |
| commit 6bfaa9eacb2dc92cafea5eab4b66d140d2e629fa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b9f9cace3f1de966c3c7f6088cbf73fc6f4beece Merge branch 'd2article' of git@github.com:br/breport i : not found | |
| df963a1ee06fc32bc720fce2af652860f415dd6e yui editor interface tests : not found | |
| 4be691a38d4287cd3fa4158c13af1e7cb754b097 new article creation : found | |
| c2c1903d6805933942d3acec6b4eeff9e31ef793 article creation test : found | |
| 9136919d86f09f36b2988cdd334ea60ae00bf282 yui changes : found | |
| 72bf8cb992688e8beef9073cb6a808d03b234852 new article creation drafts : found | |
| 347e130cc3c68e880d4814777252cb4796ac9c89 D2 Article creation : found | |
| ba2855f440b168d364f1b1dca04118e8135e2b9e working on article display : found | |
| 2f4077a3a701f7b27eee7a6cc4d6aa5033b3cbb0 merge rc20090708 into d2article : found | |
| e819ad497335679660d45923ceaf9379cec763bb continuing d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo gem uninstall -a -I -x -q .+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add /opt/local/bin/mysql_config to .bash_login PATH | |
| ./configure | |
| make | |
| sudo make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gemi mysql -- --with-mysql-config=/opt/local/bin/mysql_config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function($) { | |
| $.rotator = function(element_or_selector, options) { | |
| $(element_or_selector).plugin(options); | |
| }; | |
| $.rotator.defaults = { | |
| // default options | |
| }; | |
| $.fn.rotator = function(options) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run `sudo port install mpg123` first | |
| echo "push it, push it real good" | |
| mpg123 pushit.mp3 & | |
| git push | |
| kill %1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias untgz="tar -xzvf" | |
| alias gemi="gem install --no-ri --no-rdoc" | |
| alias sgemi="sudo gem install --no-ri --no-rdoc" | |
| alias ca="cap alpha" | |
| alias cad="cap alpha deploy" | |
| alias cadl="cap alpha deploy:long" | |
| alias cadp="cap alpha deploy:patch" | |
| alias cadpq="cap alpha deploy:patch:quick" |