view bin/seen @ 2365:03a1f9456366

<Jafet> (echo \'#!/usr/bin/python\'; echo "import random; w=[l.split() for l in open(\'/dev/stdin\').read().split(\'\\\\n\')]; r=[4,7,8,9,2,13,6]; print \'\\\\n\'.join((lambda s: \' \'.join(chr(3) + str(r[(i+s)%len(r)]) + l[i] for i in range(len(l)))(random.randrange(0, len(r))))") >$(which rainwords)
author HackBot
date Mon, 04 Mar 2013 10:32:33 +0000
parents 7914d7e0b500
children
line wrap: on
line source

#! /usr/bin/env perl
($n,$e)=split /\s+/, join(" ",@ARGV); $n=~s/ *$//; $c="ls -r /var/irclogs/_esoteric/????-??-??.txt"; $c.=" | head -n 30" unless $e eq "ever"; @f=split /\s+/, `$c`; for $f (@f) { open F,"<$f"; @l=grep(/^..:..:..: <$n>/i,<F>); close F; if (@l) { $b=$f;  $b=~s#.*/(.*?).txt#$1#; print "$b $l[-1]"; exit 1; } } print $e eq "ever" ? "not that I remember" : "not lately; try `seen $n ever";