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 / 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()
}
@tmd45
tmd45 / .vimrc
Created April 23, 2017 04:54
vimrc for server
set nocompatible
sy on
set hidden
set autoread
set autoindent
set expandtab
set list
set listchars=eol:$,tab:^\ ,extends:>,precedes:<
@tmd45
tmd45 / onthisday.sh
Created February 3, 2016 04:01
Qiita:Team で一年前の投稿を検索表示する。nkf コマンド必要
#!/bin/sh -e
echo "NOTE: I need command nkf. please 'brew install nkf'."
echo "NOTE: I'll open a result in browser."
echo ""
printf "Your Qiita:Team? (only subdomain) : "
read subdomain
printf "Who are you? : "
read userid