I hereby claim:
- I am blainsmith on github.
- I am blainsmith (https://keybase.io/blainsmith) on keybase.
- I have a public key whose fingerprint is 4100 89EC 0CC5 925C 07CC 6155 9262 E69F 775D F530
To claim this, I am signing this object:
| $.getJSON('https://alpha-api.app.net/stream/0/users/@blainsmith/posts', function(res) { | |
| var posts = res.data; | |
| // Do shit with posts | |
| }); |
| > npm publish | |
| npm http PUT https://registry.npmjs.org/automatic | |
| npm http 409 https://registry.npmjs.org/automatic | |
| npm http GET https://registry.npmjs.org/automatic | |
| npm http 200 https://registry.npmjs.org/automatic | |
| npm http PUT https://registry.npmjs.org/automatic/-/automatic-0.1.4.tgz/-rev/19-f0df2d448015e2429bc00a492ab7472d | |
| npm http 403 https://registry.npmjs.org/automatic/-/automatic-0.1.4.tgz/-rev/19-f0df2d448015e2429bc00a492ab7472d | |
| npm http PUT https://registry.npmjs.org/automatic/-/automatic-0.1.4.tgz/-rev/19-f0df2d448015e2429bc00a492ab7472d | |
| npm http 400 https://registry.npmjs.org/automatic/-/automatic-0.1.4.tgz/-rev/19-f0df2d448015e2429bc00a492ab7472d | |
| npm ERR! registry error parsing json |
I hereby claim:
To claim this, I am signing this object:
| (function() { | |
| // This is a template to begin creating a JS libray. Just replace all instances | |
| // of `lib` with whatever variable you want to use for reference. | |
| // Baseline setup | |
| // -------------- | |
| // Establish the root object, `window` in the browser, or `exports` on the server. | |
| var root = this; |
| /** | |
| * CSS Gridlines | |
| */ | |
| body { | |
| background-color: #000; | |
| } | |
| ul { | |
| margin: 0 auto; |
| { | |
| "name": "Book", | |
| "base": "PersistedModel", | |
| "idInjection": true, | |
| "properties": { | |
| "title": { | |
| "type": "string", | |
| "required": true | |
| }, | |
| "value": { |
| package main | |
| type Dog interface { | |
| Bark() string | |
| Eat(string) | |
| } | |
| type Bulldog struct { | |
| Name string | |
| } |
I hereby claim:
To claim this, I am signing this object:
| # Set variables accordingly | |
| source_host=ecfoo.amazonaws.com | |
| source_password=foo | |
| source_port=6666 | |
| source_db=0 | |
| target_host=ecbar.amazonaws.com | |
| target_password=bar | |
| target_port=6777 | |
| target_db=0 |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <time.h> | |
| #include <unistd.h> | |
| #include <hiredis/hiredis.h> | |
| int main(int argc, char **argv) { | |
| unsigned int j; |