I hereby claim:
- I am lorin on github.
- I am lorin (https://keybase.io/lorin) on keybase.
- I have a public key whose fingerprint is 4DCD DC44 8576 BDC8 A748 D496 AD39 34D4 CDC9 8E74
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
''' | |
Generate a random amazon instance id | |
''' | |
import random | |
# pyclip-copycat | |
import clipboard | |
population = '1234567890abcdef' |
#!/usr/bin/env phantomjs | |
/* | |
* Convert svg to png using PhantomJS | |
* | |
* Usage: png.js filename.svg filename.png | |
* | |
* Asses width and height attributes are present on the svg node | |
* | |
*/ | |
var system = require('system'); |
#!/usr/bin/python | |
""" | |
This is a prepare-commit-msg hook for use with Jira | |
Copy this file to $GITREPOSITORY/.git/hooks/prepare-commit-msg | |
It will prepend PROJ-123 to your commit message, assuming your branch is | |
named proj-123. | |
""" |
- hosts: localhost | |
gather_facts: false | |
tasks: | |
- local_action: | |
module: ec2 | |
key_name: key | |
instance_type: r3.2xlarge | |
region: us-east-1 | |
image: ami-xxxxxxx | |
group: somegroup |
#include <sys/un.h> | |
#include <stdio.h> | |
int main() | |
{ | |
struct sockaddr_un s; | |
printf("%lu\n", sizeof(s.sun_path)); | |
return 0; | |
} |
#!/usr/bin/env python | |
# Adapted from Mark Mandel's implementation | |
# https://github.com/ansible/ansible/blob/devel/plugins/inventory/vagrant.py | |
import argparse | |
import json | |
import paramiko | |
import subprocess | |
import sys | |
#!/bin/sh | |
IP=`curl --silent icanhazip.com` | |
echo "changed=false ip=$IP" |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<a id="logABugLink" href="">Log a bug</a> | |
<script language="JavaScript"> | |
var bugTitle = "4.1. Simplicity in Cloud Files™ Introduction - API v1"; | |
var buildTime = "Built 20130918T23 04 24Z05 00" | |
var docUrl = "at url " + window.location.pathname; | |
var gitSha = "git SHA a997cbc1" ; | |
var gitRepo = "git Repo [email protected]:IX/cloud-files.git "; | |
var lineFeed = "%0A"; | |
var fieldComment = encodeURI(buildTime) + lineFeed + encodeURI(gitSha) + lineFeed + encodeURI(docUrl) + lineFeed + encodeURI(gitRepo); |