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:
I hereby claim:
To claim this, I am signing this object:
SSH into Root
$ ssh [email protected]
Change Root Password
| 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 |