Skip to content

Instantly share code, notes, and snippets.

View codeblooded's full-sized avatar

Ben Reed codeblooded

View GitHub Profile

Keybase proof

I hereby claim:

  • I am codeblooded on github.
  • I am codeblooded (https://keybase.io/codeblooded) on keybase.
  • I have a public key ASBM16NRqmZCJpgyaEfXfYQdbYrZfTcr-q0svO1eBSlzNwo

To claim this, I am signing this object:

package main
import (
"fmt"
"time"
"net/http"
)
func chain(handleFuncs ...func(w http.ResponseWriter, r *http.Request)) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
require 'spec_helper'
describe TraditionsController do
it 'returns traditions at index path' do
get '/traditions'
expect(response).to have_http_status(:success)
end
it 'destroys a tradition' do
tradition = create(:tradition)

Keybase proof

I hereby claim:

  • I am codeblooded on github.
  • I am codeblooded (https://keybase.io/codeblooded) on keybase.
  • I have a public key ASBtU9yfkntQ85swEKu64p-Ha1nRhQ2xmLMbJRV0n1d-Dwo

To claim this, I am signing this object:

@codeblooded
codeblooded / lineup.md
Last active August 29, 2015 14:14
Lipscomb Channel Lineup

Lipscomb TV Lineup

This was spun from a student's boredom, since Lipscomb fails to provide one. Also, the guide on 7-1 is irritating. It isn't interactive, so you just have to wait for the channel you are looking for... uhhh.

# Channel Name
7 TV Listings (Guide)
8 ABC
9 NBC
11 Fox 17
12 Npt
@codeblooded
codeblooded / nginx-1.4.0.sh
Last active December 17, 2015 00:00
Shell Script to Install nginx from source.
#!/bin/sh
# nginx install from source shell
echo "\033[32m-nginx-> cUrling nginx v1.4.0 into current directory.\033[0m"
curl -O http://nginx.org/download/nginx-1.4.0.tar.gz
echo "\033[32m-nginx-> nginx tar downloaded, unarchiving...\033[0m"
tar -zxf nginx-1.4.0.tar.gz
cd nginx-1.4.0
echo "\033[32m-nginx-> ./configure\033[0m"
./configure
Testing http://google.com
At Fri Mar 1 21:26:37 2013
1 loops
Fastest Median Slowest Std Dev
---------------------------------------------------------------------------
Server performance:
Total application time Unable to be recorded
results
@codeblooded
codeblooded / sp.txt
Created March 2, 2013 02:47
WBench Results
Testing http://studypublic.com
At Fri Mar 1 20:47:40 2013
1 loops
Fastest Median Slowest Std Dev
---------------------------------------------------------------------------
Server performance:
Total application time Unable to be recorded
@codeblooded
codeblooded / github-wbench.txt
Created March 2, 2013 02:45
WBench Results
Testing http://github.com
At Fri Mar 1 20:45:51 2013
1 loops
Fastest Median Slowest Std Dev
---------------------------------------------------------------------------
Server performance:
Total application time Unable to be recorded