This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -eu | |
M0UT=ut/.libs/lt-m0ut | |
[ -x $M0UT ] || { echo "$M0UT: No such file" >&2; exit 1; } | |
CORE=$(sudo ls -t $(sudo find /var/mero -type f -name core.\*) | head -1) | |
sudo gdb -nx -c $CORE $M0UT <<EOF | |
set pagination off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## SEE http://superuser.com/questions/54054/convert-pdf-2-sides-per-page-to-1-side-per-page | |
## | |
## Find out the size of a page (MediaBox). If you use Mac OS X's | |
## Preview app then select `Tools -> Show Inspector' in the menu or | |
## type `Cmd-I'. | |
MEDIA_BOX=612x792 | |
INFILE=TYH.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ This file was last modified on 24 November 2010. ] | |
Valery V. Vorotyntsev | |
Kiev, Ukraine | |
Phone: +380-<fifty>196-786<five> | |
Email/IM: [email protected] | |
WWW: http://github.com/vvv http://vorotylo.livejournal.com/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
filter() { | |
grep o= | grep -Eo '>\+?\w+ \w+<' | tr -d '<+>' \ | |
| sed -r 's/^(Олег|Виктория) (\w+)/\2 \1/' | |
} | |
cd /tmp | |
[ -f 61461.html ] || wget -q http://vorotylo.livejournal.com/61461.html | |
echo 'Нгуен Лонг' |
NewerOlder