I hereby claim:
- I am douglaswth on github.
- I am douglaswth (https://keybase.io/douglaswth) on keybase.
- I have a public key ASB9YluR_DPrWN5aU_q4_nvzlUD1J-R_tOs7BtRF5VU5zgo
To claim this, I am signing this object:
javascript:void(location.host = location.host.replace(/^(.+)\.nytimes\.com$/, function(_, p1) { return p1.replace('.', '-') + '-nytimes-com.sbpl.idm.oclc.org' })) |
I hereby claim:
To claim this, I am signing this object:
UTC: 2017-06-23 03:04
douglaswth/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Update report | USING AU NEXT VERSION
UTC: 2025-04-07 16:27
douglaswth/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
# Bash Logout | |
# | |
# Douglas Thrift | |
# | |
# .bash_logout | |
if [[ `< /proc/sys/kernel/osrelease` =~ Microsoft ]]; then | |
backgrounds=(`pgrep 'tmux|screen'`) | |
if [[ ${#backgrounds[@]} -ne 0 ]]; then | |
bashes=(`pgrep 'bash$'`) |
javascript:void(location.href=location.href.replace(new RegExp('^https?://farm.+\.static\.?flickr\.com/.+/(.+?)_.+(?:_[mstzbo])?\.(?:jpg|gif|png)$'), 'https://flickr.com/photo.gne?id=$1')) |
require "ffi" | |
module GetPass | |
extend FFI::Library | |
case RbConfig::CONFIG["host_os"] | |
when "cygwin" | |
ffi_lib "win1" | |
else | |
ffi_lib "libc" |