- Consider closed list of API's vs: all api's
4/9/2016
- Start: 9:00 AM
- Lunch: 1:00 PM
- Dinner: 7:00 PM
| # 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" |
| 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]) |
| 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. |
| class Hospital | |
| attr_accessor :name, :address, :employees, :patients | |
| def initialize(args) | |
| @name = args[:name] | |
| @address = args[:address] | |
| @employees = args[:employees] || [] | |
| @patients = args[:patients] || [] | |
| end |
| 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 - |
| 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 |
| 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 |
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.