mitty [Sun, 10 Mar 2013 09:53:02 +0000 (09:53 +0000)]
 
 * download files with LWP::UserAgent
 * filename from Content-Disposition and decode with selected coding
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@202 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 8 Mar 2013 03:43:46 +0000 (03:43 +0000)]
 
 * add double quote to hexcmp arguments
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@201 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 7 Mar 2013 16:14:51 +0000 (16:14 +0000)]
 
 * add function hexcmp: compare two binary files and show differences
  * code from http://superuser.com/questions/125376/how-do-i-compare-binary-files-in-linux
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@200 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 17:18:36 +0000 (17:18 +0000)]
 
 * fix: convert non Shift_JIS character only
  * skip needless convert (such as U+8C37 -> U+7A40)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@199 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 16:57:12 +0000 (16:57 +0000)]
 
 * find file or directory that name contains Simplified Chinese characters
 * output how to convert them to Japanese Shinjitai
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@198 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 16:38:41 +0000 (16:38 +0000)]
 
 * output string contains numeric character references
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@197 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 15:16:00 +0000 (15:16 +0000)]
 
 * output composed string
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@196 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 11:03:09 +0000 (11:03 +0000)]
 
 * add "#" to STDERR output
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@195 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 11:01:38 +0000 (11:01 +0000)]
 
 * remove needless export of NFKC
 * change order of decode() and remove needless binmode
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@194 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 25 Jan 2013 09:26:26 +0000 (09:26 +0000)]
 
 * fix: previous procedure skips files such as '...'
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@193 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 15:11:26 +0000 (15:11 +0000)]
 
 * fix: use Encode to correctly handle utf9 file or directory name
 * NFKC replaces much more than expected
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@192 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 14:16:54 +0000 (14:16 +0000)]
 
 * remove obsolete pragma "use encoding 'utf-8';"
  * see http://blog.livedoor.jp/dankogai/archives/
51221731.html
 * set binmode to STDOUT
  * see http://blog.livedoor.jp/dankogai/archives/
