Skip to content

Instantly share code, notes, and snippets.

View phlco's full-sized avatar

Phillip Lamplugh phlco

  • Los Angeles, CA
View GitHub Profile
@phlco
phlco / make_assignments.sh
Last active January 3, 2016 03:39
bash script to copy assignments into student folders
# Copy assignment into each student's folder
# Run this from the day's folder
# example:
# `~/Dev/wdi/homework/week_01/d_01`
# `$ make_assignment`
make_assignment(){
# path to assignment. defaults to assignment folder.
assignment=${1:-"assignment/"}
# get list of directories
array=(*/)
@phlco
phlco / .travis.yml
Created February 9, 2014 00:31
Konacha Setup
language: ruby
env:
global:
- DISPLAY: ":99.0"
before_script:
- "sh -e /etc/init.d/xvfb start"
rvm:
- 2.1.0
script: "bundle exec rake konacha:run"
@phlco
phlco / install.md
Last active August 29, 2015 13:56
installfest

InstallFest!

This is an automated version of our installfest.

Please paste the following into your terminal prompt

bash <(curl -sL http://j.mp/NplF2o)
@phlco
phlco / manual_installfest.md
Last active August 29, 2015 13:56
manual installfest

Installing Tools

  1. Install [HipChat][hipchat]
  • [Upgrade to OS X Mavericks][osx]
  • Install [Google Chrome][chrome]
  • Check to make sure you don't have RVM or Macports by running this command from your terminal
    • bash <(curl -s https://gist.github.com/phlco/8358292/raw/b6e4df4efc7b7973cb5566e89c57672380062074/uninstalls.sh)ds
  • [Install Homebrew][brew] (The command is at the bottom of the page) * Type: brew doctor and resolve any warnings or errors that come up before moving on.
    • Then: brew install git rbenv ruby-build rbenv-gem-rehash postgres
@phlco
phlco / gistdemo.md
Created March 17, 2014 21:50
gist demo

let's say i'm make a new gist. oooh i want to say this code

@phlco
phlco / demo.txt
Created March 18, 2014 14:41
sublime demo
testing from sublime
@phlco
phlco / file1.text
Created March 19, 2014 03:35
Created via API and HTTParty
Demo
@phlco
phlco / file1.text
Created March 19, 2014 13:21
Created via API and HTTParty
Demo
@phlco
phlco / file1.text
Created March 19, 2014 13:21
Created via API and HTTParty
Demo
@phlco
phlco / raw
Last active August 29, 2015 13:57
{"name": "xavier"}