Skip to content

Instantly share code, notes, and snippets.

View nefo-mi's full-sized avatar

Mitsuhide Nefo nefo-mi

View GitHub Profile
@nefo-mi
nefo-mi / gist:4373471
Created December 25, 2012 14:27
treeコマンドでクリスマスツリー
paste <(tree --charset=C |rev |awk '{printf "%50s\n", $0}'|sort) <(tree --charset=C|rev|awk '{printf "%50s\n", $0}'|sort|rev)|sed "s/[[:alnum:]]/`echo -e '\e[1;32m&\e[0m'`/g" |sed "s/[\|\`\-]/`echo -e '\e[1;33m&\e[0m'`/g"|sed "s/[\.,\_]/`echo -e '\e[1;35m☆\e[0m'`/g"
@nefo-mi
nefo-mi / mezamashi.sh
Last active December 17, 2015 21:19
全自動めざましじゃんけん
#! /bin/bash
curl -d 'signal=pon' 'localhost:4567'
sleep 3
curl -d 'signal=8ch' 'localhost:4567'
sleep 1
rand=`expr $RANDOM % 3`
if [ $rand -eq 0 ]; then
@nefo-mi
nefo-mi / xhago4.md
Last active December 18, 2015 04:59
xhago4のテーマ

eXtreme Hago 4(ゆぅーち) LT大会

沖縄のエンジニアを熱くたぎらせる夏の祭典 eXtreme HAGO 4(ゆぅーち) LT 大会 の開催をお知らせします。 みなさまの日頃のエンジニアライフをお話してみませんか?

発表するネタは自由です!

  • あなたが創るモノを知りたいです
  • あなたが創るコトをお伝えしませんか
  • あなたの技でみなさまを魅了していただけないでしょうか
@nefo-mi
nefo-mi / .cvimrc
Last active March 8, 2019 00:37
cvimrc
let locale = "jp"
let barposition = "bottom"
let hintcharacters = "asdfghjkl"
set noautofocus
set smoothscroll
unmap a,b,B,x
map b :buffer<Space>
map B :bookmarks<Space>
let qmark b = ["http://b.hatena.ne.jp"]
let qmark y = ["https://www.yahoo.co.jp/"]