I hereby claim:
- I am enterstudio on github.
- I am enterstudios (https://keybase.io/enterstudios) on keybase.
- I have a public key ASC8ncA2qd2-pz0MbdnPtjyq7Sdflwyfep_X7VHAqj7unQo
To claim this, I am signing this object:
# Uses Albert Sun's polygon library - https://github.com/albertsun/gmap-features | |
<!doctype html> | |
<head> | |
<title>WCFCourier.com - Heroin in the U.S.</title> | |
<style type="text/css"> | |
body { font-family: Arial, sans-serif; } | |
#map_canvas { | |
height: 600px; | |
width: 620px; |
{ | |
"Url":"http://www.vybory.izbirkom.ru/region/izbirkom?action=show&global=true&root=522000037&tvd=25220001120009&vrn=100100067795849&prver=0&pronetvd=0®ion=0&sub_region=99&type=233&vibid=25220001120009", | |
"Data":{ | |
"1 | Number of voters included in the voters list at the time of the end of voting":"102", | |
"2 | The number of ballots received by the precinct election commission":"102", | |
"3 | The number of ballots issued to voters who voted early":"0", | |
"4 | The number of ballots issued at the polling station on voting day":"43", | |
"5 | The number of ballots issued outside the polling station on voting day":"14", | |
"6 | The number of canceled ballots":"45", | |
"7 | The number of ballots in mobile ballot boxes":"14", |
//Demo app to blink the red LED (LED1) on the TI Launchpad | |
//which is attached to P1.0 | |
//The green LED(LED2) is connected to P1.6 | |
#include <msp430g2553.h> | |
int main(void) { | |
volatile int i; | |
// stop watchdog timer |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
""" | |
YouCompleteMe extra configuration for Platformio based | |
projects. | |
Based on the `.ycm_extra_conf.py` by @ladislas in his Bare-Arduino-Project. | |
Anthony Ford <github.com/ajford> | |
""" | |
import os |
<% # SPROUTCORE DEFAULT INDEX TEMPLATE | |
# This template provide provides a basic wrapper for a SproutCore client. | |
# Most of the time, it will be sufficient for your own needs. However, if | |
# you need to create your own template, you can do so by copying this file | |
# into your client, naming it 'index.rhtml' and then adding the options | |
# :layout => 'lib/index' to your Buildfile. | |
# | |
# See the comments in this file for more information on what you can | |
# change. | |
-%> |
$ curl -d 'username=apitest&password=test&api_key=4f63e62da2cbc21091d62d60' https://api.storify.com/v1/auth
Response
{"content":{"username":"apitest","_access":0,"bio":null,"location":null,"website":"http://storify.com/apitest","avatar":"http://storify.com/public/img/default.avatar.png","permalink":"http://storify.com/apitest","settings":{"comments":null,"facebook_autoshare":true,"sxsw":false,"notifications":{"newsletter":true,"digest":true,"likes":true,"comments":true,"follower":true,"autoshare":true}},"stats":{"stories":4,"views":0,"embeds":0,"subscriptions":1,"subscribers":0},"date":{"updated":"2012-03-17T01:23:53.504Z","last_seen":"2012-03-17T01:23:53.503Z","featured":null,"created":"2012-03-17T00:17:36.951Z"},"subscribers":[],"subscriptions":[{"username":"storify","_access":1,"name":"Storify","bio":"Making stories from the social Web, finding moments to remember in the real-time stream. Co-founded by @burtherman and @xdamman","location":"Global","website":"http://storify
#!/usr/bin/env python | |
import argparse | |
import re | |
import uuid | |
import sys | |
from xml.dom import minidom | |
from xml.parsers.expat import ExpatError | |
try: |