Skip to content

Instantly share code, notes, and snippets.

View cloudbring's full-sized avatar

Cloudbring cloudbring

  • Santa Monica, CA
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Bilal Cinarli" />
<title>HTML5 Starter Kit</title>
<meta name="keywords" content="html, html5, starter kit" />
<meta name="description" content="HTML5 starter kit for wordpress themes and any other web pages" />
- /Volumes/AMG/sto/data/sturk
d 0755 root:admin /
d 1777 root:admin /Volumes
d 0700 emm:staff /Volumes/AMG
d 0755 emm:staff /Volumes/AMG/sto
d 0755 emm:staff /Volumes/AMG/sto/data
d 0755 emm:staff /Volumes/AMG/sto/data/sturk
Compiling and installing Apache 2 module...
cd /Users/eman/.rvm/gems/ruby-1.8.7-p299/gems/passenger-2.2.15
/Users/eman/.rvm/rubies/ruby-1.8.7-p299/bin/ruby -S /Users/eman/.rvm/gems/ruby-1.8.7-p299/bin/rake clean apache2
# /Users/eman/.rvm/rubies/ruby-1.8.7-p299/bin/ruby -S /Users/eman/.rvm/gems/ruby-1.8.7-p299/bin/rake clean apache2
(in /Users/eman/.rvm/gems/ruby-1.8.7-p299/gems/passenger-2.2.15)
rm -rf ext/apache2/libboost_oxt.a ext/apache2/libboost_oxt
rm -rf ext/apache2/libpassenger_common.a ext/apache2/ApplicationPoolServerExecutable ext/apache2/libpassenger_common
rm -rf ext/apache2/Configuration.o ext/apache2/Bucket.o ext/apache2/Hooks.o ext/apache2/mod_passenger.o ext/apache2/mod_passenger.so
rm -rf ext/nginx/libboost_oxt.a ext/nginx/libboost_oxt
rm -rf ext/nginx/libpassenger_common.a ext/nginx/libpassenger_common
/Users/e/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... no
checking for mysql_query() in -lmysqlclient... no
set-option -g prefix C-d
unbind-key C-b
bind-key C-d send-prefix
setw -g mode-keys vi
set bell-action none
set-option -g status-left ""
set-option -g status-right "#S"
set -g status-bg black
set -g status-fg white
❼@clutch [sly] ~/w/hg/c (master) $ r --trace >> backtrace.txt
/Users/e/.rvm/gems/ruby-1.8.7-p302@clutch/gems/ticketmaster-basecamp-0.1.0/lib/provider/project.rb:11: uninitialized constant Kernel::Basecamp (NameError)
from /Users/e/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Users/e/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/e/.rvm/gems/ruby-1.8.7-p302@clutch/gems/ticketmaster-basecamp-0.1.0/lib/ticketmaster-basecamp.rb:4
from /Users/e/.rvm/gems/ruby-1.8.7-p302@clutch/gems/ticketmaster-basecamp-0.1.0/lib/ticketmaster-basecamp.rb:3:in `each'
from /Users/e/.rvm/gems/ruby-1.8.7-p302@clutch/gems/ticketmaster-basecamp-0.1.0/lib/ticketmaster-basecamp.rb:3
from /Users/e/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /Users/e/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ru
//
// example.h
// CoreDataExample
//
// Created by Wess Cope on 3/7/10.
// Copyright 2010 FrenzyLabs. All rights reserved.
//
#import <CoreData/CoreData.h>
@cloudbring
cloudbring / gist:725785
Created December 2, 2010 18:16
RVM Install of Ruby not working
[2010-09-15 15:41:54] make eval.c: In function ‘rb_eval_string_wrap’:
eval.c:1744: warning: assignment discards qualifiers from pointer target type
eval.c: In function ‘rb_eval_cmd’:
eval.c:1885: warning: assignment discards qualifiers from pointer target type
eval.c: In function ‘call_trace_func’:
eval.c:2736: warning: assignment discards qualifiers from pointer target type
eval.c: In function ‘rb_raise_jump’:
eval.c:4770: warning: assignment discards qualifiers from pointer target type
eval.c: In function ‘method_missing’:
eval.c:5736: warning: assignment discards qualifiers from pointer target type
@cloudbring
cloudbring / gist:730952
Created December 6, 2010 21:08
Tmux Brew Failed Compile/Install
$ brew install tmux
==> Downloading http://downloads.sourceforge.net/tmux/tmux-1.3.tar.gz
File already downloaded and cached to /Users/e/Library/Caches/Homebrew
==> Downloading patches
==> Patching
patching file server.c
==> ./configure
==> make install
/usr/bin/cc -O3 -march=core2 -w -pipe -DBUILD="\"1.3\"" -iquote. -I/opt/local/include -c -o attributes.o attributes.c
/usr/bin/cc -O3 -march=core2 -w -pipe -DBUILD="\"1.3\"" -iquote. -I/opt/local/include -c -o cfg.o cfg.c
@cloudbring
cloudbring / env.rb
Created April 23, 2011 00:41
Stack level too deep Error
require 'rubygems'
require 'spork'
Spork.prefork do
# Loading more in this block will cause your tests to run faster. However,
# if you change any configuration or code from libraries loaded here, you'll
# need to restart spork for it take effect.
require 'cucumber/rails'