Skip to content

Instantly share code, notes, and snippets.

View neight-allen's full-sized avatar

Nate Allen neight-allen

View GitHub Profile

Rate each project at https://demonight.herokuapp.com. These ratings will determine who moves on to the public judged demo competition week 1 of the next inning.

  • Do You - Christie Lynam and Margo Schaedel
  • Quizzam! - James Sullivan, George Goering, Juan Jimenez, Joe Heitkamp, Evan Miller, Tom Anderson
  • Financial Assessment Tool - Natalia Colomé
  • Audio God - Travis Rollins, Jason Lucas
  • Club Reads - Travis Gregory, Lindsay Parker, Ciara Bujanos, Dave Weinstock
  • BlockHouses - Chris Smith
  • myStack - Ben Jacobs
  • Brackr - Lauren Oliveri (Video)
  • TrailUp - Ben Jacobs, Aaron Olsen
  • Etude - Zane Russell, Jenn Peavler, Devin Dixon
  • WhosPlaying? - David Weinstock
  • Cloney Island Travel - Sarah Kirk, Natalia Colome, squee
  • Block Value - Josh Thompson
  • txtSmart - James Sullivan
  • Wellness Game - Juan Jimenez
  • mentr - John Binning, Leta Keane, Spencer Hilvitz

Rate each project at http://demonight.herokuapp.com

  • Will Legislate for Money - Courtney Meyerhofer, Katy Farmer, Casey Macaulay, Andrew Wooten, Jonathan Serrano
  • WanderList - John Binning
  • Grab Bag Cloney Island - SPRINT 1: Danny Radden, Sam Landfried, Joseph Glass, Jonathan Kidd, Brett Schwartz; SPRINT 2: Mark Stover, Stephanie Bentley, Victoria Vasys, Danny Radden, Seth Moser
  • Howler - Eric James Charlotte and Max
  • Handout - Keji Amos
  • Car-Tographer - Chris Bandrowsky
  • Names In Time - Kenia Farias, Becca Holt, Eric Sayler
  • Unavee - Devon Bull
@neight-allen
neight-allen / partially-quantified.js
Created May 12, 2017 16:41
Sample code for students to break down into different reponsibilities
function Food(name, calories) {
this.name = name;
this.calories = calories;
}
$("document").ready(function() {
time = moment();
setIndexFoods();
})

Tank Man

Daniel Olson & Spencer Carter

Broken Free

Max Glassie

Check your tone

Pamela Lovett

Headcount Dashboard

Quantified Self Wk 2 Feedback

Pre-refactor, this is a really great start. I love that you took documentation seriously, in your Readme, and production code. I also appreciate you taking on d3, and being willing to share what you've learned with the class. As someone with a history of building overly complicated visualizations, I can't vouch for D3 as the best tool for everything, but it is quite flexible. I hope you get more opportuni

Quantified Self Wk 2 Feedback

Install the CORS package

npm i cors --save

In your server.js:

const cors = require('cors')

Tutorial Overview

Everyone

Functions

Instructions

  • Fork this gist
  • Do 5 JavaScript exercisms
  • Compare your completed exercises to five answers that other folks got, writing a comment of what you saw when comparing the answer
  • Fill in the template below with your work

My Submission

Do 5 of these: