├── .gitignore ├── C_SRC ├── MAKE.sh ├── getfilets.c ├── getftimes.c ├── herewego.c ├── linets.c ├── oobleck.c ├── ptw.c ├── qvalve.c ├── relval.c ├── sleep.c ├── tscat.c ├── tshead.c.tmp ├── tshead0.c.tmp ├── typeliner.c ├── valve.c └── waitill.c ├── README.md ├── base64 ├── domedit.tmp ├── enumdate ├── exflock ├── fsed ├── greo ├── gres ├── gzpipe ├── hira2kata ├── is_furigana ├── kata2hira ├── mime-make ├── mkcgipost ├── mkcookie ├── mkstemp ├── mktemp ├── name-cgi ├── pcllock ├── pexlock ├── pshlock ├── punlock ├── rev ├── sendjpmail ├── sendjpmail.old ├── sendu8mail ├── seq ├── sessionf ├── sigamp ├── tarize ├── truncate ├── unescoct ├── urldecode ├── urlencode ├── utconv ├── utf8wc └── zpipe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /C_SRC/MAKE.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/MAKE.sh -------------------------------------------------------------------------------- /C_SRC/getfilets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/getfilets.c -------------------------------------------------------------------------------- /C_SRC/getftimes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/getftimes.c -------------------------------------------------------------------------------- /C_SRC/herewego.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/herewego.c -------------------------------------------------------------------------------- /C_SRC/linets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/linets.c -------------------------------------------------------------------------------- /C_SRC/oobleck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/oobleck.c -------------------------------------------------------------------------------- /C_SRC/ptw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/ptw.c -------------------------------------------------------------------------------- /C_SRC/qvalve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/qvalve.c -------------------------------------------------------------------------------- /C_SRC/relval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/relval.c -------------------------------------------------------------------------------- /C_SRC/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/sleep.c -------------------------------------------------------------------------------- /C_SRC/tscat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/tscat.c -------------------------------------------------------------------------------- /C_SRC/tshead.c.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/tshead.c.tmp -------------------------------------------------------------------------------- /C_SRC/tshead0.c.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/tshead0.c.tmp -------------------------------------------------------------------------------- /C_SRC/typeliner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/typeliner.c -------------------------------------------------------------------------------- /C_SRC/valve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/valve.c -------------------------------------------------------------------------------- /C_SRC/waitill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/C_SRC/waitill.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/README.md -------------------------------------------------------------------------------- /base64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/base64 -------------------------------------------------------------------------------- /domedit.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/domedit.tmp -------------------------------------------------------------------------------- /enumdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/enumdate -------------------------------------------------------------------------------- /exflock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/exflock -------------------------------------------------------------------------------- /fsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/fsed -------------------------------------------------------------------------------- /greo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/greo -------------------------------------------------------------------------------- /gres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/gres -------------------------------------------------------------------------------- /gzpipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/gzpipe -------------------------------------------------------------------------------- /hira2kata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/hira2kata -------------------------------------------------------------------------------- /is_furigana: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/is_furigana -------------------------------------------------------------------------------- /kata2hira: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/kata2hira -------------------------------------------------------------------------------- /mime-make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/mime-make -------------------------------------------------------------------------------- /mkcgipost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/mkcgipost -------------------------------------------------------------------------------- /mkcookie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/mkcookie -------------------------------------------------------------------------------- /mkstemp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/mkstemp -------------------------------------------------------------------------------- /mktemp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/mktemp -------------------------------------------------------------------------------- /name-cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/name-cgi -------------------------------------------------------------------------------- /pcllock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/pcllock -------------------------------------------------------------------------------- /pexlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/pexlock -------------------------------------------------------------------------------- /pshlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/pshlock -------------------------------------------------------------------------------- /punlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/punlock -------------------------------------------------------------------------------- /rev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/rev -------------------------------------------------------------------------------- /sendjpmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/sendjpmail -------------------------------------------------------------------------------- /sendjpmail.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/sendjpmail.old -------------------------------------------------------------------------------- /sendu8mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/sendu8mail -------------------------------------------------------------------------------- /seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/seq -------------------------------------------------------------------------------- /sessionf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/sessionf -------------------------------------------------------------------------------- /sigamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/sigamp -------------------------------------------------------------------------------- /tarize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/tarize -------------------------------------------------------------------------------- /truncate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/truncate -------------------------------------------------------------------------------- /unescoct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/unescoct -------------------------------------------------------------------------------- /urldecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/urldecode -------------------------------------------------------------------------------- /urlencode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/urlencode -------------------------------------------------------------------------------- /utconv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/utconv -------------------------------------------------------------------------------- /utf8wc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/utf8wc -------------------------------------------------------------------------------- /zpipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellShoccar-jpn/misc-tools/HEAD/zpipe --------------------------------------------------------------------------------