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
/** | |
* Add the JAR at the given HDFS path to the Classpath | |
* | |
* @param conf | |
* @param path | |
*/ | |
public static void addJarToJobClasspath(JobConf conf, String path) { | |
addJarsToJobClasspath(conf, new String[] { path }); | |
} |
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 ruby | |
# == Synopsis | |
# | |
# guidiff.rb [--no-compress] [file1] [file2] [...] | |
# | |
# == Usage | |
# | |
# -h, --help: | |
# show this help |
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
#!/bin/sh | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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 perl | |
=cut | |
browser_breakdown.pl | |
(c) 2011, Chetan Sarva <[email protected]> | |
Takes a list of User Agents via STDIN and prints out browser and platform summaries. | |
Example summary: |
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 perl | |
# csv_grep.pl | |
# (c) 2011, Chetan Sarva <[email protected]> | |
use Getopt::Long; | |
use Data::Dumper; | |
my($dump, $field, $exact, $str); | |
my $ret = GetOptions( |
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
#!/bin/bash | |
############################################################################### | |
# CONFIG | |
# paths to key & cert files | |
export EC2_PRIVATE_KEY= | |
export EC2_CERT= | |
# needed for moving the IP |
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
#! /bin/bash | |
# | |
# This is an inverse of the original check_log script included with Nagios. | |
# This script will display a CRITICAL status when the given pattern is | |
# *NOT* found. Usage is otherwise identical to check_log. | |
# | |
# Modified by Chetan Sarva ([email protected]) 05-11-2011 | |
# | |
# |
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
#! /bin/bash | |
# | |
# This is a modification of the check_log script which will report *ANY* | |
# new lines written to the given file. | |
# | |
# This is useful, for example, for detecting kernel errors written to | |
# /var/log/kern.log on Ubuntu. | |
# | |
# Modified by Chetan Sarva ([email protected]) 05-11-2011 | |
# |
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 ruby | |
# == Synopsis | |
# This is a sample description of the application. | |
# Blah blah blah. | |
# | |
# == Examples | |
# This command does blah blah blah. | |
# ruby_cl_skeleton foo.txt | |
# |
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
Day job: Sr. Developer @ Evidon | |
Favorite Python project: boto | |
Favorite Conference: DEFCON | |
Python Experience Level: intermediate |