Re: [PATCH -ac] Panicking in morse code, v2

From: Tomas Szepe (szepe@dragon.cz)
Date: Sat Jul 20 2002 - 09:55:04 EST


> > > Hi,
> > >
> > > On Sat, 20 Jul 2002, Daniel Phillips wrote:
> > > > Unfortunately, this code is too useful to ignore.
> > >
> > > I think it's also a nice-to-have for 2.5.
> >
> > Okay, maybe it's just me being too lazy and ignorant to teach myself morse
> > code...
>
> Then teach it to a script, call it "unmorse" ;-)
>
> echo dit dit dit dah dah dah dit dit dit | unmorse

Try this on for size:

/* dorssel.c, 1998 IOCCC entry
 * Frans van Dorsselaer <frans@biabv.com>
 */

#include<stdio.h>
#include<string.h>

main()
{
        char*O,l[999]="'`acgo\177~|xp .-\0R^8)NJ6%K4O+A2M(*0ID57$3G1FBL";
        while(O=fgets(l+45,954,stdin)){
                *l=O[strlen(O)[O-1]=0,strspn(O,l+11)];
                while(*O)switch((*l&&isalnum(*O))-!*l){
                case-1:{char*I=(O+=strspn(O,l+12)+1)-2,O=34;
                        while(*I&3&&(O=(O-16<<1)+*I---'-')<80);
                        putchar(O&93?*I&8||!(I=memchr(l,O,44))?'?':I-l+47:32);
                        break;
                case 1: ;}*l=(*O&31)[l-15+(*O>61)*32];
                        while(putchar(45+*l%2),(*l=*l+32>>1)>35);
                case 0: putchar((++O,32));}
        putchar(10);}
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:33 EST