51031595.html
 * see also http://perl-users.jp/articles/advent-calendar/2011/casual/2
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@191 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 13:32:47 +0000 (13:32 +0000)]
 
 * replace Unicode::Japanese with Encode
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@190 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 12:17:01 +0000 (12:17 +0000)]
 
 * find file or directory that name contains non sjis character
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@189 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 12:06:25 +0000 (12:06 +0000)]
 
 * change function name to reuse code easily
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@188 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 06:48:36 +0000 (06:48 +0000)]
 
 * find file or directory that name can be combinable by NFC/NFKC
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@187 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 24 Jan 2013 05:18:07 +0000 (05:18 +0000)]
 
 * this script reads url list from file and gets content, then outputs page title
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@186 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 3 Jan 2013 15:50:31 +0000 (15:50 +0000)]
 
 * output matched pattern with "/PATTERN/"
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@185 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 3 Jan 2013 15:33:44 +0000 (15:33 +0000)]
 
 * read text file/stdin and check each line with multiple regex
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@184 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 9 Dec 2012 23:36:25 +0000 (23:36 +0000)]
 
 * show no untracked file
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@183 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 20 Nov 2012 07:00:17 +0000 (07:00 +0000)]
 
 * change "git ci"
  * verbose: show unified diff
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@182 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 18 Nov 2012 12:54:44 +0000 (12:54 +0000)]
 
 * change 'uno' command to 'st'
  * "git status -uno" is mostly used
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@181 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 18 Nov 2012 12:46:29 +0000 (12:46 +0000)]
 
 * fix typo
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@180 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 18 Nov 2012 12:45:50 +0000 (12:45 +0000)]
 
 * add command: ca
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@179 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 18 Nov 2012 12:37:16 +0000 (12:37 +0000)]
 
 * add command and sort them
  * ls, nm, uno
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@178 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 16 Nov 2012 20:58:30 +0000 (20:58 +0000)]
 
 * dcommit with mergeinfo on git-svn
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@177 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 20 Oct 2012 20:30:02 +0000 (20:30 +0000)]
 
 * prompt before overwrite on mv/cp
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@176 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 5 Oct 2012 04:58:26 +0000 (04:58 +0000)]
 
 * crlf -> lf
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@173 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 4 Oct 2012 09:52:12 +0000 (09:52 +0000)]
 
 * #55
 * fix: when dir1/target and dir2/target both exist but file type differ, only output dir1 and dir2 (drop ./target information)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@172 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 4 Oct 2012 09:47:28 +0000 (09:47 +0000)]
 
 * #55
 * recursively exec cmpdir script in cmpdir
  * cmpdir dir1 dir2 target -> check dir1/target dir2/target and then cmp dir1/target dir2/target
 * almost finished
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@171 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 4 Oct 2012 09:05:56 +0000 (09:05 +0000)]
 
 * about #55
 * find -> sort -> uniq -> xargs -> cmp
 * don't check existence of path
 * don't check path is regular file or directory
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@170 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 1 Oct 2012 13:18:36 +0000 (13:18 +0000)]
 
 * add alias for screen
  * Run screen in UTF-8 mode.
  * attempts to resume the youngest detached screen session or starts new session
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@169 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Wed, 26 Sep 2012 05:11:35 +0000 (05:11 +0000)]
 
 * Ubuntu 12.10 (quantal) beta does not set $BASH_COMPLETION_DIR
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@168 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 23 Sep 2012 05:32:56 +0000 (05:32 +0000)]
 
 * add count => 200 parameter to request
 * mentions function still only return 50 tweets
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@167 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 23 Sep 2012 03:58:48 +0000 (03:58 +0000)]
 
 * add legacy_lists_api => 0 to new()
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@166 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 23 Sep 2012 03:40:42 +0000 (03:40 +0000)]
 
 * fix search query does not return user/screen_name and user/name
 * use from_user and from_user_name instead
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@165 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 23 Sep 2012 03:29:03 +0000 (03:29 +0000)]
 
 * add search command
 * load search keyword from config.yaml and do OR search
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@164 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 22 Sep 2012 09:30:00 +0000 (09:30 +0000)]
 
 * pdf uploaded to slideshare.net/mittyorz/tcp-connection
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@163 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 22 Sep 2012 05:24:05 +0000 (05:24 +0000)]
 
 * LT presentation for Kernel/VM@tkb
 * work in progress
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@162 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 16 Sep 2012 06:58:50 +0000 (06:58 +0000)]
 
 * add svnst command as bash function
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@160 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Sep 2012 08:20:12 +0000 (08:20 +0000)]
 
 * add three entries
  * KNOPPIX 6.7.1 CD JAPANESE (text mode vga)
  * Debian testing (x86_64) installer
  * Ubuntu 12.10 (x86_64) beta installer
  * Multi Boot Manager R0.39
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@159 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 31 Aug 2012 04:58:54 +0000 (04:58 +0000)]
 
 * add link for slideshare
 * ustream: http://www.ustream.tv/channel/fluentd-meetup-in-japan
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@158 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 31 Aug 2012 04:46:01 +0000 (04:46 +0000)]
 
 * memo for Fluentd meetup in Japan #2
 * http://www.zusaar.com/event/355006
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@157 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 27 Aug 2012 23:37:44 +0000 (23:37 +0000)]
 
 * add .gitconfig to set default for git
  * refer: http://blog.asial.co.jp/845
 * remove default settings from .bashrc they already exist in the original .bashrc
 * fix LESS variable
  * git log command uses escape sequences
  * original LESS variable of less which was forked by git log is LESS=FRSX
 * add __git_ps1 to shell prompt
  * original PS1 is '${debian_chroot:+($debian_chroot)}\u@\h:\w\$'
  * refer: http://d.hatena.ne.jp/deeeki/
