I hereby claim:
- I am codebytere on github.
- I am codebytere (https://keybase.io/codebytere) on keybase.
- I have a public key whose fingerprint is B9E2 F598 1AA6 E0CD 2816 0D9F F139 93A7 5599 653C
To claim this, I am signing this object:
| const imagenetClasses = { | |
| "0": ["n01440764", "tench"], | |
| "1": ["n01443537", "goldfish"], | |
| "2": ["n01484850", "great_white_shark"], | |
| "3": ["n01491361", "tiger_shark"], | |
| "4": ["n01494475", "hammerhead"], | |
| "5": ["n01496331", "electric_ray"], | |
| "6": ["n01498041", "stingray"], | |
| "7": ["n01514668", "cock"], | |
| "8": ["n01514859", "hen"], |
| const users = [ | |
| '@member_one', | |
| '@member_two', | |
| '@member_three', | |
| '@member_four', | |
| '@member_five' | |
| ]; | |
| const WEEKS = 52; | |
| const start = new Date(2019, 11, 09); |
| #include <napi.h> | |
| Napi::Value NoOp(const Napi::CallbackInfo &info) { | |
| return info.Env().Undefined(); | |
| } | |
| Napi::Promise DoAMacOSNativeThing(const Napi::CallbackInfo &info) { | |
| Napi::Env env = info.Env(); | |
| Napi::Promise::Deferred deferred = Napi::Promise::Deferred::New(env); | |
| Napi::ThreadSafeFunction ts_fn = |
| diff --git a/lib/git.zsh b/lib/git.zsh | |
| index 640561e..d7fafa1 100644 | |
| --- a/lib/git.zsh | |
| +++ b/lib/git.zsh | |
| @@ -17,7 +17,10 @@ function parse_git_dirty() { | |
| if [[ "$DISABLE_UNTRACKED_FILES_DIRTY" == "true" ]]; then | |
| FLAGS+='--untracked-files=no' | |
| fi | |
| - STATUS=$(command git status ${FLAGS} 2> /dev/null | tail -n1) | |
| + if [[ "$(pwd)" != *"/Users/codebytere/Developer/electron-gn/src"* && |
I hereby claim:
To claim this, I am signing this object: