This file contains 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
Resume/CV | |
Devin Austin | |
[email protected] | |
970-290-6669 | |
Summary: I am a web software developer. |
This file contains 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
package PerlFu::Web::Model::Validator::Post; | |
use Moose; | |
use namespace::autoclean; | |
extends 'PerlFu::Web::Model::Validator'; | |
sub _build_profiles { | |
my $self = shift; | |
return { | |
title => { |
This file contains 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
package PerlFu::Web::Model::Validator; | |
use Moose; | |
use namespace::autoclean; | |
use Data::Manager; | |
use Data::Verifier; | |
use Data::Dumper; | |
use Carp qw( croak ); | |
extends 'Catalyst::Model'; | |
with 'Catalyst::Component::InstancePerContext'; |
This file contains 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
package MyApp::Web::Model::DataManager; | |
use Moose; | |
use Email::Valid; | |
extends 'Catalyst::Model'; | |
with 'Catalyst::Component::InstancePerContext'; | |
my $email_filter = sub { |
This file contains 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/env python | |
""" | |
Nagios plugin to check PostgreSQL 9 streaming replication lag. | |
Requires psycopg2 and nagiosplugin (both installable with pip/easy_install). | |
MIT licensed: | |
Copyright (c) 2010 Jacob Kaplan-Moss. All rights reserved. |
This file contains 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
# modules/nfs/manifests/init.pp | |
class nfs_server { | |
file { "destroy_exports": | |
path => "/etc/exports.puppet", | |
ensure => present, | |
source => "puppet://$servername/modules/nfs/empty", | |
} | |
package { "portmap": |
This file contains 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
package TestApp::Controller::Namespace; | |
use Moose; | |
use namespace::autoclean; | |
BEGIN { extends 'Catalyst::Controller' } | |
sub main :Local { | |
my ($self, $c) = @_; | |
$c->stash( name => 'Bob' ); | |
} |
This file contains 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
### The model #### | |
package MyApp::Model::Twitter; | |
use Moose; | |
use Carp; | |
use Net::Twitter; | |
use namespace::autoclean; | |
extends 'Catalyst::Component'; | |
__PACKAGE__->config( |
This file contains 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
package My::Base::REST; | |
use Moose; | |
BEGIN { extends 'Catalyst::Controller::REST'; } | |
use CGI::Expand qw/expand_hash/; | |
__PACKAGE__->config( | |
'default' => 'text/html', |
This file contains 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
12:26 -!- screen_away: Set away | |
12:26 [ii] -!- You have been marked as being away | |
12:26 [oftc] -!- You have been marked as being away | |
12:26 [scsys] -!- You have been marked as being away | |
12:26 [MagNET] -!- You have been marked as being away | |
12:26 [freenode] -!- You have been marked as being away | |
12:26 [osx86] -!- You have been marked as being away | |
Day changed to 01 Jan 2010 | |
Day changed to 02 Jan 2010 | |
22:28 -!- screen_away: Reset away |