Skip to content

Instantly share code, notes, and snippets.

View njlg's full-sized avatar

Nathan Levin-Greenhaw njlg

View GitHub Profile
@njlg
njlg / perlcritic_to_checkstyle.pl
Created January 16, 2012 16:35
Run Perl::Critic on entire project, convert results to Checkstyle format
#!/bin/env perl
#
# Output Checkstyle XML from Perl::Critic
#
use strict;
use warnings;
use File::Find::Rule;
use Perl::Critic;
@njlg
njlg / default.apacheconf
Last active December 11, 2015 04:29
Apache configuration for travis-ci build
ServerRoot "/usr/lib/apache2"
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel debug
CustomLog ${APACHE_LOG_DIR}/access.log combined
<VirtualHost *:80>
ServerAdmin web@localhost
DocumentRoot PATH
<Directory />
@njlg
njlg / squirrel.apacheconf
Last active December 11, 2015 04:29
Apache configuration to enable mod_sq
LoadModule squirrel_module /usr/lib/apache2/modules/mod_sq.so
<IfModule mod_mime.c>
AddHandler application/x-httpd-sq .nut
</IfModule>
DirectoryIndex index.nut
### Keybase proof
I hereby claim:
* I am njlg on github.
* I am njlg (https://keybase.io/njlg) on keybase.
* I have a public key whose fingerprint is 3B9E 6BEA 9B09 338F 5CB7 2924 66D0 CE37 A379 9ABF
To claim this, I am signing this object: