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
ld: warning: directory not found for option '-L/opt/local/lib' | |
./ext/purelib.rb:2: [BUG] Segmentation fault | |
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin11.0.0], | |
MBARI 0x6770, Ruby Enterprise Edition 2011.03 |
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
module Cloudkey | |
VERSION = "0.0.3" | |
end |
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
require 'sinatra/base' | |
require 'sinatra/json' | |
module Photograph | |
class Service < ::Sinatra::Base | |
helpers Sinatra::JSON | |
def artist | |
unless @artist | |
puts "CWEIR" |
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
" Installing bundles to /home/tech/.vim/bundle | |
Bundle 'gmarik/vundle' | |
Bundle 'tpope/vim-rails' | |
Bundle 'tpope/vim-cucumber' | |
Bundle 'tpope/vim-rake' | |
Bundle 'tpope/vim-bundler' | |
Bundle 'mileszs/ack.vim' | |
Bundle 'pangloss/vim-javascript' | |
Bundle 'mattn/gist-vim' | |
Bundle 'mattn/webapi-vim' |
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
dota_screen_shake "0" | |
dota_minimap_hero_size "700" | |
dota_apm | |
bind "g" dota_recent_event | |
alias "+range" "dota_range_display 1200" | |
alias "-range" "dota_range_display 0" | |
bind "1" "+range" | |
alias "sfrangeQ" "dota_range_display 200;alias sfrange sfrangeW" | |
alias "sfrangeW" "dota_range_display 450;alias sfrange sfrangeE" |
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
def greet | |
"Hello you!" | |
end |
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
tabswitcher # Repository root | |
/background.html # Extension's 'main view' | |
/manifest.json # Extension settings |
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
task 'build', 'Build extension code into build/', -> | |
if_coffee -> | |
ps = spawn("coffee", ["--output", JAVASCRIPTS_PATH,"-- compile",COFFEESCRIPTS_PATH]) | |
ps.stdout.on('data', log) | |
ps.stderr.on('data', log) | |
ps.on 'exit', (code)-> | |
if code != 0 | |
console.log 'failed' |
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
tabswitcher # Repository root | |
/build # Generated Javascripts end there | |
/libs # Dependencies | |
/src # Our code | |
/background.html # Extension's 'main view' | |
/manifest.json # Extension settings | |
/Cakefile # Starts build task |
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
tab = | |
id : 43 | |
windowId : 4 | |
url: "http://google.com" | |
title: "Google" |