Skip to content

Instantly share code, notes, and snippets.

View enterstudio's full-sized avatar
💭
acting busy- forking;

EnterStudios enterstudio

💭
acting busy- forking;
View GitHub Profile
@enterstudio
enterstudio / us_heroin
Created July 16, 2018 10:45 — forked from csessig86/us_heroin
Map of heroin usage rates in the U.S. Online at: http://wcfcourier.com/app/special/us_heroin/
# 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;
@enterstudio
enterstudio / data.json
Created July 14, 2018 04:50 — forked from andrew-fomin/data.json
JSON for Elections data
{
"Url":"http://www.vybory.izbirkom.ru/region/izbirkom?action=show&global=true&root=522000037&tvd=25220001120009&vrn=100100067795849&prver=0&pronetvd=0&region=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",
@enterstudio
enterstudio / blink.c
Created July 14, 2018 04:26 — forked from trtg/blink.c
msp430 launchpad sample code to blink LED 1
@enterstudio
enterstudio / keybase.md
Created June 25, 2018 16:17
keybase proof

Keybase proof

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:

@enterstudio
enterstudio / keybase.md
Created June 25, 2018 16:17
keybase proof

Keybase proof

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:

@enterstudio
enterstudio / .ycm_extra_conf.py
Created April 14, 2018 19:31 — forked from ajford/.ycm_extra_conf.py
PlatformIO/YouCompleteMe Integration
"""
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
@enterstudio
enterstudio / index.rhtml
Created April 8, 2018 23:19 — forked from groupdock/index.rhtml
Sproutcore index.rhtml layout to turn an app into an OpenSocial app
<% # 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.
-%>
@enterstudio
enterstudio / qip_provision_ip.py
Created March 5, 2018 21:23 — forked from ryancurrah/qip_provision_ip.py
Allocate an IP Address using VitalQIP SOAP API
#!/usr/bin/env python
import argparse
import re
import uuid
import sys
from xml.dom import minidom
from xml.parsers.expat import ExpatError
try:

Percona Server with XtraDB

Introduction

  • 2010(2009?) InnoDB 1.1 announced, will first ship with MySQL 5.5.
  • Historically InnoDB development lags while MySQL is trying to GA
  • lots of things fixed in InnoDB since MySQL 5.0
  • important note -- plugin version of InnoDB is not the default in 5.1