- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 8
- Posts with Upvotes
- 2
- Upvoting Members
- 8
- Downvotes Received
- 7
- Posts with Downvotes
- 5
- Downvoting Members
- 5
I am a normal guy like any other, I like to lisent to music mostly rock, and I like computers.
- Interests
- computer programing, music, and girls
Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them. For example: Do you like rock music? Wrong Answer: "yes or yep, yeah, etc. Correct Answer: "I love rock music, i think it is … | |
Re: [QUOTE=farooqaaa;656746]I’m not anti-social; I’m just not user friendly (Geek Quote)[/QUOTE] nice one here is a quote I wrote myself its the only one that makes real sense to me. "Why is it that no human being knows the true meaning of life? For the reason that those who have found … | |
If you are on school and you are taking algebra like me or just want to find the missing length of one side of the triangle than this program should help you out. Pythagorean Theorem Calculator is great and extremely essay to use thanks to this little program I pass … | |
Here are my favorite geek quotes I have a couple of shirts with some of them on. P.S I don’t suggest wearing a shirt with #15 to school if you are still stuck in those rat holes like me. 1. There is no place like 127.0.0.1 2. There are 10 … | |
Re: You know thats not just on the uk here on the states its sort of similar. I bought an iphone with 2G and I am very dissapointed. First, if you drop it just once the screen cracks and it cost me alot to fix it. Second, It does not have … | |
Hi everyone I am having a little problem with a program that I wrote [code=Python] def P(): a = "a" aa = "aa" b = "b" bb = "bb" text = raw_input("Enter Text: ") SpacedText = ' '.join(list(text)) OutputText = SpacedText if a in OutputText: print aa if b in … | |
Here is a list of rules that me and a couple of friends made a while back. By the way, if anyone has something like Women rules for men please post it here. Also if I left anything out feel free to add to the list. 1. Men are NOT … | |
Ever wonder what doctors are thinking when they say one of their occasional phrases? Well after 15 years of doing crazy stunts and visiting the hospital twice a week I have finally gotten some answers: "This should be taken care of right away." I'd planned a trip to Hawaii next … | |
Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them. For example: Do you like rock music? Wrong Answer: "yes or yep, yeah, etc. Correct Answer: "I love rock music, i think it is … | |
Re: If you want to compile a program than you might want to use py2exe. Its a pretty good compiler that you can use so here is the link and give it a try. [url]http://www.py2exe.org/index.cgi/FrontPage[/url] Keep in mind that there might be better compilers out there so you might want to … | |
Re: If you are using pygame you would want to use either: pygame.time.wait() or pygame.time.delay() for more information on how to delay an event go to: [url]http://www.pygame.org/docs/ref/time.html#pygame.time.wait[/url] | |
Re: [QUOTE=flagrl;654647]when you are writing a program and you get an errer do you have to start all over again or is it ok to go on. i am just writing some of the programs that are on this site in the sticky's i am writing them in the command line … | |
Re: What you should do is rewrite your program and put it on a while loop so that when it ends it restarts by itself. Once you got that you should make a quit option and the program should work properly. Thus, your program will restart every time it ends and … | |
Re: Here is what you need to do: 1. Open the Python IDLE and type in: >>> help() (The following text will come up follow the instruction and you should find all the information you need) Welcome to Python 2.5! This is the online help utility. If this is your first … | |
Re: Dude you need to give more information for anyone to help you and make sure you post your question on the right forum. | |
Hey there everyone I need a little help. Right now I am in the process of writing a program that uses subscripts and superscript but I dont have a clue how to get them. I am not even sure if they can be used in python so if any of … |