
Hi, Does anyone know where I can get an open source software for conducting a raffle?? regards Ruth

http://sourceforge.net/projects/guess-a-number/ On Thu, Feb 10, 2011 at 2:48 PM, Ruth Were <nafuna@gmail.com> wrote:
Hi, Does anyone know where I can get an open source software for conducting a raffle??
regards Ruth
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Tanks will have a look On Thu, Feb 10, 2011 at 3:11 PM, Patrick Kariuki <patrick.kariuki@gmail.com>wrote:
http://sourceforge.net/projects/guess-a-number/
On Thu, Feb 10, 2011 at 2:48 PM, Ruth Were <nafuna@gmail.com> wrote:
Hi, Does anyone know where I can get an open source software for conducting a raffle??
regards Ruth
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

read -p 'Nr of tickets sold? ' TICKETS ; echo 'Winner is ticket #'$((RANDOM % $TICKETS)) On Thu, Feb 10, 2011 at 11:48 AM, Ruth Were <nafuna@gmail.com> wrote:
Hi, Does anyone know where I can get an open source software for conducting a raffle??
regards Ruth
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Remember in include the following code in the end after a lot of random selections and scrolling numbers. This is a standard customisation for all raffles systems in Kenya. It is a Kenyan thing! pickthewinner() { Var mywinner int mywinner = 'XXXXXXX' /winning no. return(mywinner) } ________________________________ From: "rsohan@gmail.com" <rsohan@gmail.com> To: Skunkworks Mailing List <skunkworks@lists.my.co.ke> Sent: Thu, February 10, 2011 4:25:08 PM Subject: Re: [Skunkworks] Raffle software read -p 'Nr of tickets sold? ' TICKETS ; echo 'Winner is ticket #'$((RANDOM % $TICKETS)) On Thu, Feb 10, 2011 at 11:48 AM, Ruth Were <nafuna@gmail.com> wrote: Hi,
Does anyone know where I can get an open source software for conducting a raffle??
regards Ruth
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

heheeh @rsohan i can imagine you (the tall slender geek in oversized spectacles and a betting control badge) in front of the cameras with the gorgeous tv presenter announcing the winner, then staring at you for the number, then you awaken from the absent mindedness and with an uh, head to the terminal to log in, then enter the command... On Thu, Feb 10, 2011 at 4:25 PM, rsohan@gmail.com <rsohan@gmail.com> wrote:
read -p 'Nr of tickets sold? ' TICKETS ; echo 'Winner is ticket #'$((RANDOM % $TICKETS))
On Thu, Feb 10, 2011 at 11:48 AM, Ruth Were <nafuna@gmail.com> wrote:
Hi, Does anyone know where I can get an open source software for conducting a raffle??
regards Ruth
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- *“The twentieth century has been characterized by three developments of great political importance: the growth of democracy, the growth of corporate power, and the growth of corporate propaganda as a means of protecting corporate power against democracy”* ~ Alex Carey ~ Tel No: 0x2af23696

On Mon, Feb 14, 2011 at 12:14 PM, [Brainiac] <arebacollins@gmail.com> wrote:
heheeh @rsohan i can imagine you (the tall slender geek in oversized spectacles and a betting control badge) in front of the
hehehe....I know him. Tall, not very, slender, yep. Specs, no. Unless a lot has changed, it's been a while...
cameras with the gorgeous tv presenter announcing the winner, then staring at you for the number, then you awaken from the
the gorgeous TV presenter I can imagine. I have a very active imagination.
absent mindedness and with an uh, head to the terminal to log in, then enter the command...
that too I can imagine LOL.... BR, S. -- This message represents the official view of the voices in my head.
participants (6)
-
[Brainiac]
-
Patrick Kariuki
-
rsohan@gmail.com
-
Ruth Were
-
Shadrack Mwaniki
-
Steve Muchai