Public Gists by pmakholm

Gravatar
Wed Sep 23 01:57:01 -0700 2009
1
2
3
#!/bin/sh
 
for control in *.control ; do
Gravatar
Thu Aug 27 01:10:45 -0700 2009
1
2
3
#!/usr/bin/perl;
 
use strict;
gist: 166368 My Awesome3 configuration
Gravatar
Wed Aug 12 00:48:08 -0700 2009
1
2
3
-- Standard awesome library
require("awful")
-- Theme handling library
gist: 158292 Regular expression to valid...
Gravatar
Wed Jul 29 10:50:23 -0700 2009
1
2
3
#!/usr/bin/perl -ln
# Regular expression to validate dates on the forms 'YYYY-MM-DD' or 'YYYYMMDD'
 
gist: 142660 Handle multiple ssh-agents
Gravatar
Wed Jul 08 00:33:12 -0700 2009
1
2
3
# Shell snipet to handle multiple ssh-agents
#
# By default I use an ssh-agent with a lot of keys added with the -c option to
gist: 142267 Handle multiple Perl local:...
Gravatar
Tue Jul 07 11:29:34 -0700 2009
1
2
3
# Defaults:
PERL_LOCAL_LIB="home"
DIR=$HOME/.perl
Gravatar
Tue Jul 07 02:57:38 -0700 2009
1
2
3
# Have easily editable functions in bash
#
# Usage: Place this script in $FUNCTIONS and call it from you .bashrc.
gist: 130005 Benchmark of serialization ...
Gravatar
Mon Jun 15 01:11:52 -0700 2009
1
2
3
#!/usr/bin/perl
 
# Originaly at:
Gravatar
Fri May 22 03:51:13 -0700 2009
1
2
3
#!/usr/bin/perl
#
# An evil form of perl DESTROY-method
gist: 113475 Script to summarize working...
Gravatar
Mon May 18 06:53:56 -0700 2009
1
2
3
#!/usr/bin/perl
 
=license
gist: 95897 Simple script to 'cat' an U...
Gravatar
Wed Apr 15 10:00:50 -0700 2009
1
2
3
#!/usr/bin/perl
# quick and dirty: Read from a udp socket and print to STDOUT
# usage: udpcat.pl <host> <port>