Skip to content

Instantly share code, notes, and snippets.

View pnsk's full-sized avatar
🏠
Working from home

Junko Suzuki pnsk

🏠
Working from home
View GitHub Profile
@teppeis
teppeis / tenkaichi-git.md
Last active April 29, 2023 14:58
天下一gitconfig大会

天下一gitconfig大会(サイボウズ社内git勉強会@2012/11/20)の@teppeisの資料です。

ぎっとぎとにしてやんよ

DojoCat

  • gistでmarkdown書いたらbookmarkletでプレゼンになるよ。
@elyzion
elyzion / echo.rs
Last active August 29, 2015 13:56
A very simple echo server.
//! A simplistic echo server that allows client to exit using the quit command.
#![crate_id = "echo:0.1pre"]
#![feature(phase)]
#[phase(plugin, link)] extern crate log;
use std::io::{Listener, Acceptor, BufferedStream};
use std::io::net::tcp::TcpListener;
@doublemarket
doublemarket / abbreviations.csv
Last active June 27, 2024 06:27
チャットなどで使われる略語、間投詞
略語 展開した文 日本語
afa as far as 〜の限り
afaict as far as I can tell 私の言える範囲だと
afaik as far as I know 私の知っている限り
afk away from keyboard 離席中、離席します
aiui as I understand it 私の理解では
ama ask me anything 何でも聞いて
atm at the moment, at this moment 今の所
awol absent without leave 無断欠勤
bbl be back later また戻ります