Skip to content

Instantly share code, notes, and snippets.

View bootcoder's full-sized avatar

Hunter Chapman bootcoder

View GitHub Profile
@bootcoder
bootcoder / .bash_profile
Last active December 12, 2020 13:17
bash_profile - rbenv
# echo is like puts for bash (bash is the program running in your terminal)
echo "Loading ~/.bash_profile a shell script that runs in every new terminal you open"
# $VARIABLE will render before the rest of the command is executed
echo "Logged in as $USER at $(hostname)"
# Rbenv autocomplete and shims
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
# Path for RBENV
test -d $HOME/.rbenv/ && PATH="$HOME/.rbenv/bin:$PATH"
@bootcoder
bootcoder / 4-9-2016-notes.md
Created March 15, 2016 20:31
April-2016-hackathon-notes

Civic Hack Theme

  • Consider closed list of API's vs: all api's

Time

4/9/2016

  • Start: 9:00 AM
  • Lunch: 1:00 PM
  • Dinner: 7:00 PM
@bootcoder
bootcoder / multi_json.rb
Created March 17, 2016 20:05
Return multiple sets within json
require 'sinatra/json'
get "/posts" do
@posts = Post.order("created_at DESC")
erb :'posts/index'
end
post "/posts" do
p params
@post = Post.new(params[:post])
@bootcoder
bootcoder / snippet.txt
Created March 31, 2016 17:28
fiddler_projects
Breadcrumbs: James, Jeff, David, Kyle
FirstAid: Todd, Brigitte, Matt, Cody, Jeremy
Rituals: Khamla, Don, Amaar, Aaron
Treat Card: Chris W, Coline, Sanderfer, Baron, Chris S.
@bootcoder
bootcoder / snippet.md
Created March 31, 2016 17:33
fiddler_projects

Fiddler Crabs Final Projects 2016

Breadcrumbs: (Seba)

  • James
  • Jeff
  • David
  • Kyle

FirstAid: (Hunter)

  • Todd
@bootcoder
bootcoder / hospital.rb
Created April 6, 2016 00:35
hosital_challenge
class Hospital
attr_accessor :name, :address, :employees, :patients
def initialize(args)
@name = args[:name]
@address = args[:address]
@employees = args[:employees] || []
@patients = args[:patients] || []
end
@bootcoder
bootcoder / list.txt
Created April 10, 2016 04:37
april_hackathon_submission_list
Anish - Personal Smart Doorman - https://github.com/asinghani/DoorOpen
Peter - SurPlus - https://github.com/Peterrkang/Sirplus
Lucas - Portal - https://github.com/smartfuse/portal/commits/master
Afaan - QuickPool - https://github.com/chdmark/QuickPool
Clayton - Farmers Market Finder - https://github.com/khamla719/FarmersMarketHack
Emmet - I can Cook - https://github.com/esusslin/DBC-Hackathon-2016
Bridgette - FoundIT - https://github.com/BrigitteKozena/LostAndFound
Andrew - VoluenTinder - https://github.com/Aaron1515/HelpMyCommunity
James Boyd - Route To Aid - https://github.com/bopes/april16-hackathon
James - PoPo's -
@bootcoder
bootcoder / list.txt
Created April 10, 2016 04:38
hackathon_submission
Anish - Personal Smart Doorman - https://github.com/asinghani/DoorOpen
Peter - SurPlus - https://github.com/Peterrkang/Sirplus
Lucas - Portal - https://github.com/smartfuse/portal/commits/master
Afaan - QuickPool - https://github.com/chdmark/QuickPool
Clayton - Farmers Market Finder - https://github.com/khamla719/FarmersMarketHack
Emmet - I can Cook - https://github.com/esusslin/DBC-Hackathon-2016
Bridgette - FoundIT - https://github.com/BrigitteKozena/LostAndFound
Andrew - VoluenTinder - https://github.com/Aaron1515/HelpMyCommunity
James Boyd - Route To Aid - https://github.com/bopes/april16-hackathon
James - PoPo's - https://github.com/ashbymichael/popos
@bootcoder
bootcoder / list.txt
Created April 10, 2016 06:48
hachathon-submissions
Anish - Personal Smart Doorman - https://github.com/asinghani/DoorOpen -- anish.singhani@gmail.com
Peter - SurPlus - https://github.com/Peterrkang/Sirplus -- mark.janzer@gmail.com
Lucas - Portal - https://github.com/smartfuse/portal/commits/master -- lucasyan@gmail.com
Afaan - QuickPool - https://github.com/chdmark/QuickPool -- shawnw86@gmail.com
Clayton - Farmers Market Finder - https://github.com/khamla719/FarmersMarketHack -- khamla719@yahoo.com
Emmet - I can Cook - https://github.com/esusslin/DBC-Hackathon-2016 -- mikelawndawn@gmail.com
Bridgette - FoundIT - https://github.com/BrigitteKozena/LostAndFound -- jeremyoltean@gmail.com
Andrew - VoluenTinder - https://github.com/Aaron1515/HelpMyCommunity -- sanderfer.chau@gmail.com
James Boyd - Route To Aid - https://github.com/bopes/april16-hackathon -- jamesboyd2008@gmail.com
James - PoPo's - https://github
@bootcoder
bootcoder / phase8.md
Created April 12, 2016 21:18
phase-infinity

Phase 4 Proposal

I love what we are doing (At least I think we're doing anyway) with Phase 4.

My suggestion is an expansion of this before we even start.

Key points

  • Lots of bootcamps have some sort of a guarantee. We're not guaranteeing you a job. That goes way against our creed here.
  • We guarantee Students they will have a place with structure within our campus from graduation day till the first day of employment. But really the guarantee is that we will keep them accountable and not let them off track during their job search.