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
ctrl-z | |
bg | |
touch /tmp/stdout | |
touch /tmp/stderr | |
gdb -p $! | |
# In GDB | |
p dup2(open("/tmp/stdout", 1), 1) | |
p dup2(open("/tmp/stderr", 1), 2) |
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
Requires | |
======== | |
require.paths.unshift(__dirname + '/vendor/express/support/connect/lib'); | |
require.paths.unshift(__dirname + '/vendor/express/support/ejs/lib'); | |
require.paths.unshift(__dirname + '/vendor/express/lib'); | |
require.paths.unshift(__dirname + '/vendor/node-mongodb-native/lib'); | |
require.paths.unshift(__dirname + '/models'); | |
var sys = require('sys'), |
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
You are confident that then man will cease from INTENTIONAL error and will, so to say, be compelled not to want to set his will against his normal interests. That is not all; then, you say, science itself will teach man (though to my mind it's a superfluous luxury) that he never has really had any caprice or will of his own, and that he himself is something of the nature of a piano-key or the stop of an organ, and that there are, besides, things called the laws of nature; so that everything he does is not done by his willing it, but is done of itself, by the laws of nature. Consequently we have only to discover these laws of nature, and man will no longer have to answer for his actions and life will become exceedingly easy for him. All human actions will then, of course, be tabulated according to these laws, mathematically, like tables of logarithms up to 108,000, and entered in an index; or, better still, there would be published certain edifying works of the nature of encyclopaedic lexicons, in which everyt |
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
lulz = %W{http://www.benchmark.com/sv/ http://www.benchmark.com/team/ | |
http://www.benchmark.com/sv/general_partners/balkanski.shtml http://www.benchmark.com/people/general-partner/alex-balkanski/ | |
http://www.benchmark.com/sv/general_partners/cohler.shtml http://www.benchmark.com/people/general-partner/matt-cohler/ | |
http://www.benchmark.com/sv/general_partners/dunlevie.shtml http://www.benchmark.com/people/general-partner/bruce-dunlevie/ | |
http://www.benchmark.com/sv/general_partners/fenton.shtml http://www.benchmark.com/people/general-partner/peter-fenton/ | |
http://www.benchmark.com/sv/general_partners/gurley.shtml http://www.benchmark.com/people/general-partner/bill-gurley/ | |
http://www.benchmark.com/sv/general_partners/harvey.shtml http://www.benchmark.com/people/general-partner/kevin-harvey | |
http://www.benchmark.com/sv/general_partners/kagle.shtml http://www.benchmark.com/people/general-partner/bob-kagle/ | |
http://www.benchmark.com/sv/general_partners/lasky.shtml http://www.benchmark.com/people/general-partner/mitch-l |
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
lulz = %W{http://www.benchmark.com/sv/ http://www.benchmark.com/team/ | |
http://www.benchmark.com/sv/general_partners/balkanski.shtml http://www.benchmark.com/people/general-partner/alex-balkanski/ | |
http://www.benchmark.com/sv/general_partners/cohler.shtml http://www.benchmark.com/people/general-partner/matt-cohler/ | |
http://www.benchmark.com/sv/general_partners/dunlevie.shtml http://www.benchmark.com/people/general-partner/bruce-dunlevie/ | |
http://www.benchmark.com/sv/general_partners/fenton.shtml http://www.benchmark.com/people/general-partner/peter-fenton/ | |
http://www.benchmark.com/sv/general_partners/gurley.shtml http://www.benchmark.com/people/general-partner/bill-gurley/ | |
http://www.benchmark.com/sv/general_partners/harvey.shtml http://www.benchmark.com/people/general-partner/kevin-harvey | |
http://www.benchmark.com/sv/general_partners/kagle.shtml http://www.benchmark.com/people/general-partner/bob-kagle/ | |
http://www.benchmark.com/sv/general_partners/lasky.shtml http://www.benchmark.com/people/general-partner/mitch-l |
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
;;; Adds the color theme library to the load path and requires it | |
(add-to-list 'load-path "~/.emacs.d/vendor/color-theme-6.6.0") | |
(require 'color-theme) | |
(color-theme-initialize) | |
(color-theme-euphoria) ; Sex. | |
;;; Enables ido-mode by default | |
(ido-mode t) |
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
2010 New Year's Resolutions* | |
============================ | |
1) Run 500 miles | |
January | |
======= | |
Gonna be UNDER my target 42 miles this month. | |
As of today (the 27th) I'm short about 9 miles. |
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
Ok, this should work |