Skip to content

Instantly share code, notes, and snippets.

View tmd45's full-sized avatar

Yoko TAMADA tmd45

View GitHub Profile
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "awscli"
brew "ccat"
brew "circleci"
brew "colordiff"
brew "direnv"
brew "ghq"
@tmd45
tmd45 / brew_list.txt
Created July 1, 2020 15:19
Installed homebrew packages
$ brew list
autoconf git libtiff openssl@1.1 reattach-to-user-namespace utf8proc
awscli go libyaml pcre ruby webp
ccat heroku lua pcre2 ruby-build xz
circleci heroku-node macvim peco sqlite yarn
colordiff hub ncurses pkg-config telnet zsh
cscope icu4c node pwgen tfenv zsh-autosuggestions
direnv
@tmd45
tmd45 / 2012-doukaku-online.md
Last active May 22, 2020 09:10
LL Decade の「君ならどう書く Online」の問題文。Web の海に消えてたので Archive からサルベージした

※元のURL: http://ll.jus.or.jp/2012/doukaku-online-main.html

君ならどう書く Online 問題文

ミッション:LLNOCチーム内で使われている暗号を解読するツールを好きな言語を用いて作成して欲しい

LL Decadeの無線LANを提供しているLLNOCチームでは、真に重要な情報を伝える場合、その情報が暗号であることを隠すため、IPアドレスやMACアドレスを用いて情報をやり取りする。IPアドレスやMACアドレスを並べただけであれば、ネットワークを扱うNOCチームなら疑われることなく送受信できる。

LLNOCチームが利用している暗号方式

@tmd45
tmd45 / hoge.adoc
Last active September 19, 2019 05:52
AsciiDoc おためし

見出し1

見出し2

見出し3

これは強調(太字)

こっちは強調(斜体)

@tmd45
tmd45 / sandbox.md
Created August 31, 2018 10:45
Markdown to HTML to View

仕様変更があったのでコードを修正しました。

修正内容

  • 本文の文字サイズを大きくする
  • アイコンのまわりに余白を追加する

確認方法

@tmd45
tmd45 / ignore
Last active May 10, 2018 08:48
.config/git/ignore
*.swp
*.tmp
*.work
.AppleDouble
.DS_Store
.LSOverride
.Spotlight-V100
.Trashes
.env
.env.*
@tmd45
tmd45 / font-face-entypo.css
Last active May 3, 2018 14:39
Using ’Entypo’ Web Fonts
/* Local Web Fonts Loaded */
/* DIRECTORY:
* assets
* |-- css
* | `-- this CSS
* `-- fonts
* `-- font-files.*
*/
/* Entypo Web Fonts */
@tmd45
tmd45 / gist:5882188
Created June 28, 2013 03:02
Gist で Todo が作れると聞いて(遅) https://github.com/blog/1542-task-lists-in-gist
  • 牛乳を買う
  • 卵を買う
  • 食パン(6枚切り)を買う
  • フライパンを買う
  • ボールを買う
  • フレンチトーストを作る
  • フレンチトーストを食べる
  • そんなことよりおうどん食べたい
@tmd45
tmd45 / classify_gcp_payments.rb
Created August 22, 2017 03:21
Separate GCP billing by project
require 'rake'
require 'csv'
#
# Usage:
#
# Need files(.csv) in same folder "junk".
#
# $ ruby junk/classify_gcp_payments.rb project-name
#
function myFunction() {
var email = 'xxxxx'
var token = 'xxxxx'
var inEventEmoji = ':date:'
var noEventEmoji = ':globe_with_meridians:'
var notWorking = ':house:'
var ima = new Imananishiton(email, token, inEventEmoji, noEventEmoji, notWorking)
ima.nanishiton()
}