|
@@ -79,6 +79,27 @@ Script to measure how long does one second take. For those that know how long
|
79
|
79
|
one second takes, it can serve as a snippet for Perl `&stamp()`.
|
80
|
80
|
|
81
|
81
|
|
|
82
|
+### se ###
|
|
83
|
+
|
|
84
|
+Translate to and from Czech. Especially sweet if you need to concentrate
|
|
85
|
+on the work, i.e. avoid all the blinking flashing smiling Internets looks.
|
|
86
|
+This guy only tells you the woords.
|
|
87
|
+
|
|
88
|
+ se [options] word
|
|
89
|
+
|
|
90
|
+Throw a word at it and by default, it will throw you back few Czech
|
|
91
|
+translations of it, one pair per line. Sweet. Also supports other languages
|
|
92
|
+(about 10 in total).
|
|
93
|
+
|
|
94
|
+Most useful options are --lines (default is 25) and --direction which supports
|
|
95
|
+direction keyword in form "LNcz.cz" or "LNcz.LN", where LN is 2-letter code
|
|
96
|
+(**not** ISO) of the other language.
|
|
97
|
+
|
|
98
|
+Uses www.slovnik.cz, so an Internet connection and LWP::Simple are needed.
|
|
99
|
+
|
|
100
|
+Has POD doc (`se --man` or `se --help` worth looking at.)
|
|
101
|
+
|
|
102
|
+
|
82
|
103
|
### watchdump.pl ###
|
83
|
104
|
|
84
|
105
|
Trivial utility that prints a text file, clears the screen and pauses for 2s
|