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
;; gnus | |
(gnus-cite-1 ((t (:foreground ,magenta)))) | |
(gnus-cite-2 ((t (:foreground ,base2)))) | |
(gnus-cite-3 ((t (:foreground ,base3)))) | |
(gnus-cite-4 ((t (:foreground ,base1)))) | |
(gnus-cite-5 ((t (:foreground ,magenta)))) | |
(gnus-cite-6 ((t (:foreground ,base2)))) | |
(gnus-cite-7 ((t (:foreground ,base3)))) | |
(gnus-cite-8 ((t (:foreground ,base1)))) | |
(gnus-cite-9 ((t (:foreground ,base2)))) |
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
virgin forest and Toman, František Ladislav Čelakovský night before the St. John Toman sister speaks:" Where you go, my dear brother, at this late at night while the hobby sedlaném, pure gaudy? " "The hunters I have to Podhájí to their děvčici, suddenly I stand, I again wait for dawn. Dej, sister, give new košiličku fine linen, kamizolku pink." A spark fell below the hobby, the nurse calls the brother: "Hear, Tomanek, my advice, do not give the oak: ordered mine on the Holy Mount, after I have let you mount,'d rather give up the struggle, let my heart hurts." Toman oak did not go, he is the right path, and the hunters Podhájí new house a candle, by many together, filled parlor talk. Toman sadness is surrounded by windows with a horse loving girl melts, the groom is smiling and the father is courting the mother of sight operation. They ate, drank, talked, had a good will together, no heed to nothing, the horse that zařehtal out, and boy sighed. Our only coupled suddenly flushed, her conscience still pushing ha |
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
#!/usr/bin/perl -- # -*- Perl -*- | |
use strict; | |
use Encode qw/encode decode/; | |
my $file = shift @ARGV || "-"; | |
my $count = 0; | |
open (F, $file); | |
while (<F>) { |
NewerOlder