20110402/git_branch_ps1
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@156 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 7 Jul 2012 06:30:56 +0000 (06:30 +0000)]
 
 * memo for tsukuba.pm #2
 * http://atnd.org/events/29822
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@155 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 17:04:30 +0000 (17:04 +0000)]
 
 * utvpn binary for mips-openwrt-linux
  * OpenWrt-Toolchain-ar71xx-for-mips_r2-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
  * libiconv-1.14.tar.gz
  * zlib-1.2.7.tar.gz
  * openssl-1.0.1c.tar.gz
  * ncurses-5.9.tar.gz
  * readline-5.2.013.tar.gz, readline52-014
 * see wiki:TipAndDoc/Linux/OpenWRT/CrossCompile#utvpn for details
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@154 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 16:31:10 +0000 (16:31 +0000)]
 
 * add Makefile for mips-openwrt-linux
 * fix declaration of iconv for mips-openwrt-linux
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@153 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 16:23:29 +0000 (16:23 +0000)]
 
 * no modification is neededs
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@152 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 16:10:05 +0000 (16:10 +0000)]
 
 * no modification is needed
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@151 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 15:46:09 +0000 (15:46 +0000)]
 
 * no modification is needed
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@150 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 15:37:44 +0000 (15:37 +0000)]
 
 * zlib-1.2.7$ ./configure --prefix=$STAGING_DIR
  * $STAGING_DIR: /home/mitty/OpenWrt-Toolchain-ar71xx-for-mips_r2-gcc-4.6-linaro_uClibc-0.9.33.2/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@149 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 21 Jun 2012 15:30:29 +0000 (15:30 +0000)]
 
 * mkdir for required libraries and their original Makefiles
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@148 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 15 Jun 2012 04:44:00 +0000 (04:44 +0000)]
 
 * copy vendor drop to trunk
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@147 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 26 May 2012 07:14:28 +0000 (07:14 +0000)]
 
 * add entry Ubuntu Desktop JAPANESE Remix CD
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@145 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 19 May 2012 01:16:33 +0000 (01:16 +0000)]
 
 * replace outdated coding style
 * || -> or
 * open with bare word file handle
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@144 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 14 May 2012 07:36:06 +0000 (07:36 +0000)]
 
 * set txt file to ignore
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@143 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 14 May 2012 07:34:26 +0000 (07:34 +0000)]
 
 * added by mistake
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@142 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 5 May 2012 17:59:31 +0000 (17:59 +0000)]
 
 * update isos, images
 * add Ubuntu 12.04, remove 11.10
 * boot FreeDOS directly from images, not from loopback iso
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@141 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 5 May 2012 17:03:53 +0000 (17:03 +0000)]
 
 * multiple boot entry for GRUB2
 * knoppix, memtest, debian/ubuntu installer, etc...
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@140 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 22 Apr 2012 11:04:17 +0000 (11:04 +0000)]
 
 * memo for 7th Kernel/VM expedition
 * http://atnd.org/event/
E0004979/0
 * streaming at http://live.streamingmedia.jp/kernelvm/
 * togetter at http://togetter.com/li/291559
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@139 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 17 Apr 2012 10:37:12 +0000 (10:37 +0000)]
 
 * change CPU configuration
  * Model: Nehalem
  * [Copy host CPU configuration]
 * see attachment:vmware-virt-manager-kvm.png:wiki:TipAndDoc/VM/VMonVM
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@138 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 17 Apr 2012 10:33:05 +0000 (10:33 +0000)]
 
 * new VM with virt-manager on Fedora 16 x86_64
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@137 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 12 Apr 2012 08:05:25 +0000 (08:05 +0000)]
 
 * parse .torrent file and print tag separated list of
{{{
torrent filename \t torrent name \t files
}}}
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@136 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 10 Apr 2012 15:47:14 +0000 (15:47 +0000)]
 
 * parse .torrent file and print list of files
 * this script couldn't many .torrent file because of Convert::Bencode bugs like below
{{{
Use of uninitialized value $item in string eq at Perl/site/lib/Convert/Bencode.pm line 127.
Use of uninitialized value $item in string eq at Perl/site/lib/Convert/Bencode.pm line 138.
Use of uninitialized value $item in string eq at Perl/site/lib/Convert/Bencode.pm line 148.
}}}
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@135 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Wed, 4 Apr 2012 15:41:43 +0000 (15:41 +0000)]
 
 * add new alias for rm -> rm -v
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@134 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 27 Mar 2012 20:50:38 +0000 (20:50 +0000)]
 
 * remove <script> tags from HTML source
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@133 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 29 Jan 2012 07:22:44 +0000 (07:22 +0000)]
 
 * pdf version
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@132 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 29 Jan 2012 07:17:29 +0000 (07:17 +0000)]
 
 * fail over status
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@131 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 29 Jan 2012 06:43:05 +0000 (06:43 +0000)]
 
 * Lightning Talk for Tsukuba.pm
 * http://atnd.org/events/24243
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@130 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 9 Jan 2012 13:49:56 +0000 (13:49 +0000)]
 
 * convert Google Chrome cache file to regular file
 * cache files from chrome://cache/
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@129 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 8 Dec 2011 02:39:54 +0000 (02:39 +0000)]
 
 * FIX: initial commit and then chmod repository files
 * FIX: ${NEWREPOS}/db: +ws -> +wX
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@128 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 29 Oct 2011 10:36:14 +0000 (10:36 +0000)]
 
 * get ip address lists from apache.log
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@127 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 29 Oct 2011 10:25:52 +0000 (10:25 +0000)]
 
 * benchmark for DNS resolver
 * get domain lists from mail.log
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@126 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 20 Sep 2011 01:30:21 +0000 (01:30 +0000)]
 
 * sakura editor keywords definition file for OCaml
  * OCaml.kwd from source:/vendor/OCaml/lex.html
  * OCaml2.kwd from source:/vendor/OCaml/Pervasives.html
 * lex.html from http://caml.inria.fr/pub/docs/manual-ocaml/lex.html
 * Pervasives.html from http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@124 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Wed, 6 Jul 2011 14:06:34 +0000 (14:06 +0000)]
 
 * memo of "Shibuya Perl Mongers Technical Talk #16"
 * http://shibuya.pm.org/blosxom/techtalks/201107.html
  * video recording at http://www.ustream.tv/channel/shibuya-perl-mongers-mixi
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@123 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 20 May 2011 15:59:47 +0000 (15:59 +0000)]
 
 * add comments
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@122 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 20 May 2011 15:48:14 +0000 (15:48 +0000)]
 
 * accept -f option to save wiki text to file
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@121 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 20 May 2011 14:44:30 +0000 (14:44 +0000)]
 
 * script for Pukiwiki Plus!
 * getsource.pl -> getting pukiwiki formatted source from Pukiwiki Plus! pages
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@120 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 7 May 2011 07:19:30 +0000 (07:19 +0000)]
 
 * fix typo
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@119 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 1 May 2011 10:23:46 +0000 (10:23 +0000)]
 
 * add screen_name output
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@118 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 22 Apr 2011 08:18:15 +0000 (08:18 +0000)]
 
 * add svn:executables
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@117 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Fri, 22 Apr 2011 08:15:22 +0000 (08:15 +0000)]
 
 * publish internal tools for svn/trac
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@116 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Thu, 17 Mar 2011 09:28:37 +0000 (09:28 +0000)]
 
 * reads text file and tweets it
 * usage: update_timeline.pl [text_file_to_tweet]
 * text file should be UTF-8
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@115 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 6 Mar 2011 17:05:29 +0000 (17:05 +0000)]
 
 * xinetd conf for x11vnc
 * allow connect only from localhost with no password
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@114 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 6 Mar 2011 09:28:12 +0000 (09:28 +0000)]
 
