I hereby claim:
- I am adam000 on github.
- I am adam_0 (https://keybase.io/adam_0) on keybase.
- I have a public key whose fingerprint is 9C68 2F61 E3FE 7EF4 C179 9FA3 7C78 905F 5897 D6C9
To claim this, I am signing this object:
| Size 13 bold Trajan Pro | |
| ## Non-Kingdom / Non-Supply Cards (I keep these in their own collection, not alphabetized like the rest) | |
| Copper | |
| Silver | |
| Gold | |
| Platinum | |
| Estate | |
| Duchy |
| #!/bin/bash | |
| SAVEIFS=$IFS | |
| IFS=$(echo -en "\n\b") | |
| WINHOME="/mnt/c/Users/atg" | |
| NPROCS=10 | |
| # NOTE: nothing in the ls arg can have spaces or this doesn't work | |
| ls $WINHOME/Documents/Overwatch/videos/overwatch/*.mp4 | xargs -n 1 -l -P $NPROCS -i{} bash -c 'ffmpeg -hide_banner -loglevel debug -ss 00:00:04.800 -i "{}" -t 00:00:12.500 -c copy "/mnt/f/Shortened OW Highlights/$(basename "{}")" && rm "{}"' |
| package main | |
| import ( | |
| "io/ioutil" | |
| "log" | |
| "myGame/replay" | |
| ) | |
| func main() { |
| package main | |
| // #cgo pkg-config: lua | |
| /* | |
| #cgo pkg-config: lua | |
| #include "lua.h" | |
| #include "lauxlib.h" | |
| #include "lualib.h" | |
| int my_luaL_loadbuffer(lua_State* L, const char* s, size_t sz, const char* m) { |
| // :execute "normal" "mAj^W\"nyEW\"ayEW\"byEk" | execute "normal" @n . "k" | execute ".,.+" . @n . "s/" . @a . "/" . @b | execute "normal" "'A" | |
| // 25 FooApi BarApi | |
| // Explanation: | |
| // mark line as A mA | |
| // down one line j | |
| // beginning of content ^ | |
| // next Word W | |
| // Copy Word to n, continue \"nyEW |
| package main | |
| // #cgo pkg-config: lua | |
| /* | |
| #include "lua.h" | |
| #include "lauxlib.h" | |
| #include "lualib.h" | |
| #include <string.h> | |
| #include <stdio.h> |
| # Even easier than making a function and subshells and all of that, just set the values in your RC! Other things that use | |
| # TERMCAP can now take advantage of these values. | |
| export LESS_TERMCAP_md=$'\e[1;31m' | |
| export LESS_TERMCAP_me=$'\e[0m' | |
| export LESS_TERMCAP_se=$'\e[0m' | |
| export LESS_TERMCAP_so=$'\e[1;36m' | |
| export LESS_TERMCAP_ue=$'\e[0m' | |
| export LESS_TERMCAP_us=$'\e[4;32m' |
| <?php | |
| class base { | |
| static function whoami_static() { | |
| echo('__CLASS__: ' . __CLASS__ . "\n"); | |
| echo('get_class(): ' . get_class() . "\n"); | |
| echo('get_called_class(): ' . get_called_class() . "\n"); | |
| echo('static::class: ' . static::class . "\n"); | |
| } |
| package main | |
| const ( | |
| sshKey string = "/Users/myuser/.ssh/id_rsa_mykey" | |
| hostname string = "myhost.com" | |
| ) |
I hereby claim:
To claim this, I am signing this object: