Skip to content

Instantly share code, notes, and snippets.

View saiftynet's full-sized avatar

Saif Ahmed saiftynet

  • Maidstone, Kent
View GitHub Profile
@saiftynet
saiftynet / shit
Created May 1, 2020 10:42 — forked from certik/shit
#!/usr/bin/perl
no warnings 'utf8';
use strict;
use Image::Magick;
use Term::Size;
use Getopt::Long;
use Time::HiRes qw(gettimeofday tv_interval);
our ($cachehit,$cachemiss,$nocache,$filter);