Skip to content

Instantly share code, notes, and snippets.

@kazukgw
kazukgw / recreate_dotfiles_symlink.sh
Created February 5, 2017 05:35
~/Dropbox/dotfiles をsource に指定しているdotfilesのsymlink を GoogleDriveをsourceとして作成しなおす
@kazukgw
kazukgw / hoge.py
Created October 30, 2017 15:16
digdag-example
import digdag
class Hoge(object):
def hoge(self):
print digdag.env.params['hoge']
@kazukgw
kazukgw / download_book_list_button.js
Last active June 27, 2022 22:49
KindleCloudReaderで書籍一覧をjsonとして出力やつ
setTimeout(function(){
var $button =
$('<div id="__download_button" style="' +
' position: fixed;' +
' top: 5px;' +
' right: 200px;' +
' border-radius: 5px;' +
' background: gray;' +
' padding: 8px;' +
' border-top: 1px white solid;' +