Skip to content

Instantly share code, notes, and snippets.

View neight-allen's full-sized avatar

Nate Allen neight-allen

View GitHub Profile

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:

@neight-allen
neight-allen / sample_entry.markdown
Last active April 12, 2020 18:17 — forked from burtlo/sample_entry.markdown
This has been modified from @Burtio's. This has the TemplateWrapper needed for Jekyll installations. I also converted the css to scss. It has more properties that I needed for compatibility with our site's styling, and styling is based on OSX 10.11. I had to abandon this because gh-pages doesn't support custom plugins.

To get started with Rails we need to install the gem. From the terminal type:

{% terminal %}
$ gem install rails
Fetching: i18n-0.6.1.gem (100%)
Fetching: multi_json-1.3.6.gem (100%)
Fetching: activesupport-3.2.8.gem (100%)
...
{% endterminal %}
@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();
})

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
@neight-allen
neight-allen / movies.txt
Created February 5, 2016 17:32
List of movies with a score from 0-100
71, Hannibal Buress: Animal Furnace
80, Hannibal Buress: Comedy Camisado
17, Meet My Valentine
55, Experimenter
75, French Dirty
11, Love
7, I Love You Phillip Morris
9, A Ballerina's Tale
67, Hellions
65, The Land Before Time XIV: Journey of the Brave
  • 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

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