I hereby claim:
- I am abonhomme on github.
- I am jumand (https://keybase.io/jumand) on keybase.
- I have a public key whose fingerprint is 0D60 DBE8 9A79 6D94 66A1 9D7E 39ED 2195 6DBC 96AB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| git fsck --full --no-reflogs --unreachable --lost-found | grep commit | cut -d\ -f3 | xargs -n 1 git log -n 1 --pretty=oneline > .git/lost-found.txt` |
| import socket, ssl, json, struct, sys | |
| #originally from: http://stackoverflow.com/questions/1052645/apple-pns-push-notification-services-sample-code | |
| # device token returned when the iPhone application | |
| # registers to receive alerts | |
| deviceToken = 'XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX' | |
| thePayLoad = { |
| /* | |
| This allows you print some stats about the storage efficiency of | |
| your collections in MongoDB. | |
| Example: | |
| > printStorageStats() | |
| Thu Oct 31 2013 14:07:36 GMT-0400 (EDT) | |
| Collection | *Size | Effcy% | Idxs | |
| ------------------------------------------------- | |
| test.people | 8.2 kB | 0.63 | 16.4 kB |
| #!/bin/bash | |
| APP="YOUR_APP" | |
| TOKEN="YOUR_TOKEN" | |
| PROCESS="web" | |
| QTY= | |
| usage() | |
| { | |
| cat << EOF |
| from bulbs.model import Node, NodeProxy, Relationship, build_data | |
| from bulbs.property import String, Integer, DateTime | |
| from bulbs.utils import extract, get_file_path, current_datetime | |
| from bulbs.neo4jserver import Graph as Neo4jGraph | |
| class Knows(Relationship): |