From 274290aa8f2812b3ee259cba453d92389d8569e5 Mon Sep 17 00:00:00 2001 From: kou029w Date: Tue, 28 Aug 2012 22:46:51 +0900 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ {c => cpp}/profile.c | 0 javascript/deffftp.html | 41 +++++++++++++++++++++++++++++++++++ powershell/date.bat | 3 +++ powershell/date.ps1 | Bin 0 -> 352 bytes powershell/serialmonitor.ps1 | Bin 0 -> 1188 bytes shellscript/jtalk2.sh | 15 +++++++++++++ 7 files changed, 64 insertions(+) create mode 100644 README.md rename {c => cpp}/profile.c (100%) create mode 100644 javascript/deffftp.html create mode 100644 powershell/date.bat create mode 100644 powershell/date.ps1 create mode 100644 powershell/serialmonitor.ps1 create mode 100644 shellscript/jtalk2.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..e564591 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +ライセンス +-------- +©2012 [@kou029w](http://twitter.com/kou029w) - [MIT license][MIT] + +[MIT]: http://kou029w.appspot.com/mit-license.txt \ No newline at end of file diff --git a/c/profile.c b/cpp/profile.c similarity index 100% rename from c/profile.c rename to cpp/profile.c diff --git a/javascript/deffftp.html b/javascript/deffftp.html new file mode 100644 index 0000000..b86c88f --- /dev/null +++ b/javascript/deffftp.html @@ -0,0 +1,41 @@ + + +FFFTPパスワード解読 + +

FFFTPパスワード解読

+ffftp.iniに書かれたパスワードを解読します。 +
+ + + +
+ \ No newline at end of file diff --git a/powershell/date.bat b/powershell/date.bat new file mode 100644 index 0000000..d2c2f83 --- /dev/null +++ b/powershell/date.bat @@ -0,0 +1,3 @@ +@echo off +set s=%0 +(more %s:bat=ps1% & echo;) | powershell -command - \ No newline at end of file diff --git a/powershell/date.ps1 b/powershell/date.ps1 new file mode 100644 index 0000000000000000000000000000000000000000..2628f22ac153defb92f83e0204c9a54381fc51a4 GIT binary patch literal 352 zcmZvWK}y3w7=_!%XD;RQQM%e%W literal 0 HcmV?d00001 diff --git a/powershell/serialmonitor.ps1 b/powershell/serialmonitor.ps1 new file mode 100644 index 0000000000000000000000000000000000000000..8a761c9bc648017b9227b2e07d57b978438ea7d6 GIT binary patch literal 1188 zcmcIkOG?8~6g^|XJ%pG+3mW1?bl{-23Zk}R3l1f1qel8Osism2jyn<;;11k}n{X$h zp8H;2+XN{(kdWr)=AQdG_q=|6uE9bXHJsqx`|#epXYY0T=&fP}4ldD0gf1g?dG`Q??|)Anb0!}H_OWbkqnE$-ZS!JC~ " line; do + if [ "$line" = "" ]; then + line="`sed -n ${ln}p talk.txt`" + ((ln++)) + fi + echo "$line" + say "$line" +done \ No newline at end of file