Skip to content

Instantly share code, notes, and snippets.

View killerfish's full-sized avatar

Usman Raza killerfish

View GitHub Profile
@killerfish
killerfish / ia_type_function
Created October 22, 2014 09:17
Determine instant answer type
sub get_ia_type {
my $path = "./lib/DDG/";
my %dirs = (
Fathead => "0",
Goodie => "1",
Longtail => "0",
Spice => "1"
);