Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Imhotep, opm), 785 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 9 of 10 1 2 7 8 9 10
Re: A6 Commercial Lottery #2 [Re: Silent_Assassin] #72844
06/06/06 12:39
06/06/06 12:39
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
here, use that one:

Code:
# -*- coding: cp1252 -*-
# pick a random name

from time import sleep
from random import randint, seed

names = (
    "Benjamin Kaul",
    "Erald Cala",
    "Nevo David",
    "Felix M. L. Caffier",
    "Kristian Korkeila",
    "Torren Sewell",
    "Benjamin Stephan",
    "Marius Kappes",
    "John Hyde",
    "Sebastian Louven",
    "Caits Kloecker",
    "Andrew Swallow",
    "Brandon Marx",
    "Nick Jones",
    "Joel (Ayrus) Maxwell",
    "Michael Foutch",
    "Manjinder Singh Lamba",
    "Benjamin Gentner",
    "Dima Dovgan",
    "Sven Paroth",
    "Eigen Lenk",
    "Christian Behrenberg",
    "Timo Stark",
    "Matthias Wiedhalm",
    "Antonio Fontoura",
    "Josef Mueller",
    "Brian Broyles",
    "Alisa Vinci",
    "Marcio Esper",
    "Peter Müller",
    "michael mcmahon",
    "Dennis van den Broek",
    "Taco Cohen",
    "Matt Coles",
    "bram van holstein",
    "Julian Smart",
    "Johannes Bausch",
    "Michael Chavers",
    "Cristiane Bialetzki",
    "Sergio Novelo",
    "Bryan Amato",
    "Manolis Tsotros",
    "Sean Kennedy",
    "Trevor Braun",
    "Gafgar",
    "Eike von Tils",
    "Ronald Vleeming",
    "Christian Davies",
    "Sven Bolzern",
    "Carlos Freitas",
    "Peter Soxberger",
    "Raimonds Zigurs",
    "Raivis Strogonovs",
    "Balázs Faludi",
    "Alex",
    "Charalambos Theodorou",
    "Frank Niemann"
    )

print "and the winner is..."
for i in xrange(3):
    print str(3-i)
    sleep(1)
seed();
print names[randint(0, len(names)-1)]
print "thank you for using joey's name picker. bye."



simply save it as python file and run it.

greetings, joey.

Re: A6 Commercial Lottery #2 [Re: Joey] #72845
06/07/06 07:14
06/07/06 07:14
Joined: Sep 2003
Posts: 2,174
Israel, Haifa
ROMAC Offline OP
Expert
Happy Birthday ROMAC  Offline OP
Expert

Joined: Sep 2003
Posts: 2,174
Israel, Haifa
haha, alright, thank you for joey's program, I'll announce the winner later today.

Re: A6 Commercial Lottery #2 [Re: ROMAC] #72846
06/07/06 12:07
06/07/06 12:07
Joined: Sep 2003
Posts: 2,174
Israel, Haifa
ROMAC Offline OP
Expert
Happy Birthday ROMAC  Offline OP
Expert

Joined: Sep 2003
Posts: 2,174
Israel, Haifa
And the winner:
John Hyde

I've sent you an email with information for tranfer.

Re: A6 Commercial Lottery #2 [Re: ROMAC] #72847
06/07/06 12:08
06/07/06 12:08
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
congrats to john hyde ^^


"Yesterday was once today's tomorrow."
Re: A6 Commercial Lottery #2 [Re: Inestical] #72848
06/07/06 13:00
06/07/06 13:00
Joined: May 2002
Posts: 2,541
Berlin
EX Citer Offline
Expert
EX Citer  Offline
Expert

Joined: May 2002
Posts: 2,541
Berlin
congratulation


:L
Re: A6 Commercial Lottery #2 [Re: EX Citer] #72849
06/07/06 13:29
06/07/06 13:29
Joined: Jun 2005
Posts: 184
Austria
HIAS Offline
Member
HIAS  Offline
Member

Joined: Jun 2005
Posts: 184
Austria
Quote:

Quote:

name: Julian Smart
e-mail: julius(dot)miller(at)gmail(dot)com

(why do we do the "dot's" and "at's" that way?)

julz




It's because of email scavaging bots visiting the forums. But I pretty much doubt they will fall for the dot and at tricks. [Email]-a@t-[/Email] for example would make even less sense to the bot, but (at) will be quite simple to seethrough I think...
Just my 2 cents, I don't know how clever they really are,

Cheers




Maybe it would be a good idea to close (or delete) this thread now that we have a winner
in case that such a bot visits the Forum

Hias

Re: A6 Commercial Lottery #2 [Re: HIAS] #72850
06/07/06 15:00
06/07/06 15:00
Joined: Sep 2003
Posts: 2,174
Israel, Haifa
ROMAC Offline OP
Expert
Happy Birthday ROMAC  Offline OP
Expert

Joined: Sep 2003
Posts: 2,174
Israel, Haifa
They don't delete the threads here, they move them to an invisible thread that only mods can see... so I'm guessing the bots will still catch your email.

Re: A6 Commercial Lottery #2 [Re: ROMAC] #72851
06/07/06 15:16
06/07/06 15:16
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Congratz to John Hyde!

Re: A6 Commercial Lottery #2 [Re: Xarthor] #72852
06/07/06 16:01
06/07/06 16:01
Joined: Nov 2004
Posts: 595
127.0.0.1
K
KoH Offline
Developer
KoH  Offline
Developer
K

Joined: Nov 2004
Posts: 595
127.0.0.1
Well done John Hyde!


I am no longer a member of these boards.
Re: A6 Commercial Lottery #2 [Re: KoH] #72853
06/07/06 16:11
06/07/06 16:11
Joined: Mar 2005
Posts: 514
Brazil
Carloos Offline
User
Carloos  Offline
User

Joined: Mar 2005
Posts: 514
Brazil
congrats john... I will try to kill you, anyway hehehe.

Page 9 of 10 1 2 7 8 9 10

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1