Skip to content

Instantly share code, notes, and snippets.

@AaronTrazona
AaronTrazona / bootstrap.cmd
Created May 18, 2012 06:26 — forked from rsbohn/bootstrap.cmd
How I got node.couchdb.js working on Windows
REM Set up workspace
mkdir \work\node_modules
cd \work\node_modules
REM check out modules
cmd /c git clone https://github.com/mikeal/node.couchapp.js.git couchapp
cmd /c git clone https://github.com/mikeal/request.git
cmd /c git clone https://github.com/mikeal/watch.git
REM create my_app
@AaronTrazona
AaronTrazona / example-fileupload.html
Created August 16, 2012 20:28 — forked from joewood/example-fileupload.html
Using JQuery File Upload with client resize
<-- Example HTML/JS of how to use the JQuery File Upload library, with resizing -->
<!DOCTYPE html >
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>this is My Child</title>
<script src="scripts/jquery-1.7.2.js" type="text/javascript"></script>
@AaronTrazona
AaronTrazona / machine.js
Created October 13, 2020 07:07
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'basketball',
type: 'parallel',
context: {
shot_clock: 24,
shot_clock_stop: true,
game_clock_stop: true,
game_time: 600,
is_game_begin: false,
teams: [
We couldn’t find that file to show.