Skip to content

Instantly share code, notes, and snippets.

View raydot's full-sized avatar
:octocat:
Let's do this.

Dave Kanter raydot

:octocat:
Let's do this.
View GitHub Profile
Running "brew update" on OS X.9.5
Error: undefined method `close!' for nil:NilClass
Please report this bug:
https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/extend/pathname.rb:129:in `ensure in atomic_write'
/usr/local/Library/Homebrew/extend/pathname.rb:129:in `atomic_write'
/usr/local/Library/Homebrew/cmd/untap.rb:42:in `unlink_tap_formula'
/usr/local/Library/Homebrew/cmd/update.rb:24:in `update'
/usr/local/Library/brew.rb:134:in `<main>'
@raydot
raydot / index.html
Created July 30, 2018 19:45
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="container"></div>
<script>
@raydot
raydot / index.html
Created October 18, 2018 18:26
React CSS Transition Carousel
<div id="carousel"></div>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://fb.me/react-with-addons-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<link href="http://nightly.enyojs.com/latest/enyo-nightly/enyo.css" rel="stylesheet" type="text/css" />
<script src="http://nightly.enyojs.com/latest/enyo-nightly/enyo.js"></script>
<script src="http://nightly.enyojs.com/latest/lib/layout/package.js"></script>
<script src="http://nightly.enyojs.com/latest/lib/onyx/package.js"></script>
<script src="http://nightly.enyojs.com/latest/lib/g11n/package.js"></script>
<script src="http://nightly.enyojs.com/latest/lib/canvas/package.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/expect/1.20.2/expect.min.js"></script>
<!DOCTYPE html>
<html>
<head>
@raydot
raydot / index.html
Created December 2, 2019 21:24
Redux Tutorial Video 10 // source https://jsbin.com/carezix
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Video 10">
<meta charset="utf-8">
<title>Redux Tutorial</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
<body>
@raydot
raydot / index.html
Created December 2, 2019 21:24
Redux Tutorial Video 9 // source https://jsbin.com/cojitey
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Video 9">
<meta charset="utf-8">
<title>Redux Tutorial</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
<body>
@raydot
raydot / index.html
Created December 2, 2019 21:30
Redux Tutorial Video 10 // source https://jsbin.com/carezix
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Video 10">
<meta charset="utf-8">
<title>Redux Tutorial</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
<body>
@raydot
raydot / index.html
Created December 2, 2019 21:47
Redux Tutorial Video 11 // source https://jsbin.com/neseqom
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Video 11">
<meta charset="utf-8">
<title>Redux Tutorial</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
<body>
@raydot
raydot / index.html
Created December 2, 2019 22:03
Redux Tutorial Video 12 // source https://jsbin.com/neseqom
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Video 12">
<meta charset="utf-8">
<title>Redux Tutorial</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
<body>