I hereby claim:
- I am robopuff on github.
- I am robopuff (https://keybase.io/robopuff) on keybase.
- I have a public key whose fingerprint is 191D A92D CA65 78D9 237D 7BFF 4783 BCC1 2534 8A54
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import os | |
import re | |
import argparse | |
import fnmatch | |
def find_codeowners_file(base_path): | |
for root, dirs, files in os.walk(base_path): | |
# Check only the first level of directories |
package main | |
import ( | |
"flag" | |
"fmt" | |
"image" | |
"image/color" | |
_ "image/gif" | |
_ "image/jpeg" | |
_ "image/png" |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env php | |
<?php | |
define('VERSION', '1.0.24'); | |
define('DEFAULT_PIXEL', "\xE2\x96\x84"); | |
define('RC', "\e[0m"); | |
define('RCNL', RC . PHP_EOL); | |
define('CURRENT_FILE', array_shift($argv)); | |
error_reporting(0); |