Skip to content

Instantly share code, notes, and snippets.

View maxbane's full-sized avatar
💭
🍹 🎧 🐍 🏍️

Max Bane maxbane

💭
🍹 🎧 🐍 🏍️
  • Citadel, EQR
  • New Jersey
View GitHub Profile
@hippietrail
hippietrail / stripgutenberg.pl
Created December 22, 2010 18:59
Strip headers/footers from Project Gutenberg texts
#!/usr/bin/perl
# stripgutenberg.pl < in.txt > out.txt
#
# designed for piping
# Written by Andrew Dunbar (hippietrail), released into the public domain, Dec 2010
use strict;
my $debug = 0;