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
git log --no-merges --pretty=format:'* %s - %an' tag-1..tag-2 |
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
" Using arrow keys is far too ingrained in my muscle memory. | |
" This goes into my ~/.vimrc to force my hand | |
map <up> <nop> | |
map <down> <nop> | |
map <left> <nop> | |
map <right> <nop> | |
imap <up> <nop> | |
imap <down> <nop> | |
imap <left> <nop> | |
imap <right> <nop> |
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
ohai so uh like totally import math bro | |
anyways like result = 0 yeah | |
right test_number actually = 0 | |
friggin for test_number totally in ma range(0, 2000000): | |
if teh test_number <= 1 shiiit: | |
lol is_prime = False bro | |
so elif test_number is actually 2 wicked: | |
bro is_prime = hella True |
NewerOlder