I hereby claim:
- I am joates on github.
- I am joates (https://keybase.io/joates) on keybase.
- I have a public key whose fingerprint is C91E 057B 45C8 0E57 5D7D AF27 F665 0811 4B33 8905
To claim this, I am signing this object:
| var webgl = require('./webgl') | |
| , boxes = 32 | |
| webgl.init(boxes, function(err, data) { | |
| if (err) console.error('init failed') | |
| console.log('ready', data) | |
| }) |
| { | |
| "metadata": { | |
| "version": 4.3, | |
| "type": "Object", | |
| "generator": "ObjectExporter" | |
| }, | |
| "geometries": [ | |
| { | |
| "uuid": "892D4DF7-229E-4DF8-BFFD-083D7AE16140", | |
| "type": "CylinderGeometry", |
| <!DOCTYPE NETSCAPE-Bookmark-file-1> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <H1>DevOps resources</H1> | |
| <DL><p> | |
| <DT><H3 ADD_DATE="1389300807" LAST_MODIFIED="1395376185">VPS (info & tips)</H3> | |
| <DL><p> | |
| <DT><A HREF="https://www.digitalocean.com/community/articles/how-to-set-up-couchdb-with-elasticsearch-on-an-ubuntu-13-10-vps" ADD_DATE="1389300764" ICON="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABzklEQVQ4jdVSwWpTURScc+6t7wW1GilUMQt9xYUKoq2J3aQEibiQ0lWz1H8QoSotXGKaFhE3/kERF1F3gpa+ZmGQYElQlOqqgoLYUm1prH1p8u69bgw0EcRtZ3WYwwxnDgPselAncVoV9rhuNGGNJsetVcrXM8F/GwxMzvcD9IS1WYZACBOeMF1i1PPWy1+Wes5ubn9/v6gyjZ0abg0ppSRb+1jAVI2wkw47IxTyMGnOfFs60m2trbhu9HDnBRIA4lO+FxhOkQ2Nbm5fq6rhrT/7SjzrPw1EfaJ66xIlcsUSgGRbhME7z1OanRkLPGBr9MJ4+n5brOm5A9WxdA1EtsUlcsWSZv1IwqwinvfnB7OzF/71qJYIAM7n/XcAEM/6nwem5p5Jo02ohTwJ4HVKKbkmhvq0DjYW1ZXlnQYL4xeTAFC5nT6TyBVLWupkvd5o0Lnp2SHWQgnLZXB43EIaCxxlE8YAWeAu/dAGK1/l1n776u7Iz9FCQXz6EIl6p4L1j2+dHgKA/vyLJBPHRIhDVoqDxuomaV |
| ;(function (d) { | |
| Drupal.behaviors.noThanksIllUseJavascript = { | |
| attach: function (context, settings) { | |
| // initialize | |
| while(d.body.firstChild) { | |
| d.body.removeChild(d.body.firstChild) | |
| } |
| # example usage | |
| # ------------- | |
| # "version": "1.2.3-beta" | |
| # | |
| # value captured by `sed -e` | |
| # -------------------------- | |
| # | |
| # \1 = 1 (major) | |
| # \2 = 2 (minor) | |
| # \3 = 3-beta (patch) |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @file | |
| * Miscellaneous supporting functions. | |
| */ | |
| /** | |
| * Returns a structured array defining the fields bundled with this content type. |
| /** Tags that look like labels (CSS3) **/ | |
| a.label-style-tag { | |
| display: inline-block; | |
| padding: 0px 10px; | |
| height: 30px; | |
| line-height: 30px; | |
| border-radius: 5px; | |
| font-weight: bold; | |
| font-size: 0.9em; | |
| text-decoration: none; } |
| var fs = require('fs') | |
| , extend = require('extend') | |
| , async = require('async') | |
| , obj = {} | |
| var files = [ | |
| '001-050.json' | |
| , '051-100.json' | |
| , '101-150.json' | |
| , '151-200.json' |