This file contains 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
// Exec line | |
// -novid -console -high -threads 4 -freq 144 -refresh 144 -tickrate 128 -nojoy -nod3d9ex +exec autoexec.cfg | |
// on mac install smoothmouse and put sensitivity on lowest | |
bind "0" "slot10" | |
bind "1" "slot1" | |
bind "2" "slot2" | |
bind "3" "slot3" | |
bind "4" "slot4" | |
bind "5" "slot5" |
This file contains 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
game_mode 1 | |
map de_dust2 | |
bot_kick | |
mp_autoteambalance 0 | |
mp_limitteams 2 |
This file contains 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
// Exec line | |
// -novid -console -high -threads 4 -freq 144 -refresh 144 -tickrate 128 -nojoy -nod3d9ex +exec autoexec.cfg | |
// on mac install smoothmouse and put sensitivity on lowest | |
// Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" |
This file contains 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
class TermsPdf < Prawn::Document | |
def initialize(application) | |
super() | |
@application = application | |
@listing = @application.listing | |
@host = @listing.organization | |
@guest = @application.guest_organization | |
font "Times-Roman" | |
default_leading 2 |
This file contains 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
Doors (16) | |
hang 9 more doors (5) | |
closet ball and lock (master, secondary, guest, hall - 10 total) (2 hours) | |
5 door handles (fill holes & install) (3 hours) | |
paint doors/jambs (strip and prime first - master, secondary, guest, hall end, hall small, guest bathroom, master bathroom, kitchen closet) (6 hours) | |
Guest Bathroom (1.25) | |
mud gap (15 minutes) | |
repaint ceiling with resistant paint (1 hour) | |
Garage door (2) | |
remove weather strip (5 min) |
This file contains 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
==> Rails3/log/unicorn.stderr.log <== | |
E, [2012-06-10T00:16:28.379466 #8508] ERROR -- : worker=1 PID:8624 timeout (11s > 10s), killing | |
==> /var/log/nginx-error.log <== | |
2012/06/10 00:16:28 [error] 1465#0: *13543 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.10, server: production.recursive.private, request: "GET /prospects/new HTTP/1.1", upstream: "http://unix:/home/ruby/Rails3/tmp/sockets/unicorn.sock:/prospects/new", host: "production.recursive.private" 2012/06/10 00:16:28 [error] 1465#0: *13543 open() "/home/merlot/Rails3/public/500.html" failed (2: No such file or directory), client: 192.168.1.10, server: production.recursive.private, request: "GET /prospects/new HTTP/1.1", upstream: "http://unix:/home/ruby/Rails3/tmp/sockets/unicorn.sock:/prospects/new", host: "production.recursive.private" | |
==> /var/log/nginx.access.log <== | |
192.168.1.10 - - [10/Jun/2012:00:16:28 -0500] "GET /prospects/new HTTP/1.1" 404 168 "-" "Mozilla/5.0 (X11; FreeBSD amd64; rv |
This file contains 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
// These exercises are meant to get you familiar with basic variable declerations and JavaScript primitive types. The exercises below will as you to print things to the console. This can be done with a console.log function call. Example: | |
console.log( "hello there." ); | |
// If you choose to "run" the fiddle using the above run button, you'll see the console log statement in the result pane to the left. | |
// The questions will give you an answer area to fill in with your console.log statements. | |
// Question1 : Log to the console only those values that are considered "truthy" | |
var q1Var1 = "hello", |
This file contains 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
-> % gcc --version | |
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
developer@mbp13 [03:02:37] [/usr/local/Library/Formula] [local_master] | |
-> % brew install io | |
==> Cloning https://github.com/stevedekorte/io.git | |
Updating /Users/developer/Library/Caches/Homebrew/io--git |
This file contains 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
-> % brew install -v gnu-prolog | |
==> Downloading http://gprolog.univ-paris1.fr/gprolog-1.4.0.tar.gz | |
File already downloaded in /Users/developer/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/developer/Library/Caches/Homebrew/gnu-prolog-1.4.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/gnu-prolog/1.4.0 | |
./configure --prefix=/usr/local/Cellar/gnu-prolog/1.4.0 | |
checking for gcc... /usr/bin/cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... |
This file contains 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
-> % brew install -v io | |
/usr/local/bin/git | |
==> Cloning https://github.com/stevedekorte/io.git | |
Updating /Users/developer/Library/Caches/Homebrew/io--git | |
git fetch https://github.com/stevedekorte/io.git | |
From https://github.com/stevedekorte/io | |
* branch HEAD -> FETCH_HEAD | |
git checkout-index -a -f --prefix=/private/tmp/homebrew-io-HEAD-DnhH/ | |
==> Downloading patches | |
==> Patching |
NewerOlder