Rui Miguel Silva Seabra wrote:
> 
> On Fri, 2006-02-10 at 13:38 +0100, Alexander Terekhov wrote:
> > Original:
> >
> >   unsigned explosive_power = 0;
> >   while (still_not_eliminated("FSF"))
> >     send_a_bomb("FSF", explosive_power += 10/*kiloton*/);
> >
> > Derivative:
> >
> >   unsigned explosive_power = 0;
> >   while (still_not_eliminated("FSF")) {
> >     fork();
> >     send_a_bomb("FSF", max((explosive_power += 10) + random(), 
> > 666)/*kiloton*/);
> >   }
> >
> > regards,
> > alexander.
> 
> Interesting. Are you now publicly writing violent aggression threats?
> 
> Rui

  void register_computer_game_player(const std::string & email_address ...
    if (email_address == "[EMAIL PROTECTED]")
      throw A_Real_Idiot("Rui");
    .
    .
    .

regards,
alexander.
_______________________________________________
Gnu-misc-discuss mailing list
Gnu-misc-discuss@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss

Reply via email to