Skip to content

Instantly share code, notes, and snippets.

View p-chan's full-sized avatar
:octocat:
Be Internetable

P-Chan p-chan

:octocat:
Be Internetable
View GitHub Profile

[WIP] @potato4d 伝説まとめ

完全身内ネタ。

@potato4dとか言う、社会不適合者(褒め言葉)の伝説まとめ。

  • 偏差値がハイフン
  • 漢は黙ってjQueryではてブおもしろカテ1位を獲得
  • なお本人はかなり漢らしくない模様
  • マクドナルドのバイトに落ちる
@p-chan
p-chan / my-commit-message-guideline.md
Last active June 8, 2019 13:26
俺的コミットメッセージガイドライン

俺的コミットメッセージガイドライン

TL;DR

  • 既にルールが存在する場合は、それに則る
  • 0 から始めるときは commitizen のフォーマットに則る(feat(scope): Add hoge みたいなやつ)
    • リポジトリが public な場合は、英語で書く
    • リポジトリが private な場合は、日本語を許容する

| 接頭辞 | 備考 |

@p-chan
p-chan / cloudSettings
Last active June 25, 2020 02:01
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-06-25T02:01:33.052Z","extensionVersion":"v3.4.3"}
@p-chan
p-chan / punchline.txt
Last active July 5, 2018 21:13
インターネット上等で見かけたパンチライン集
インターネット上等
@p-chan
p-chan / .osx
Last active March 10, 2018 21:37
macOS Settings
defaults write com.apple.screencapture location ~/Screenshots/
@p-chan
p-chan / 初任給.md
Last active May 4, 2017 12:14
初任給で買いたいもの
もの かね ひとこと
Nexus5x 35,000円くらい Android端末
HDMIセレクター 2,500円くらい 快適Switch環境に
タコ足 1,500円くらい 快適充電環境に
スピーカー 5,000円まで 快適Switch TVモード環境に
チャリ 30,000円まで 行動範囲拡大に
椅子 いくらでも 快適オタク環境に
甚平 5,000円まで 部屋着
@p-chan
p-chan / .editorconfig
Last active October 19, 2019 06:26
Initial commitを支える技術
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# build output
dist
# dependencies
node_modules
# log
npm-debug.log