Skip to content

Instantly share code, notes, and snippets.

View bobbywilson0's full-sized avatar

Bobby Wilson bobbywilson0

View GitHub Profile
TypeFast.GameController = Ember.Controller.extend({
quote: model.body,
word: ''
});
This file has been truncated, but you can view the full file.
{"index":{"_index":"olympic_data","_type":"athlete","_id":1}}
{"athlete":"Michael Phelps","age":"23","country":"United States","year":"2008","closing ceremony date":"8/24/2008","sport":"Swimming","gold medals":"8","silver medals":"0","bronze bedals":"0","total medals":"8"}
{"index":{"_index":"olympic_data","_type":"athlete","_id":2}}
{"athlete":"Michael Phelps","age":"19","country":"United States","year":"2004","closing ceremony date":"8/29/2004","sport":"Swimming","gold medals":"6","silver medals":"0","bronze bedals":"2","total medals":"8"}
{"index":{"_index":"olympic_data","_type":"athlete","_id":3}}
{"athlete":"Michael Phelps","age":"27","country":"United States","year":"2012","closing ceremony date":"8/12/2012","sport":"Swimming","gold medals":"4","silver medals":"2","bronze bedals":"0","total medals":"6"}
{"index":{"_index":"olympic_data","_type":"athlete","_id":4}}
{"athlete":"Natalie Coughlin","age":"25","country":"United States","year":"2008","closing ceremony date":"8/24/2008","sport":"Swimming","gol

Keybase proof

I hereby claim:

  • I am bobbywilson0 on github.
  • I am bobbywilson0 (https://keybase.io/bobbywilson0) on keybase.
  • I have a public key whose fingerprint is C565 4EBB 8568 44DF ADCF F8B3 7664 867B 7E15 C1AD

To claim this, I am signing this object:

Keynote

productivity

flows & screens

  • screen name at top
  • transitions below the title
  • branching and transitions

"ambitious apps" - applications that have many screens / flows

Bobbys-MacBook-Air:bonsai bobbywilson0$ bundle exec nespr server
/Users/bobbywilson0/.gem/ruby/2.0.0/bin/nespr:23:in `load': /Users/bobbywilson0/projects/bonsai/vendor/cache/nespr-c256af5e115f/bin/nespr:5: `$(' is not allowed as a global variable name (SyntaxError)
/Users/bobbywilson0/projects/bonsai/vendor/cache/nespr-c256af5e115f/bin/nespr:5: syntax error, unexpected end-of-input
$(type -p greadlink readlink | head -1) "$1"
^
from /Users/bobbywilson0/.gem/ruby/2.0.0/bin/nespr:23:in `<main>'
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# Using curl instead of wget.
# exit on error
set -e
(ns noc.core
(:use quil.core))
(defn setup []
(background 255)
(no-loop))
(defn draw []
(pixels)
(doseq [x (range 0 (width))
class CreateBirds < ActiveRecord::Migration
def change
create_table :comments do |t|
t.string :location
t.belongs_to :birdable, polymorphic: true
t.timestamps
end
end
end
(defonce app-state (atom {:balls [ 1 3 5 7 9]}))
(defn square-view [n owner]
(reify
om/IRender
(render [this]
(dom/td nil n))))
(defn row-view [data owner]
ClojureScript:dodgeball.core> (unit? 1 5 :balls)
{:id 1, :coords {:x 1, :y 5}}
ClojureScript:dodgeball.core> (false? (unit? 1 5 :balls))
false
ClojureScript:dodgeball.core> (true? (unit? 1 5 :balls))
false