Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim |
bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript |
tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript |
Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP |
Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux |
Bash > ランダムなバイナリファイル生成
bin-rand.bash
|
|
48バイトのバイナリ生成
$ source bin-rand.bash 48 > hoge.bin$ od -tx1 -An -v hoge.bin
d5 e6 86 ae 3e fa 57 e3 dc 4b be d3 10 81 9b e8
f7 47 e7 5b 8a 71 c5 3e ac 7f 8d 3f 92 c9 fd b2
d4 87 c5 4c b5 9f 91 d9 86 24 3a a1 e6 2c 2f db
$