Skip to content

Instantly share code, notes, and snippets.

View gmunoz's full-sized avatar

Gabriel Muñoz gmunoz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gmunoz on github.
  • I am gmunoz (https://keybase.io/gmunoz) on keybase.
  • I have a public key whose fingerprint is C074 DD07 9AC2 A8AD A489 68FE 4DF0 E39B A487 FC93

To claim this, I am signing this object:

perl -nE '
$_{$_} = -M; # store file age (mtime - now)
END {
$, = "\n";
@sorted = sort {$_{$a} <=> $_{$b}} keys %_; # sort by increasing age
print @sorted[0..9];
}'
perl -nE '
$_{$_} = -M; # store file age (mtime - now)
END {
$, = "\n";
@sorted = sort {$_{$a} <=> $_{$b}} keys %_; # sort by increasing age
print @sorted[0..9];
}'

Keybase proof

I hereby claim:

  • I am gmunoz on github.
  • I am gmunoz (https://keybase.io/gmunoz) on keybase.
  • I have a public key whose fingerprint is 6023 C4AB F4B4 826D D84B 8C72 0504 5861 E1DE 9C1C

To claim this, I am signing this object:

#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
int main(int argc, char *argv[])
{