Skip to content

Instantly share code, notes, and snippets.

View fivestar's full-sized avatar

Katsuhiro Ogawa fivestar

View GitHub Profile
@jiro
jiro / gist:17b7cf737e9e0aabf338
Last active August 25, 2016 05:55
WebエンジニアのためのiOSデバッグ速習会メモ@wantedly
@srid
srid / subcommand.go
Created October 24, 2012 22:52
golang simple subcommand parser
// A simple sub command parser based on the flag package
package subcommand
import (
"flag"
"fmt"
"os"
)
type subCommand interface {
#!/usr/bin/env ruby
#
# kansit
#
# Copyright (c) 2009 FURUHASHI Sadayuki
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell