Skip to content

Instantly share code, notes, and snippets.

View battaile's full-sized avatar

battaile battaile

  • Florida, US
View GitHub Profile
https://www.mtggoldfish.com/deck/2453603
vs gruul
+2 lovestruck beast
-1 ouat
-1 nissa
vs esper stax
+ 2 brontodon
+ 3 veil
Main System: Straitjacket
Central Problems
1. Alignment Problem
Lower Body Control Hierarchy
Outside Triangle
Inside Triangle
Hip Lock
Post
2. Deficit Problem
Dividing Hands
Process: com.apple.WebKit.WebContent [17961]
Path: /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Identifier: com.apple.WebKit.WebContent
Version: 11603 (11603.1.30.0.34)
Build Info: WebKit2-7603001030000034~7
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Safari [17946]
User ID: 501
I wanted to enhance the error message "Uncaught Invariant Violation: Objects are not valid as a React child ... " by
@battaile
battaile / index.html
Last active February 16, 2016 21:34
invoice list
<div class="container">
<nav class="navbar navbar-inverse " style="top:10px">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Invoices</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
@battaile
battaile / index.html
Created January 19, 2016 14:50
yePjZW
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
@battaile
battaile / gist:9db0800cf54447c3e0a7
Created June 23, 2015 23:11
Should this be set to something else or removed since react-devtools has been depracated?
//react/src/renderers/dom/ReactDOMClient.js line 55
// If we're in Chrome, look for the devtools marker and provide a download
// link if not installed.
if (navigator.userAgent.indexOf('Chrome') > -1) {
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') {
console.debug(
'Download the React DevTools for a better development experience: ' +
'https://fb.me/react-devtools'
);
@battaile
battaile / player profiles
Created January 15, 2015 14:25
Do we care that these are different?
When generating players for new league (core/league.js line 356)
profiles = ["Point", "Wing", "Big", ""];
When generating players for new draft class (core/draft.js line 70)
profiles = ["Point", "Wing", "Big", "Big", ""];
@battaile
battaile / windev.readme.txt
Last active August 29, 2015 14:13
basketball-gm windows developer 'Getting Started' notes
Getting set up:
Install node.js
http://nodejs.org/
Upgrade the version of npm that node installed by running
npm install -g npm
Install require.js (if you want to build)
npm install requirejs
Install ESLint (if you want to verify your js)
npm i -g eslint
@battaile
battaile / colleges.js
Last active August 29, 2015 14:13
To Display College Names for newly genned players in basketball-gm
/**
* @name data.colleges
* @namespace College names.
*/
define([], function () {
"use strict";
var college;
// Name, Cumulative Frequency