Re: ASUS Laptops - my experience Hardware and Software by rproffitt … laptops at my brother's insurance office. We've been lucky with them. OK, there is a "thing" about… Re: lucky number game Programming Game Development by nergz … cin>>num; // read numer rand( int const lucky number) // calling random function { for (table=0;<…3: // if user entered a nother number if (num!= lucky number && unlucky number)// if the number didnt …endl; // propmt user to try again else if ( num!= lucky number && unlucky number) // if the number didnt… Lucky escape for one toddler!! Community Center Geeks' Lounge by The Dude :icon_eek: [url]http://www.mrfeature.com/videos/3959-incredible-teacher-saves-child-from-kidnapper.flv[/url] Very lucky indeed! I wish the audio was enabled,i would have liked to hear what the teacher said to this idiot!! Lucky 13 for Gmail users as new features are revealed Digital Media Digital Marketing Search Engine Strategies by happygeek … on the box.) Which, by my math, makes it a lucky 13 for Google with a final score of 8 useful… lucky number game Programming Game Development by nergz iam student in uni, need to know how to write a program for a game that has lucky number and unlucky number in two dimentional array which consists of 25 cells... please help me! lucky nine card game Programming Software Development by Cess_1 `help me to program lucky nine card game, a human vs computer . need to shuffle the deck and then give 2 cards for each player but human can get another card. display the total score of human . after, remove used cards from the deck Lucky Nine in Java Programming Software Development by Mira Kris Hello there, I'm new to Java programming nd I wan't to learn more from it. May I ask you some tips in creating a Lucky Nine game in Java with AI as the other player. Thank you so much for you help. Microsoft Access (Generate Multiple Lucky Number) Programming Software Development by danialazri … can generate **multiple unique number** for **lucky number**. Example : Name: John Resit Amount : **$50** **Lucky Number** : **1000 , 1001 , 1002…. For **every $10**,he will get **1 lucky number**. So if he bought **$50,he will get… 5 lucky numbers**. Name: Matt Resit Amount : **$20** **Lucky Number** : **1005, 1006** Then… Re: I m feeling lucky on G homepage Community Center Geeks' Lounge by GrimJack Apparently, somewhere around 1% of the searches use that button - for a yearly loss of $110 million yearly - no adverts come up. It is controversial (sorta) - there was even a limited edition `I'm feeling lucky' [URL="http://googlesystem.blogspot.com/2007/11/im-feeling-lucky.html"]boxers[/URL] Re: I m feeling lucky on G homepage Community Center Geeks' Lounge by Narue … for "hotmail" and the "I'm feeling lucky" button would take me right there. Now I need… single result. In other words, the "I'm feeling lucky" button is my bookmark list when I know the… Are you feeling lucky? Community Center Meta DaniWeb by Salem Well are you? So, irrespective of the type of rep you give, why is the word "lucky" in the popup? Surely receiving rep is far more deterministic than the pure blind chance it suggests. Perhaps when rep was blind and could be given anonymously, there was an element of chance. This post made my day ;) Re: Are you feeling lucky? Community Center Meta DaniWeb by Dani It is meant to be tongue-in-cheek. For example, if you give someone bad rep, may you be lucky enough to receive the same thing back. I m feeling lucky on G homepage Community Center Geeks' Lounge by neuronimbus Do you ever used "I am feeling lucky" button on Google homepage for any keyword/phrase. I rarely used it...once in a blue moon light..what about you? Re: I m feeling lucky on G homepage Community Center Geeks' Lounge by Dave Sinkula I like it for some of the googlebombs such as "[URL="http://www.google.com/search?q=french+military+victories&btnI=I'm+Feeling+Lucky"]French military victories[/URL]". It makes the search look legit and enhances the amusement factor IMO. I feel lucky Community Center Say Hello! by Amiet Mhaske I've seen the website. Now i feel like i am one of the lucky member of this community. Regards and best wishes from Amiet Mhaske Re: Lucky escape for one toddler!! Community Center Geeks' Lounge by efmesch Unbelievable--without having said anything, she deseerves an award! Re: lucky number game Programming Game Development by Sodabread Have you written anything, or are you just asking us to do your homework? Re: lucky number game Programming Game Development by 0x69 Hey you even didn't wrote what game mechanics you should expect. Or do you think that we are some kind of wizards ? Re: lucky number game Programming Game Development by soniakhan33 Plz explain your question fully then we can help you.... Re: lucky number game Programming Game Development by ctaylo21 I can see several errors in the code, have you tried compiling it so you can see what errors you have? Re: Lucky Nine in Java Programming Software Development by JamesCherrill That is a very vague and general question. Please ask something more specific so people can answer Re: Lucky Nine in Java Programming Software Development by stultuske just starting out with Java and already trying to implement your own AI??? a tip would be: start at the beginning, and first learn the basics (yes, that will take more than two days of studying). MustamOz sa LajaT Community Center Say Hello! by kidd3m lucky to be here with you all. Lucky Sevens game Programming Software Development by aharrisii I am having trouble correcting the syntax on this problem so far and I can't seem to find my mistake any ideas on what I am doing wrong ? The object of the program is to ask user for amount of money to put in the pot, and play until the pot is empty. import random mypot = int(input("Please enter the amount of money you want in the pot: &… Re: Lucky Sevens game Programming Software Development by ihatehippies Hard to check your syntax unless you put your code in code blocks because we can't see the indents. Change 'random.randit' to 'random.randint' x 2. Change 'myrole = (diceroll + diceroll2)' to 'myrole = (diceroll[I][B]1[/B][/I] + diceroll2)' As written this will not play until the pot is empty. Consider adding [CODE=python]while mypot > 0: … Re: Lucky Sevens game Programming Software Development by woooee You should also check for values between a certain range, i.e. someone can not enter one million or a letter. Re: Lucky Sevens game Programming Software Development by aharrisii import random mypot = int(input("Please enter the amount of money you want in the pot: ")) diceroll1 = random.randint(1, 7) diceroll2 = random.randint(1, 7) myrole = (diceroll1 + diceroll2) while mypot > 0: if myrole == 7: print("Your roll was a 7 you eaerned press enter to roll again: ", mypot +… Re: Lucky Sevens game Programming Software Development by rny5 "break" stops your loop, without it your loop will run until mypot <= 0. That's btw the next problem, the value for mypot doesn't change and it will loop for a long long time. Re: Are you feeling lucky? Community Center Meta DaniWeb by majestic0110 ooooh sarcasm lol. Like it! Re: I m feeling lucky on G homepage Community Center Geeks' Lounge by Narue I use it regularly when I know the first hit is the page I want.