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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9, IE=10"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> | |
<title></title> | |
<link rel="stylesheet" href="//js.arcgis.com/3.6/js/esri/css/esri.css"> | |
<style> | |
html, body, #map { |
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
#!/bin/bash | |
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/ | |
# Install stuff # | |
################# | |
# Install development tools and some misc. necessary packages | |
yum -y groupinstall "Development tools" | |
yum -y install zlib-devel # gen'l reqs |
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
<?xml version="1.0" encoding="UTF-8"?><response code="1"><collection name="Pointe" count="418" country="US" radius="4000" radiusuom="mile" centerpoint="-100.00000118858782,40.00164381694018" state="Kansas" city="Norton" address="Road A" province="" postalcode="67654"><poi> | |
<name>Trader Joe's Lincoln (722)</name> | |
<_distance>182.24</_distance> | |
<_distanceuom>mile</_distanceuom> | |
<address1>3120 Pine Lake Rd</address1> | |
<address2>Ste R</address2> | |
<beer>Yes</beer> | |
<city>Lincoln</city> | |
<clientkey>722</clientkey> | |
<comingsoon></comingsoon> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href= | |
"http://js.arcgis.com/3.14/esri/css/esri.css"> | |
<style> | |
#map { height:500px; } #mundi-link { position: absolute; right: 5px; z-index: 200; } | |
</style> |
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
{ | |
"build_hash": "08a3ec50d4854c62511042ed7ebdf512", | |
"prefix": "ion-", | |
"version": "2.0.1", | |
"name": "Ionicons", | |
"icons": [ | |
{ | |
"code": "0xf125", | |
"name": "chevron-right" | |
}, |
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
[{ | |
"fuels": { | |
"Natural gas": [{ | |
"amt": "0.113141144505", | |
"year": "2004" | |
}, { | |
"amt": "0.324164273643", | |
"year": "2014" | |
}], | |
"Nuclear": [{ |
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
[ | |
[{ | |
"airline": "American", | |
"totalDelay": 10914, | |
"count": 164, | |
"averageDelay": 67, | |
"x": 0, | |
"y": 67 | |
}, { | |
"airline": "American", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.