This file contains 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
[Creatures] | |
4 Noble Hierarch | |
1 Birds of Paradise | |
2 Spellskite | |
2 Eldrazi Skyspawner | |
3 Matter Reshaper | |
4 Eldrazi Displacer | |
4 Thought-Knot Seer | |
4 Reality Smasher | |
4 Drowner of Hope |
This file contains 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
48.46584, -125.27715 | |
49.05946, -123.3435 | |
49.03786, -104.0625 | |
41.01305, -104.05152 | |
41.00895, -102.03551 | |
36.96744, -102.01904 | |
36.99597, -102.98858 | |
36.50963, -102.98858 | |
31.99409, -103.049 | |
31.99875, -106.5921 |
This file contains 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
var bookmarkletTest = { | |
// Responsible for initial loading and setup | |
setup: function () { | |
alert('hello'); | |
} | |
}.setup(); |
This file contains 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
var bookmarkletTest = { | |
// Responsible for initial loading and setup | |
setup: function () { | |
alert('hello'); | |
} | |
}.setup(); |
This file contains 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
(function(){ | |
// the minimum version of jQuery we want | |
var v = "1.3.2"; | |
// check prior inclusion and version | |
if (window.jQuery === undefined || window.jQuery.fn.jquery < v) { | |
var done = false; | |
var script = document.createElement("script"); | |
script.src = "http://ajax.googleapis.com/ajax/libs/jquery/" + v + "/jquery.min.js"; |
This file contains 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
var https = require("https"); | |
loopCount = process.argv[2]; | |
if (typeof loopCount === 'undefined') { | |
loopCount = 1; | |
} | |
location = process.argv[3]; | |
if (typeof location === 'undefined') { | |
location = 'or'; |
This file contains 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
var https = require("https"); | |
loopCount = process.argv[2]; | |
if (typeof loopCount === 'undefined') { | |
loopCount = 1; | |
} | |
location = process.argv[3]; | |
if (typeof location === 'undefined') { | |
location = 'or'; |
This file contains 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
#%RAML 0.8 | |
title: apiscience.com | |
baseUri: "http://api.lvh.me:5000/v1" | |
"/up": | |
get: | |
description: | | |
A ping check to see if the API is up. | |
responses: | |
200: | |
body: |
This file contains 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
{ | |
"meta": { | |
"status": "Success" | |
}, | |
"data": { | |
"id": 8347876, <- For a test now, should this be NULL? | |
"href: NULL, <- Same? | |
"monitor": { | |
"id": 393, | |
"url": "https://api.apiscience.com/v1/monitors/393" |
This file contains 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
{ | |
"created": 1326853478, | |
"livemode": false, | |
"id": "evt_00000000000000", | |
"type": "invoice.created", | |
"object": "event", | |
"request": null, | |
"data": { | |
"object": { | |
"date": 1403309323, |
NewerOlder