* add Ubuntu Maverick enttry
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@113 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 5 Mar 2011 16:26:18 +0000 (16:26 +0000)]
 
 * change memtest path
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@112 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 27 Feb 2011 06:34:31 +0000 (06:34 +0000)]
 
 * add memtest86, memtest86+
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@111 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Wed, 16 Feb 2011 01:09:22 +0000 (01:09 +0000)]
 
 * add admin tool path
  * from http://www.tomoakisoft.com/tsldp/bootstrap/
00000009.html
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@110 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Tue, 15 Feb 2011 02:58:34 +0000 (02:58 +0000)]
 
 * add Debian squeeze entries
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@109 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Wed, 12 Jan 2011 11:08:41 +0000 (11:08 +0000)]
 
 * "-d" option to print all data except 'undef'
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@108 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 12:40:27 +0000 (12:40 +0000)]
 
 * config.yml sample
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@107 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 10:35:17 +0000 (10:35 +0000)]
 
 * save status.yml only when new tweets were found
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@106 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 10:06:34 +0000 (10:06 +0000)]
 
 * save also skipped tweet status_id
  * maybe cause infinity mail sending
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@105 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 09:57:45 +0000 (09:57 +0000)]
 
 * NEW send a mail
  * tweets to me and search results
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@104 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 06:55:26 +0000 (06:55 +0000)]
 
 * change skip flag logic
 * bot behavior and results are not changed
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@103 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Mon, 10 Jan 2011 06:16:48 +0000 (06:16 +0000)]
 
 * add more debug output
 * NEW: retweet only allowed users' tweets
  * like this
{{{
allow:
  screen_name:
    - mittyorz
  user_id:
    - 
211556294
}}}
  * this feature only works when "allow:" entry exists
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@102 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 1 Jan 2011 06:01:50 +0000 (06:01 +0000)]
 
 * accept one character options
  * user_timeline => u
  * retweeted_by_me => r
  * msentions => m
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@101 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sun, 19 Dec 2010 02:13:33 +0000 (02:13 +0000)]
 
 * change order of column
{{{
(status_id) screen_name [created_at] text
}}}
  * created_at => UTC
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@100 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 18 Dec 2010 15:15:35 +0000 (15:15 +0000)]
 
 * FIX: Wide character in print
  * $status->{user}{name} may contain UTF-8 characters
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@99 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
mitty [Sat, 18 Dec 2010 15:11:03 +0000 (15:11 +0000)]
 
 * pack usage message to $help = sub {...}
 * remove needless '\n' and "done\n"
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@98 
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7