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
| #define _POSIX_C_SOURCE 200809 | |
| #include <signal.h> | |
| #include <stdatomic.h> | |
| #include <unistd.h> | |
| #include <threads.h> | |
| #include <stdio.h> | |
| #include <stdbool.h> | |
| #include <poll.h> | |
| #include <string.h> | |
| #include <stdlib.h> |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am pnappa on github. | |
| * I am pnappa (https://keybase.io/pnappa) on keybase. | |
| * I have a public key ASDs-jYv--4bMdTqrtowM0MLW7rdBDlqsfsfSVG_PUFzWgo | |
| To claim this, I am signing this object: |
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/python3 | |
| """ | |
| This script will clone your repositories to a consistent directory hierarchy. | |
| e.g the following will install the repo to ~/github.com/pnappa/xkcdfools | |
| $ gitclono.py git@github.com:pnappa/xkcdfools.git | |
| This is a nice way to organise your repositories, symlinking to them when necessary. | |
| """ |
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
| #!/bin/bash | |
| cut -d',' -f2 "top-1m.csv" | while read -r domain; do | |
| nslookup "$domain" > /dev/null || echo "$domain" | |
| done |
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
| " The hell that is my vimrc | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| "powerline | |
| "set rtp+=/home/pnappa/.local/lib/python3.5/site-packages/powerline/bindings/vim/ | |
| "set laststatus=2 | |
| " fzf |
NewerOlder