This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family:"europa"; | |
src:url("https://use.typekit.net/af/c3eca1/00000000000000003b9b08b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/c3eca1/00000000000000003b9b08b9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/c3eca1/00000000000000003b9b08b9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); | |
font-style:normal;font-weight:700; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"foods": [{ | |
"food_name": "sesame oil", | |
"brand_name": null, | |
"serving_qty": 1, | |
"serving_unit": "tablespoon", | |
"serving_weight_grams": 13.6, | |
"nf_calories": 120.22, | |
"nf_total_fat": 13.6, | |
"nf_saturated_fat": 1.93, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Projects/api_40_ansible(branch:move_forge_to_passenger) » ansible-playbook -v create_forge.yml --extra-var "env=int" justinbean@Justins-MBP | |
Using /Users/justinbean/Projects/api_40_ansible/ansible.cfg as config file | |
[WARNING]: Host file not found: /usr/local/etc/ansible/hosts | |
[WARNING]: provided hosts list is empty, only localhost is available | |
PLAY [localhost] *************************************************************** | |
TASK [create_forge : create EC2 instances - AZ - 1b] *************************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fox telecom | |
-------- | |
{ "_id" : { "name" : "US Info-Comm Inc-Banfield 0253", "customer_database_uuid" : "707ddb26-7d61-47ab-b795-cc75821d44ff" }, "uniqueIds" : [ "db66e4d0-c836-4a5c-89c2-890664f7a1e1", "5ab7eb9c-10f5-46e1-b394-076ff97fab54", "a10c3944-e6ba-4ce3-b010-2b9a386c1095" ], "count" : 3, "data" : [ "a10c3944-e6ba-4ce3-b010-2b9a386c1095", "5ab7eb9c-10f5-46e1-b394-076ff97fab54", "db66e4d0-c836-4a5c-89c2-890664f7a1e1" ] } | |
{ "_id" : { "name" : "John McCorkle", "customer_database_uuid" : "502060b4-a064-44f6-a151-a28c7a812c6c" }, "uniqueIds" : [ "eba9ea33-109d-11e6-95c1-01c194186e00", "eba9ea30-109d-11e6-95c1-01c194186e00" ], "count" : 2, "data" : [ "eba9ea30-109d-11e6-95c1-01c194186e00", "eba9ea33-109d-11e6-95c1-01c194186e00" ] } | |
emma | |
-------- | |
{ "_id" : { "name" : "Chick-fil-A Parker & Chambers", "customer_database_uuid" : "502060b4-a064-44f6-a151-a28c7a812c6c" }, "uniqueIds" : [ "eb9b1d20-109d-11e6-95c1-01c194186e00", "eb9af61c-109d-11e6-95c1-01c194186e00" ], "count" : 2, "data" : [ "eb9af61c-109d-11e6-9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener("DOMNodeInserted", function(e) { | |
walk(document.body); | |
}, false); | |
function walk(node) | |
{ | |
// Source: http://is.gd/mwZp7E | |
var child, next; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"tiles":[[{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":0,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":1,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":2,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":3,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":4,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":5,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":6,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":7,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":8,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":9,"y":0}},{"isCleared":false,"isUnlocked":false,"danger":0,"extraClass":"","coords":{"x":10,"y":0}},{"isCleared":false,"isUnlocked":f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ("net/http" ; "encoding/json"; "io"; "time"; "fmt") | |
type Message struct { | |
Name string | |
Endpoint string | |
Query string | |
Time string | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"time" | |
"math/rand" | |
) | |
func f(n int) { | |
for i := 0; i < 10; i++ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG] tasklists.c:74: TaskLists module initialized, window is 0x2001c1ac | |
[DEBUG] tasks.c:134: Tasks module initialized, window is 0x2001c22c | |
[DEBUG] statusbar.c:41: Status bar: Starting... | |
[PHONE] pebble-app.js:?: JS: starting app: 5841FFD7-908F-4226-B687-BF6FF64CC8C5 PebbleNotes | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: JS is running. Okay. | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: access token (from LS): ya29.1.AADtN_XMiLy9Yk0OV79ZMzWFegNTkLMFG5pPWLDekygpubPFOH2FYNbIHFeWGjY | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: refresh token (from LS): 1/h4V... | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":0} | |
[DEBUG] comm.c:144: Message code: 0 | |
[DEBUG] comm.c:176: JS Ready Callback awaiting, calling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG] tasklists.c:74: TaskLists module initialized, window is 0x2001c1ac | |
[DEBUG] tasks.c:134: Tasks module initialized, window is 0x2001c22c | |
[DEBUG] statusbar.c:41: Status bar: Starting... | |
[PHONE] pebble-app.js:?: JS: starting app: 5841FFD7-908F-4226-B687-BF6FF64CC8C5 PebbleNotes | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: JS is running. Okay. | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: access token (from LS): ya29.1.AADtN_Xn39ztSOD18sWWOFiXmR8TYrF8zMwccfwKZVSz3pcTRN_arsyImcRujNFvQb_z | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: refresh token (from LS): 1/Z2a... | |
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":0} | |
[DEBUG] comm.c:144: Message code: 0 | |
[DEBUG] comm.c:176: JS Ready Callback awaiting, calling |
NewerOlder