Skip to content

Instantly share code, notes, and snippets.

View findzen's full-sized avatar

Justin Taylor findzen

  • Los Angeles, CA
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<button
is="hitbox-button"
@findzen
findzen / hammerTime.js
Created November 5, 2015 02:17
Stop. Hammer time.
;(function(window, document, undefined) {
'use strict';
var img = document.createElement('img');
var marquee = document.createElement('marquee');
img.src = 'http://dhtmlconf.com/img/mchammer.gif';
marquee.appendChild(img);
marquee.style.position = 'absolute';
@findzen
findzen / dolphin_and_seagull.tt
Created September 5, 2015 22:07
Dolphin and seagull example from Teletype Studies Part 5 http://monome.org/docs/modular/teletype/studies-5/
M:
CV 1 N P.NEXT
TR.PULSE A
M ADD 50 RSH PARAM 5
I:
P.N 0
P.L 7
CV.SLEW D 1000
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
;(function(window, document, undefined) {
'use strict';
// ensure only one instance is running at a time
if (window._fz_wordcloud) return;
window._fz_wordcloud = true;
var MAX_WORDS = 50;
var BASE_FONT_SIZE = 12;
@findzen
findzen / jquery.boilerplate.js
Last active August 29, 2015 13:56
jQuery lightweight plugin boilerplate
/*!
* jQuery lightweight plugin boilerplate
* Original author: @ajpiano
* Further changes, comments: @addyosmani, @findzen
* Licensed under the MIT license
*/
// the semi-colon before the function invocation is a safety
// net against concatenated scripts and/or other plugins
@findzen
findzen / goldroom
Created October 29, 2013 00:40
Should I go to the Gold Room tonight?
curl -s golden-api.herokuapp.com?text=1 | say -v Alex
@findzen
findzen / Usage.md
Created September 25, 2013 17:55 — forked from 8bitDesigner/README.md

6-Line Static file server

Handy for when working on single-page apps

Usage

  1. Copy server.js to your project
  2. npm install express
  3. node ./server
@findzen
findzen / Monokai Bright.tmTheme.xml
Created October 15, 2012 22:55
Monokai Bright w/ custom SublimeLinter colors
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Monokai Bright</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@findzen
findzen / gist:3785293
Created September 26, 2012 00:32
Songs in code
// Hip-Hop Junkies
var favoriteCartoon:String = "Pete's Rickety Rocket";
marriage();
honeymoon();
damn(me);
me.gag(spoon);
myRhymes > ammonia;
me == diamond;