A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
import xml.etree.ElementTree as ET | |
metric = 0 | |
kml = raw_input('Enter the KML file path and name: ') | |
srt = kml.replace('.kml', '.srt'); | |
file = open(srt, 'w') | |
if metric == 1: | |
speedUnits = '(km/h)' | |
altitudeUnits = '(m)' |
''' | |
A simple tool for exporting from a PostGIS table to GeoJSON and TopoJSON. Assumes Python 2.7+, | |
psycopg2, and TopoJSON are already installed and in your PATH. | |
Adapted from Bryan McBride's PHP implementation | |
(https://gist.github.com/bmcbride/1913855/) | |
by John Czaplewski | [email protected] | @JJCzaplewski | |
TODO: | |
- Add argument for SRS |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
This is a non-technical reading list for technical people.
This is a list of software you should read like a novel.
{ | |
id: "8faf0917-1987-4ac6-bcc7-4fbf71d191f3", | |
type: "record.create", | |
owner_id: "00053caf-4b6e-4c86-88b6-64695895dffe", | |
data: { | |
status: null, | |
version: 1, | |
id: "7553fd44-78bb-41eb-a453-8b301ae5e52e", | |
form_id: "295eda4a-7795-4881-9f62-085a930b356e", | |
project_id: null, |
#!/bin/bash | |
set -e -u | |
# Download and unzip data | |
wget http://download.geonames.org/export/dump/allCountries.zip | |
wget http://download.geonames.org/export/dump/alternateNames.zip | |
wget http://download.geonames.org/export/dump/countryInfo.txt | |
unzip allCountries.zip | |
unzip alternateNames.zip |
#!/bin/bash | |
CDB_USER=$1 | |
API_KEY=$2 | |
IMPORT_FILE=$3 | |
if [[ -z $CDB_USER ]] | |
then | |
echo "Missing user" | |
fi |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<link rel='stylesheet' type='text/css' href='' /> | |
<meta http-equiv='content-type' content='text/html; charset=utf-8' /> | |
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'> | |
</head> | |
<body> | |
<script src=''></script> |
Begin with the Runkeeper Registration/Authorization page for general instructions to get started. This page points to the Application Portal you can use to establish your application. You'll obtain client_id
and client_secret
by registering a personal application in that portal.
Then obtain code
by submitting a request to https://runkeeper.com/apps/authorize
with the following parameters directly from the Runkeeper instructions:
client_id
: The unique identifier that your application received upon registration
code
: coderedirect_uri
: The page on your site where the Health Graph API should redirect the user after accepting or denying the access request