Skip to content

Instantly share code, notes, and snippets.

View ndw's full-sized avatar

Norman Walsh ndw

View GitHub Profile
@ndw
ndw / solarize-definitions-edits.el
Created January 17, 2012 21:02
My updates to the Gnus section of solarized-definitions.el
;; 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))))
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
@ndw
ndw / utftest.pl
Created September 29, 2010 17:08
Simple Perl script to find UTF8 encoding errors in documents
#!/usr/bin/perl -- # -*- Perl -*-
use strict;
use Encode qw/encode decode/;
my $file = shift @ARGV || "-";
my $count = 0;
open (F, $file);
while (<F>) {