I hereby claim:
- I am haldean on github.
- I am haldean (https://keybase.io/haldean) on keybase.
- I have a public key whose fingerprint is 4A2C BD0B 77C0 A155 070E A699 0458 5657 D9FC 9B89
To claim this, I am signing this object:
/* Eval | |
Evaluate the given thunk t into head normal form. | |
If the "thunk" we get isn't actually a thunk, just return it. | |
*/ | |
function E(t) { | |
if(t instanceof Thunk) { | |
if(t.f) { | |
t.x = t.f(); | |
t.f = 0; | |
} |
Internal Server Error | |
Traceback (most recent call last): | |
File "/app/.heroku/venv/lib/python2.7/site-packages/waitress/channel.py", line 329, in service | |
task.service() | |
File "/app/.heroku/venv/lib/python2.7/site-packages/waitress/task.py", line 173, in service | |
self.execute() | |
File "/app/.heroku/venv/lib/python2.7/site-packages/waitress/task.py", line 380, in execute | |
app_iter = self.channel.server.application(env, start_response) | |
File "/app/.heroku/venv/lib/python2.7/site-packages/newrelic-1.2.1.265/newrelic/api/web_transaction.py", line 490, in __call__ |
# Add this to your .bashrc (or .zshrc, .profile, etc.), | |
# then call noisy commands using "silent noisy_command". | |
# Especially useful for things like "silent firefox &". | |
function silent { | |
$@ >/dev/null 2>/dev/null | |
} |
#!/usr/bin/env python | |
import praw | |
import pickle | |
import time | |
COMMENT_TEXT = ''' | |
[You are never the only one.](http://youarenevertheonlyone.com) | |
'''.strip() |
Allocation of a zero size object returns a pointer to a zero size object. | |
This zero size object is access protected, so any access to it will | |
generate an exception (SIGSEGV). Many zero-sized objects can be placed | |
consecutively in shared protected pages. The minimum size of the | |
protection on each object is suitably aligned and sized as previously | |
stated, but the protection may extend further depending on where in a | |
protected zone the object lands. |
#define _WRAPPER_NAME bfs | |
#include "generate_wrapper.h" | |
/* use RequstWrapper in here */ |
I hereby claim:
To claim this, I am signing this object: