[LWN Logo]

Date: Thu, 05 Nov 1998 21:38:09 -0500
From: Matt Kuznicki <kuznick@bgnet.bgsu.edu>
To: lwn@lwn.net
Subject: LUG forming in Toledo, OH

Greetings,

	Just wanted to drop you a note to let you know that a LUG is forming in Toledo.  First
meeting will be on December 3.  For info, contact Ron at ronf@glasscity.net.


-- 
Matt Kuznicki -- kuznick@bgnet.bgsu.edu
  http://129.1.213.25 -- in progress

The following is a Python RSA implementation.  According to the US government
posting these four lines makes me an international arms trafficker!  Join me
in civil disobedience; add these lines of code to your .sig block to help get
this stupid and unconstitutional law changed.
============================================================================
from sys import*;from string import*;a=argv;[s,p,q]=filter(lambda x:x[:1]!=
'-',a);d='-d'in a;e,n=atol(p,16),atol(q,16);l=(len(1)+1)/2;o,inb=l-d,l-1+d
while s:s=stdin.read(inb);s and map(stdout.write,map(lambda i,b=pow(reduce(
lambda x,y:(x<<8L)+y,map(ord,s)),e,n):chr(b>>8*i&255),range(o-1,-1,-1)))

						-- from Eric S. Raymond


"All life is future to past."