style(9) example :-)

Giorgos Keramidas keramida at freebsd.org
Thu Mar 17 13:19:14 PST 2005


On 2005-03-17 19:33, Roman Kurakin <rik at cronyx.ru> wrote:
> Hi,
>
> I was unable to refrain from posting this :-)
>
> int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\
> o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}

I've written stuff that's probably a bit harder to read, but in Perl :P

% cat filter.pl
#/usr/bin/perl
while(<STDIN>){chomp;print(join('',(map{my($b,$j,$t,$o)=(65,128,90,ord($_));((
$o-$b)>=0&&($o-$b)<=($t-$b))?eval{$o=(($o-$b)+13)%26+$b;$j=11;}:eval{$b=97;$t=
122;(($b>$o)||($t<$o))?eval{$j=10;}:eval{$o=(($o-$b)+13)%26+$b;$j=1431;};};$_=
chr(int(int(($j%2)==(chr($o)==$_))?$o:ord($_)));}(split//,$_)))."\n");}
%


More information about the freebsd-hackers mailing list