Skip to content

Instantly share code, notes, and snippets.

var dfpLoaded = false;
var docReady = false;
script.onload = function() {
amplify.publish('dfp-loaded');
};
amplify.subscribe('dfp-loaded', function() {
dfpLoaded = true;
run();

Keybase proof

I hereby claim:

  • I am morgante on github.
  • I am morgante (https://keybase.io/morgante) on keybase.
  • I have a public key whose fingerprint is 5A6A 61DC 43EC 8B89 1338 0908 E0DE CEE1 5411 CDB1

To claim this, I am signing this object:

==================================================================
https://keybase.io/morgante
--------------------------------------------------------------------
I hereby claim:
* I am an admin of http://morgante.net
* I am morgante (https://keybase.io/morgante) on keybase.
* I have a public key with fingerprint A2CC 3710 C9F1 6F05 47BB A4BA 9907 691B 20A2 4593
FROM quay.io/somespider/doorman-base
# Load app dependencies
ADD . /app/src
RUN mkdir -p /app/src/logs
WORKDIR /app/src
# Install bower dependencies
RUN bower install --allow-root
<p>This fall, I will fly halfway across the globe to attend college in Abu Dhabi as a member of the third graduating class of '*NYU-Abu Dhabi. This is a choice which neither my friends nor family could have predicted, and not just because the college was only opened two years ago. Yet, here I am: choosing the road less travelled which not even I could have envisioned myself on a year ago. I'll be turning down offers from some of the most well-know and well-established universities in the world, and not for financial reasons. Rather, I am choosing to seize the reigns of my own education and embark on an adventure across the globe.</p>
class A
{
}
class B extends A
{
}
class C extends A
{
var o = {
map: function() {
g = this;
this.explicit_members.forEach( function( netID ) {
emit( netID, g.slug );
} );
},
reduce: function( key, values ) {
return {
[
{
"v" : 1,
"key" : {
"_id" : 1
},
"ns" : "businessinsider.blog.post",
"name" : "_id_"
}
]
buf <- mongo.bson.buffer.create()
mongo.bson.buffer.start.object(buf, "create_time")
ts <- mongo.timestamp.create(strptime("02-05-2013", "%m-%d-%Y"), increment=1)
mongo.bson.buffer.append.time(buf, "$gte", ts)
mongo.bson.buffer.finish.object(buf)
query <- mongo.bson.from.buffer(buf)
buf <- mongo.bson.buffer.create()
mongo.bson.buffer.append(buf, "name", 1L)
mongo.bson.buffer.append(buf, "create_time", 1L)
@morgante
morgante / gpg-agent.conf
Created February 8, 2016 12:26 — forked from nl5887/gpg-agent.conf
Using GPG Agent on OS-X
launchctl unload -w -S Aqua /System/Library/LaunchAgents/gpg.agent.daemon.plist
launchctl load -w -S Aqua /System/Library/LaunchAgents/gpg.agent.daemon.plist