Skip to content

Instantly share code, notes, and snippets.

  • one
  • two
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

heading

heading

@epoch
epoch / hello world.md
Created September 10, 2015 13:00
hello

just a quick test

###The Ultimate Life Decider Never make a decision again!

####Part One a. - The Coin of Inevitability


  1. Create a file called decider.js
  2. Write a function called coinFlip that 'console.logs' HEADS or TAILS when called
  3. Add a counter that declares WINNER in the console when either HEADS or TAILS is flipped 5 times.

another mark sdfsdfhj sldfjk

sdlfsdjflksdfj sdlfkj

  • sdfsdf
  • sdfsdfsdf
  • sdsdfsdf

sdfsldfsdlfkjsdlfj

Mac Homebrew (RVM/MySQL/Redis) setup

Follow the steps below to setup a local development environment:

XQuartz

Recommended to download latest XQuartz

iTerm2

testing h1

testing gist markdown

h1

h2

package main
import (
"fmt"
"net/http"
"io/ioutil"
)
func main() {
// fmt.Printf("Hello, world!\n")
@epoch
epoch / _nav_menu.html.erb
Last active August 29, 2015 14:14
nav_menu as a partial
<li><%= link_to 'home', root_path %></li>
<% if @current_user.present? %>
<li><%= link_to 'sign out', login_path, :method => :delete %></li>
<% else %>
<li><%= link_to 'sign up' new_user_path %></li>
<li><%= link_to 'login', login_path %></li>
@epoch
epoch / quiz_dice.md
Last active August 29, 2015 14:14 — forked from lyntco/q018-dice.md

Quiz - Dice

Write a program to generate a standard dice roll.

Dice.roll
# => 6

It should give you a different result each time.