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
/** | |
* CSS theme for the Clearly browser extension by Evernote. | |
* See: www.evernote.com/clearly/ | |
* | |
* Additional options used alongside this CSS: | |
* Body font: Droid sans | |
* Header font: PT Serif | |
* Monospace font: Inconsolata | |
* Background: #EDEDED | |
* Foregound: #444444 |
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 | |
# cache_snoop.pl | |
# Developed by: Brett Hardin | |
$version = 1.0; | |
use Getopt::Long; | |
my $options = GetOptions ( | |
"help" =>; \$help, | |
"save" =>; \$save, | |
"dns=s" =>; \$dns_server, |
NewerOlder