Java анотации

Friday, March 26, 2010 Автор: Sergey Kabashnyuk 0 коммент.
JAVA: Подсчёт времени выполнения метода через аннотацию http://bit.ly/bgsZXU
Ярлыки: ,

How to open RAR (resource archive) file in Midnight Commander

Monday, January 25, 2010 Автор: Sergey Kabashnyuk 3 коммент.
If you want to be able to open rar(resource archive file not WinRAR archive file) files
with Midnight Commander.
Change

from
# rar
regex/\.[rR]([aA][rR]|[0-9][0-9])$
 Open=%cd %p#urar
 View=%view{ascii} rar v -c- %f
to
# rar
regex/\.[rR]([aA][rR]|[0-9][0-9])$
 Open=%cd %p#uzip
 View=%view{ascii} unzip -v %f
in /etc/mc/mc.ext or
/usr/local/etc/mc/mc.ext
Ярлыки: , ,