Skip to content

Instantly share code, notes, and snippets.

View akameco's full-sized avatar

akameco akameco

  • Japan, Tokyo
View GitHub Profile
@akameco
akameco / readme.md
Last active November 27, 2019 06:56
給料

DWANGO Co., Ltd.

ボーナス年2回 給与2ヶ月分(1年目は1回)

2019 12

305,000/Month

2019 6

300,000/Month

2018 12

@akameco
akameco / times-export.md
Last active December 2, 2019 18:26
slackのtimesを雑にexportしておく

常にTwitterやブログとかにパブリックに発信していればいいのだけど、会社のtimesに書くこともある。 しかし、退職時にはそれが閲覧できなくなってしまう。それは損失なので発言を全てエクスポートしておく。

slack-history-exportを使うとログがjsonとして取得できる。 https://github.com/hisabimbola/slack-history-export

npx slack-history-export -t $SLACK_TOKEN -c times_akameco -f 'times_akameco.json'
@akameco
akameco / github-actions-badge.user.js
Created March 25, 2020 06:06
GitHub Actionsのページのバッジのurlを対象のアクションのページにする
// ==UserScript==
// @name add badge for action link
// @namespace https://github.com/akameco
// @version 0.1
// @description add badge for action link
// @author akameco (https://github.com/akameco)
// @match https://github.com/*/*/actions*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name pre-notranslate
// @namespace akameco.github.io
// @version 0.1
// @description Do not translate inside pre
// @author akameco
// @match *
// @grant none
// ==/UserScript==