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
.DS_Store |
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
/** | |
* Application. | |
* | |
* This file is usually the "binding" of all of the individual Backbone.js | |
* components into a unified whole. It is also typically *not* unit tested | |
* because it has side effects from just running it. So, here is the expected | |
* place to also do things like start Backbone.js History, do `$()` DOM | |
* manipulation, etc. | |
*/ | |
define([ |
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
{ "name": "Ryan" } |
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
#!/bin/sh | |
# Pivotal Tracker Ticket Extraction | |
# ================================= | |
# Extract Pivotal Tracker ticket ID from branch name and prepend to commit | |
# message for GitHub hook. | |
# | |
# Takes a commit message like: "A commit comment" for branch "bug-1234-hello" | |
# and changes it to: "A commit comment [#1234]" for easier commit ticket | |
# updates. |
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
cluster = require "cluster" | |
log = require "winston" | |
config = require "config" # Your configuration goes here. | |
app = require "./server" # Your real server goes here. | |
numCpus = require("os").cpus().length | |
workers = {} | |
# Helpers. | |
shutdown = -> |
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
out.txt |
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
Generated at Mon Apr 16 13:44:28 +0000 2012 | |
NoMethodError: undefined method `+@' for ["0.6.15"]:Array | |
/var/cache/chef/cookbooks/nodejs/attributes/default.rb:20:in `from_file' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/node.rb:655:in `load_attributes' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/node.rb:653:in `each' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/node.rb:653:in `load_attributes' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/node.rb:652:in `each' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/node.rb:652:in `load_attributes' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/run_context.rb:101:in `load_attributes' | |
/usr/lib/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/run_context.rb:60:in `load' |
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
# App configuration for static site with auth. | |
# | |
# Originally from: https://gist.github.com/873098 | |
application: you-app-name-here | |
version: 1 | |
runtime: python | |
api_version: 1 | |
default_expiration: "30d" |
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
Day job: Senior Engineer, IP Street | |
Favorite Python project: django/django-nonrel | |
Favorite Conference: PyCon | |
Python Experience Level: Advanced |
NewerOlder