Skip to content

Instantly share code, notes, and snippets.

View protonpopsicle's full-sized avatar
☸️

Scott Meisburger protonpopsicle

☸️
View GitHub Profile
{
"clips": [
{
"duration": 10,
"modified": "2018-03-30T16:42:13.0Z",
"file_size": 1289306,
"media_url": "http://media21.ec2.st-av.net/v1/claim_held_media?token=rko9-Ek6bXcOUcFP3MtRT",
"start": "2018-03-30T16:42:06.0Z",
"requested": {
"duration": 10

Keybase proof

I hereby claim:

  • I am protonpopsicle on github.
  • I am smeisburger (https://keybase.io/smeisburger) on keybase.
  • I have a public key whose fingerprint is 752D 79F7 2CB0 DB5D 3DAF 5FF3 E1C3 7E05 7CBA 9C90

To claim this, I am signing this object:

we have had long-standing requests from partners to prototype a real-time event feed. Our partners already had access to a nightly batch file with event data for their customers that opt-in to sharing their data.
[{"pk": 1, "model": "energy.section", "fields": {"content": "Choose your savings plan and bring Hope!", "name": "Sign Up Now"}}, {"pk": 2, "model": "energy.section", "fields": {"content": "Choose your savings plan and bring Hope!", "name": "Small Business"}}, {"pk": 1, "model": "energy.plan", "fields": {"savings": "16.6", "price": "6.45", "link": "", "name": "12-Month Fixed Price", "section": 1}}, {"pk": 2, "model": "energy.plan", "fields": {"savings": "15.3", "price": "6.55", "link": "", "name": "24-Month Fixed Price", "section": 1}}, {"pk": 3, "model": "energy.plan", "fields": {"savings": "12.7", "price": "6.75", "link": "", "name": " 36-Month Fixed Price", "section": 1}}, {"pk": 4, "model": "energy.plan", "fields": {"savings": "16.6", "price": "6.45", "link": "", "name": "12-Month Fixed Price", "section": 2}}, {"pk": 5, "model": "energy.plan", "fields": {"savings": "15.3", "price": "6.55", "link": "", "name": "24-Month Fixed Price", "section": 2}}, {"pk": 6, "model": "energy.plan", "fields": {"savings": "1
# Sequel Pro dump
# Version 2492
# http://code.google.com/p/sequel-pro
#
# Host: 127.0.0.1 (MySQL 5.5.10)
# Database: jasper
# Generation Time: 2011-04-28 15:43:01 -0500
# ************************************************************
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
import csv
class ModelImpoterErrors:
"""
An enumeration of all errors and warnings that ModelImpoter handels.
The int set to each error is the 'level' of the error if down the line we
want to set a tolerence level for the import.
"""
INCORRECT_NUM_FIELDS = 0
REQUIREMENT_NOT_MET = 1