Category - (Bad Code Snippits)

Archive for category Bad Code Snippits

Youth in revolt

I hope no one takes the folly literally.

Resume Link Demo

Hello. I'd like to demo the "say anything you want" feature of Praux.com's resumes. If you wanted to link to my resume as: Perl Programmer Resume The link points at: http://michael.gregorowicz.praux.com/default/en/perl-programmer-resume.html You could do just that. In fact you can put whatever-you-want on the right side of the /default/en/ so long as you end it in .html, or really whatever you want to link to. You can link to .txt if you want :). Give it a try! [...]

Hey Everyone

Just writing to let you know I've moved all things to http://blog.praux.com.  Get a resume!  Wtf are you still doing on your mom's couch?!!

Reverse IP Check Script

#!/usr/bin/perl use Socket; my %ips = qw / 216.150 . 225.240 util. mg2. org 216.150 . 225.241 erie. mg2. org 216.150 [...]

promptless passphraseless ssh key pairs

#!/usr/bin/env perl use IPC:: Run qw ( start pump finish timeout); my ( $keygen_args ) = join ( ' ' , @ARGV ); my