Skip to content

Instantly share code, notes, and snippets.

@yonchu
yonchu / color256.sh
Created October 18, 2012 19:10
zsh/bashで256色のカラーパレットを表示
#!/bin/sh
#
# 256色のカラーパレットを表示する
# bash と zsh にて実行可能
#
target_shell=$1
if [ -z "$1" ]; then
target_shell=$(basename "$SHELL")
@yohhoy
yohhoy / oledd.c
Created July 5, 2012 12:17
OLE Drag & Drop sample code
/*
* OLE Drag and Drop module
*
* Copyright(c) 2001 yoh(yohhoy)
*/
#define STRICT
#define NONAMELESSUNION
#define COBJMACROS
#include <windows.h>
#include "oledd.h"
@tokkonopapa
tokkonopapa / Basic-Structure
Created December 29, 2011 05:43
jekyllに必要な最小ファイル群
.
├─ _layouts
│ └─ default.html
├─ css
│ └─ styles.css
└─ index.md