<joke>

Ok lets make a contest... :)

How to find the hardest way to choose between 1,2,3...

#include <stdio.h>
#include <sys/types.h>
#include <time.h>

int main()
{
  int i; int j,r; time_t t1; (void) time(&t1); srand48((long) t1);
  j=lrand48()/100000000; if (j>0 && j<7){r=1;};
  if (j>=7 && j<14){r=2;}; if (j>=14 && j<=21){r=3;};
  printf("The winner is: %d\n", r);
}

</joke>

--
Telemaque - NICE - (FR)
Service Technique - Developpement
http://www.telemaque.fr/
[EMAIL PROTECTED]
Tel : +33 4 93 97 71 64 (fax 68)

----- Original Message ----- 
From: "Stipe Tolj" <[EMAIL PROTECTED]>
To: "Clarey, Nick" <[EMAIL PROTECTED]>
Cc: <devel@kannel.org>
Sent: Wednesday, June 07, 2006 5:49 PM
Subject: Re: Hosting!


> Clarey, Nick wrote:
> 
>> Folks,
>> 
>> We are definitely moving buildings at the end of this month. We need a
>> new host for the kannel.org machine. Now is the time to put your hand up
>> and avoid major downtime.
>> 
>> :-)
>> 
>> My preference is that one of the active committers takes the machine,
>> but failing that I will hand it to anyone who wants it. It's a 1U
>> rackmount box.
> 
> Thanks for the note Nick,
> 
> actually we had up to now 2 possibilities for the host:
> 
>  a) at GNI (Andreas, Aarno) in .ch
>  b) at Chimit (Rene) in .nl
> 
> Vincent has come up right now with option 3:
> 
>  c) at Telemaque in .fr
> 
> Ehi considers a hosting possibility too.
> 
> @Nick: You agreed to ship the box via UPS or other parcel service, right?
> 
> The need for the box would be actually pure IP hosting with a reasonable 
> ammount 
> of bandwith. We don't take too much away from it actually.
> 
> We need to negotiate with all parties how to proceed here. I'd also suggest 
> for 
> a upgrade of the box to a more recent distro, mainly for administrative 
> purposes.
> 
> I'll get into touch with Andreas to ensure the offering is still valid.
> 
> Personally I currently prefer the GNI option in .ch, due to 2 main developers 
> (even while currently not heavily active), and the fact that we would be on 
> "neutral" swiss terrain, but this is not a must for me.
> 
> Stipe
> 
> -------------------------------------------------------------------
> Kölner Landstrasse 419
> 40589 Düsseldorf, NRW, Germany
> 
> tolj.org system architecture      Kannel Software Foundation (KSF)
> http://www.tolj.org/              http://www.kannel.org/
> 
> mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
> -------------------------------------------------------------------
> 
>


Reply via email to