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 | |
# TODO: make command line options possible use $endline as selector | |
###$endline=true; | |
# TODO: allow a comment character in the mode that prints at the end of a line. user passable comment character. | |
# TODO: make it work with ipv6.. for now its ipv4 only | |
use Socket; | |
my %dnscache; |
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
- Rancor Monster: ($100) | |
- Loose in box, NO paperwork, original outer box | |
- Ewok Village: ($120) | |
- Complete parts, instruction sheet, loose NO BOX | |
- Micro Collection Bespin Freeze Chamber: ($80) | |
- Complete parts, instruction sheet, original outer box | |
- Patrol Dewback: ($110) | |
- Figure, Saddle, special eddition original outer box, harness is broken, no documentation | |
- AST-5 Vehicle: ($60) | |
- Vehicle, instruction and sticker sheet, original outer box |
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/awk -f | |
# | |
# Author: Matt Pascoe - [email protected] | |
# | |
# This awk script is used to extract relevant information from a bind zone | |
# file and build the appropriate fields for passing into | |
# a dcm.pl module. This can be used to bootstrap a new database from existing | |
# site data. | |
# | |
# You can simply cat a file and pipe it to this script |
OlderNewer