I hereby claim:
- I am imiric on github.
- I am imiric (https://keybase.io/imiric) on keybase.
- I have a public key ASD11K4D060gWrXzD5Pcz3FdTmJL1ebtVfsOmIlEUtOK8go
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "net" | |
| "os" | |
| "time" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # This replicates xclip functionality used by pass in Cygwin/MSYS2 | |
| # Original author: https://tylor.io/2015/07/13/password-manager/ | |
| while [[ $# > 0 ]] | |
| do | |
| key="$1" | |
| case $key in | |
| -o|-out) |
| # -*- sh -*- | |
| # | |
| # Original plugin: https://gist.github.com/vvicaretti/cb4b2e27dadaf458eb3bc4ac215cf5fd | |
| # Changes: | |
| # - Made lookup case-insensitive | |
| # | |
| # [Pass](https://www.passwordstore.org/) | |
| # the standard unix password manager | |
| # [zaw](https://github.com/zsh-users/zaw) | |
| # zsh anything.el-like widget |
| Verifying that "imiric.id" is my Blockstack ID. https://onename.com/imiric |
| #!/bin/bash | |
| # Main credit goes to joostrijneveld on github: | |
| # Ref: https://gist.github.com/joostrijneveld/59ab61faa21910c8434c | |
| # adopted to "I want to have a pdf with a textual AND QR key to directly | |
| # print it and put it in the bank safe" needs by Jan Stuehler, | |
| # 2015-10-05. | |
| if [ $# -lt 2 ] | |
| then | |
| echo "Please specify [Key ID] and an arbitrary [Name]" |
| /** Tomorrow Night Global theme https://github.com/chriskempson/vim-tomorrow-theme adapted from Solarized Dark Everywhere. | |
| * | |
| * thttps://userstyles.org/styles/118481/tomorrow-night-global | |
| * by Hafiz Shafruddin @ gmhafiz | |
| * update 2015 Sep 16 | |
| * | |
| */ | |
| @namespace url(http://www.w3.org/1999/xhtml); |
| # -*- coding: utf-8 -*- | |
| # Author: Douglas Creager <dcreager@dcreager.net> | |
| # This file is placed into the public domain. | |
| # Calculates the current version number. If possible, this is the | |
| # output of “git describe”, modified to conform to the versioning | |
| # scheme that setuptools uses. If “git describe” returns an error | |
| # (most likely because we're in an unpacked copy of a release tarball, | |
| # rather than in a git working copy), then we fall back on reading the | |
| # contents of the RELEASE-VERSION file. |
| #!/bin/bash | |
| # Hosted Zone ID e.g. BJBK35SKMM9OE | |
| ZONEID="enter zone id here" | |
| # The CNAME you want to update e.g. hello.example.com | |
| RECORDSET="enter cname here" | |
| # More advanced options below | |
| # The Time-To-Live of this recordset |
| " .vimrc | |
| " See: http://vimdoc.sourceforge.net/htmldoc/options.html for details | |
| " For multi-byte character support (CJK support, for example): | |
| set fileencodings=ucs-bom,utf-8,cp936,big5,euc-jp,euc-kr,gb18030,latin1 | |
| set nocompatible " be iMproved | |
| set nocompatible " be iMproved | |
| set pastetoggle=<F2> |