Skip to content

Instantly share code, notes, and snippets.

View aaronschachter's full-sized avatar

Aaron Schachter aaronschachter

  • San Francisco, CA
View GitHub Profile
Chapter Region
Antelope Valley, CA West
Aracata, CA West
The Buckley School, Los Angeles, CA West
Buena Park, CA West
Corona, CA West
Cosumnes Oaks HS, Elkgrove CA West
Edison HS, Huntington Beach, CA West
Folsom, CA West
Heritage HS, Brentwood, CA West
{
"MRData": {
"xmlns": "http://ergast.com/mrd/1.4",
"series": "f1",
"url": "http://ergast.com/api/f1/2018/circuits.json",
"limit": "30",
"offset": "0",
"total": "21",
"CircuitTable": {
"season": "2018",
<?php
use Northstar\Models\User;
use Laravel\Socialite\AbstractUser;
class GoogleTest extends BrowserKitTestCase
{
/**
* Mock a Socialite user for the given
* method and user fields.
@aaronschachter
aaronschachter / input.txt
Created May 12, 2017 05:32
gaming-array test case 2
10
68
55517 18000 71066 23115 64258 10428 46539 56786 53889 90249 26134 65411 86557 82199 91068 75268 21380 86319 92967 84025 73266 83581 9913 38954 83637 77764 59990 51051 22471 83757 65524 32416 16505 8526 53801 60679 82500 17961 33179 13899 97706 20052 99736 18389 90763 14619 78850 87355 25243 68697 39764 54107 86477 80475 91920 789 51406 36932 24456 56626 25652 94727 93604 28254 11991 44688 85332 51065
51
33824 94428 12123 69885 60122 85201 51878 22746 94078 31601 33956 60924 60767 94352 72461 93956 44199 91415 74655 78782 68667 29107 9525 54058 1511 43764 47095 30018 71332 59174 14483 69620 75405 57706 50189 74336 77715 40504 24054 49045 32949 88857 32207 63497 98223 98319 72604 19084 58868 37129 77075
59
81311 94632 57502 13235 17697 44133 75654 83145 35969 86965 26384 19963 77674 34950 23640 58646 95625 52198 44394 92567 50841 63438 44058 30376 73447 58504 68062 16789 25465 77178 85755 95414 98408 83002 34019 99440 25059 63913 93897 22360 6424 10941 83395 57451 49678 40010 14022 41398 77668 40491 90805
@aaronschachter
aaronschachter / schema.xml
Last active May 19, 2016 17:37
activity 2.0
<?xml version="1.0" encoding="utf-8" ?>
<!-- SQL XML created by WWW SQL Designer, https://github.com/ondras/wwwsqldesigner/ -->
<!-- Active URL: http://ondras.zarovi.cz/sql/demo/ -->
<sql>
<datatypes db="mysql">
<group label="Numeric" color="rgb(238,238,170)">
<type label="Integer" length="0" sql="INTEGER" quote=""/>
<type label="TINYINT" length="0" sql="TINYINT" quote=""/>
<type label="SMALLINT" length="0" sql="SMALLINT" quote=""/>
<type label="MEDIUMINT" length="0" sql="MEDIUMINT" quote=""/>

Incomplete:

GET campaigns

Missing properties:

  • Signup configuration (Signup Data Form)
  • Multiple partners/sponsors #6396

POST signups

@aaronschachter
aaronschachter / notes.md
Last active February 17, 2016 19:52
LDT in React

currentUser (obj)

  • First Name (string)
  • AvatarURL (string)
  • Location (string)
  • Signups (array)
    • Campaign ID (int)
    • isCurrent (bool)
    • Signup ID (int)
    • Reportback (obj)
  • ImageURL (string)
@aaronschachter
aaronschachter / news.html
Created January 8, 2016 19:43
LDT News with React
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LDT News</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.min.js"></script>
@aaronschachter
aaronschachter / letsdothis.php
Created January 8, 2016 02:37
LDT WP Plugin
<?php
/**
* @package LetsDoThis
* @version 1.0
*/
/*
Plugin Name: Let's Do This
Description: Custom plugin for the Let's Do This app.
Author: DoSomething.org