Skip to content

Instantly share code, notes, and snippets.

View ajmyers01's full-sized avatar
🏠
Working from home

Alex Myers ajmyers01

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ajmyers01 on github.
  • I am p3rishable (https://keybase.io/p3rishable) on keybase.
  • I have a public key ASBIxxRzj7tAAYhqL98JDhEyYtYBNYHjqo_gIYYtWWL7pwo

To claim this, I am signing this object:

@ajmyers01
ajmyers01 / digital_ocean_setup.md
Last active February 26, 2016 03:29 — forked from ChuckJHardy/digital_ocean_setup.md
DigitalOcean Ubuntu 14.04 x64 + Rails 4 + Nginx + Unicorn + PostgreSQL + Capistrano 3 Setup Instructions
using System;
using System.Collections.Generic;
namespace RosettaCode.BogoSort
{
public static class BogoSorter
{
public static void Sort<T>(List<T> list) where T:IComparable
{
while (!list.isSorted())
# Current Usage
unbind-key \ ; bind-key \ split-window -h
unbind-key | ; bind-key | split-window -h
unbind-key - ; bind-key - split-window -v
---------------------------------------------------------------
# Proposed Change
unbind-key \ ; bind-key \ split-window -c `pwd` -h
unbind-key | ; bind-key | split-window -c `pwd` -h
unbind-key - ; bind-key - split-window -c `pwd` -v