This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I D H O W N | |
G N l u E O | |
H I r t a D | |
S a o w i u | |
p l e e o e | |
b w i r u s | |
n i n a o t | |
g d g j m b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
riffled 1 times | |
1 ideal 1.08% min 0.00% max 4.96% | |
2 ideal 2.15% min 0.00% max 4.38% | |
3 ideal 3.23% min 0.00% max 6.58% | |
4 ideal 4.30% min 0.00% max 8.76% | |
5 ideal 5.38% min 0.00% max 10.93% | |
6 ideal 6.45% min 0.00% max 13.11% | |
7 ideal 7.53% min 0.00% max 21.75% | |
8 ideal 8.60% min 0.00% max 34.90% | |
9 ideal 9.68% min 0.00% max 40.06% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"math/rand" | |
) | |
type Deck struct { | |
order []int | |
names []string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
open my $co2, "+>", "/dev/io8log" or die "$!"; | |
my $message = pack "C*", 0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80; | |
my $ret = ioctl $co2, 0xC0094806, $message; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OS specific changes | |
# macOS specific commands | |
if-shell "[[ $(uname) == 'Darwin' ]]" { | |
# makes pbcopy work from the commandline | |
set-option -g default-command "reattach-to-user-namespace -l bash" | |
} | |
# prefix+t brings up a useless clock, make it look nice | |
set-option -w -g clock-mode-style 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"fmt" | |
"log" | |
"os" | |
"strconv" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
b "bufio" | |
f "fmt" | |
l "log" | |
"os" | |
r "regexp" | |
"strconv" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"runtime/pprof" | |
) | |
func waster2() int { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO49xUjp7Rwi5M3/4olq8GWtNYQH4rS9BTD3Udmed9LglBjJQM5piwlicuI+GuS2HsRyiT0JdH8hT5LxH+ik5VMZgdk3Gh6dP+gsRJw6UpM32+5dNnSoc/jat3cMQhs0zz3LYwKfokpMQnEZiSQ4Xw4yRJKsJ86woqOy7EMm/FvbMrwpqlvflfiu8wVe+c3z2ZsBAck5FJaN76XUbuhzuQCLflUYSsYjTCdTzLHwrZTG44JDj+m4Dnb7QYYnBAF8NqHdcbc0cECy7ZAKbZLWmeKRdR2SpL/7zeKTZSqNuFddt+rXJPoYGa90Y+PAXLqKubqEl8XpC0t8uD0G21Oh37 cowens@lsi-cowens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setw -g clock-mode-style 24 | |
setw -g mode-keys vi | |
setw -g main-pane-width 120 | |
set -g set-clipboard off | |
set -s escape-time 50 | |
set -g status-keys vi | |
set -g base-index 1 |
NewerOlder