Skip to content

Instantly share code, notes, and snippets.

View takano32's full-sized avatar
🌏

TAKANO Mitsuhiro takano32

🌏
View GitHub Profile
@takano32
takano32 / .gitignore
Last active January 30, 2019 02:33
Hatena Bookmark: `id:chatwork`
Gemfile.lock
/vendor/bundle
INTP型:問題を解決したがる
考えにふけってうわの空の大学教授を絵に描いたようなタイプがINTP型である。
頭の中でじっくり考える(I型)なので、N型の想像力がいろいろな可能性を思いつく。
客観的(T型)なので、その新しいデータを分析し、際限なく融通がきく(P型)ので、どんなデータもさっそく取り入れてしまう。
論文、図面、計画、企画、提案、理論などなんであろうと、こまごました情報を一つにまとめた完成図を作りあげようとするが、たえず新しいデータを発見するので、その完成図がどんどん膨らんでしまう。
その結果、考えや構想や計画がどんなに最終的なものに見えても、土壇場になって「新しいデータ」が手に入ると変えてしまうのである。
@takano32
takano32 / beer.lisp
Created September 23, 2018 23:11 — forked from elderica/beer.lisp
(in-package #:cl-user)
(defpackage #:beer
(:use #:common-lisp)
(:export #:verse #:sing))
(in-package #:beer)
;; [*endpoint-min*, *endpoint-max*] in notations for intervals.
(defparameter *endpoint-max* 99)
(defparameter *endpoint-min* 0)
@takano32
takano32 / at_coder.rb
Created September 10, 2018 06:16
AtCoder のサンプルコード
#!/usr/bin/env ruby
#
# AtCoder の環境では '--disable-gems' で Ruby が起動
def at_coder?
not defined? Gem
end
# ローカルでは MiniTest でテストが走るようにする
@takano32
takano32 / a.rb
Last active August 22, 2018 04:06
AtCoder - practice 1
#!/usr/bin/env ruby
#
# AtCoder の環境では '--disable-gems'
def at_coder?
not defined? Gem
end
# AtCoder では MiniTest が消されている
@takano32
takano32 / gist:2420348
Created April 19, 2012 11:24
VALUE DOMAIN のサポートはこんなもんだった
○カテゴリー ドメイン - DNS
○題名 名前解決されない
○メールアドレス takano32@gmail.com
○URL/ドメイン no32.tk
○作成日時 2012-03-30 18:20:21
○更新日時 2012-04-25 16:27:34
○メッセージ内容  
$ dig no32.tk
で名前が引けない
remote:
remote: ========================================================================
remote:
remote: We are currently deploying GitLab EE 10.3.0-rc5.
remote: For status updates, please follow https://twitter.com/GitLabStatus
remote:
remote: ========================================================================
remote:
@takano32
takano32 / .zshrc
Created June 17, 2017 18:02
include oh-my-zsh in .zshrc
if [ -f "$HOME/.zshrc.oh-my-zsh" ]; then
DISABLE_AUTO_UPDATE="true"
. "$HOME/.zshrc.oh-my-zsh"
fi
takano32/public_html/tips/Ruby/mod.dir
takano32/public_html/tips/Ruby/hoge.rb
takano32/public_html/tips/Ruby/mod.pag
takano32/public_html/tips/Ruby/aftp.rb
takano32/public_html/tips/Ruby/count_thread.rb
takano32/public_html/tips/Ruby/here.rb
takano32/public_html/tips/Ruby/mod.db
takano32/public_html/tips/Ruby/times.rb
takano32/public_html/tips/Ruby/mtime.rb
takano32/public_html/tips/Ruby/ipconfig.rb
config/nim.cfg(42, 3) Hint: added path: '/Users/takano32/.nimble/pkgs/nimlz4-0.1.0' [Path]
config/nim.cfg(42, 3) Hint: added path: '/Users/takano32/.nimble/pkgs/nimsnappy-0.1.0' [Path]
config/nim.cfg(42, 3) Hint: added path: '/Users/takano32/.nimble/pkgs/' [Path]
config/nim.cfg(44, 5) Hint: added path: '/opt/nimble/pkgs/' [Path]
Hint: used config file '/usr/local/Cellar/nim/0.15.2/nim/config/nim.cfg' [Conf]
Hint: used config file '/Users/takano32/GitHub/spry/src/nim.cfg' [Conf]
Hint: used config file 'ide.nim.cfg' [Conf]
Hint: system [Processing]
Hint: ide [Processing]
Hint: spryvm [Processing]