- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 35
- Posts with Upvotes
- 28
- Upvoting Members
- 27
- Downvotes Received
- 5
- Posts with Downvotes
- 4
- Downvoting Members
- 3
192 Posted Topics
Python is awesome to start with, i'm 15 now. I started off with python without any knowladge and now I have gone to Java, android development, PHP. It's opened loads of gaps! The best place I think to learn all of these languages is here: http://thenewboston.org/tutorials.php It's completely free video …
My current favourite is: la la la by naughty boy, Some like it some hate it... I don't have an all time favourite:P
Check out this article: http://maniacdev.com/2010/01/iphone-development-windows-options-available
You can promote your page for a small amount per week.
Depends which i7 it is.
The FX 8350 is showed as bieng clocked at 3.31ghz in the preferances under my computer. Why is this? Also CCC is really simple looking... How do I sort this? http://gyazo.com/333ca28c5ddc0977312c91610c52cbd8
Whats your favoure TV Programme?/programmes? My list is: The IT Crowd The Inbertweeners
Hello, This if statement is always returning true and I cannot see why. Could you guys tell me why? menu = input("Choose what you would like to do:\n\n1. Work out how far you will travel with a set time and speed\n2. Work out the speed you will need to travel …
Ok. When you have you have your windows background screen, press windows key + r. If a window pops up then, type cmd and then type in that "explorer.exe" and see if that does anything. Also from ctrl+alt+delete screen go to the task manager and see if explorer.exe is running.
Have you tried taking a gpu out & then booting it. Are there any beeps when turning the PC on? Check the cables work as well.
Yes, it is a PC world article, therefore most likely won't work but here: http://www.pcworld.com/article/242252/send_and_receive_text_messages_on_your_pc.html A google search reveales lots of methods.
Try connecting it to a monitor/different monitor. Listen for beeps when booting the PC. Are that fans spinning?
Ok, You have a few options. Option 1 (If you have your windows 7 disk and another system to use): 1. Download ubuntu and create a bootable flash drive. Put this into your PC and boot from it. On ubuntu look for a file named something along the lines of …
I can't completetly see what you are trying to do, but to referance a cell, you can use: Application.Range("CELL eg A4").value = "Y" Could you explain in a bit more detail what you are trying to do?
I'm getting one of the following soon: http://www.overclockers.co.uk/showproduct.php?prodid=GX-225-MS http://www.scan.co.uk/products/2gb-asus-gtx-770-directcu-ii-oc-28nm-pcie-30-7010mhz-gddr5-gpu-1058mhz-boost-1110mhz-cores-1536-dpor I can't decide which one to go with. AMD with mantle or nvidia with free games & solid drivers?
Hello, I was revising for my exam and can't think what would go in this space... What do you guys think it is? Images can be stored as bitmaps. A bitmap is a description of the bits that make up an image. Each pixel is represented by a number that …
Hello, I have a countdown timer. The countdown timer counts down in miliseconds. I have worked out hours by using the sum: (((millisUntilFinished / 1000) / 60) / 60) Now minutes, I did this today and I seriously can not see how minutes works, but it does, here is what …
I personally think they should be left alone. What's your opinion?
I think smartphone prices are way too high. For example the Iphone costs: £40 per month if your getting it on a contract. But actually, the cost(500)/the length of the contract(24) = 20.83 which is the price of the phone per month. Therefore you could buy a £1000 PC(or anything …
I have just purchased the zalman Z11 Plus, I need to ask a few questions: My motherboard is: http://www.asus.com/Motherboards/M5A78LMUSB3/ , There are 3, 3 pin fan connections in the case; Are there any fan connectors on my motherboard? My case has USB 3.0, My motherboard doesn't, what can I do …
1. Make sure the file is in the same directory. 2. Make sure the file is called "accounts.txt" 3. change r+ to r and see if that works.
Be cheaper to buy a new PC. You are better off getting a £400 PC for gaming.. atleast, but if you really insist on upgrading, get an SSD.
How do I check if a query has returned a value or not because this isn't working? I swear I have done it before but I can't work out why it isn't working. echo "<form action = 'NoughtsAndCrosses.php' method = 'POST'> <input type = 'text' name = 'game_search'> <input type …
I know there is lots online but I want your guys opinion of what you have got on with. I need a game engine/program to create platformers, its just for a hobby at the moment :) I will eventually go in to 3d what do you guys use? I always …
I have created a game where the player moves a character around the screen but if a ball hits them then they lose the game however I'm stuck with the part where the ball collides with the player as it simply doesnt work. Here is my code: // Imported libaries …
Hello, My next school project is in microsoft excel. However school are using 2007 and it seems to be rather expencive. Now I could use skydrive/google spreadsheets to do it however it needs to be handed in, in xlsx format. Therefore it would be wise to just get office at …
The program is using nested for loops - http://www.tutorialspoint.com/python/python_nested_loops.htm It is also usin modulo which is "%" this works out the remainder therefore if: n / x = 0 the if statement will be true. Therefore it will run: `print n, ’equals’, x, ’*’, n/x` Eitherwise if n / x …
When I go on my profile it says I have 4 down votes but when I look it only shows that I have had 3.
Write the code out properly: <?php if ($_SESSION["Username"] == "name") { echo "Right Name"; } else { echo "Wrong name"; } ?> I swapped 'nume' to 'name' I don't know if it was meant to be like that? Mat
First of all, yes this is a homework question however I am not asking you to do it for me I just need something clarified :) My homework is create a truth table for: Q = NOT (X OR Y) AND Z Now, is the 'AND Z' also included in …
What are you trying to do? Are you trying to test your CPU? or making the program to test the CPU out general fun-ness?
I don't know which mac you have but here: http://www.redmondpie.com/how-to-install-windows-7-on-macbook-pro-with-retina-display-tutorial/. You can google it for other versions of the macbook. Mat
$firstparty is not defined? Can I see the rest of your code? You're theory is correct as you can do this: <?php $firstparty = "Enter here"; ?> <td>First Party*:</td><td><input type="text" name="firstparty" value="<?php echo is_null($firstparty)? "":$firstparty;?>"/></td>
I'm going back after this week, final year then in to sixth form.. hopefully:)
1. Put the bullets in to a variable for example b = 50 2. Before you run the code to shoot the bullet check that b != 0 3. When the piece of code is run -1 from this variable. 4. You can print the number of bullets on the …
`if(!$_SESSION['logged']){ ` is always returning false as like phorce said session_start() is not being called. You could also use cookies if you wanted.
Have you read through this? - http://www.mobilechameleon.com/toolkits-for-making-hybrid-apps.html
Why have you re-opened the PHP tag without closing it? on 673?
Will a 12cm cpu cooler fit a 18.3cm case?
I need to add two more HDD's to my PC, My case says it has the following: External Bays: 2 x 5.25” External 2 x 3.5” External Internal Bays: 2 x 3.5” Internal However the hard drives only fit in the internal bays due the screw holes not being in …
You can use directX for graphics but it is recommended that you learn C++ first - http://blogs.msdn.com/b/vcblog/archive/2012/09/25/directx-graphics-development-with-visual-studio-2012.aspx
or str_replace() can be used to find something such as "." and then replace it with whatever you want. It is called by: str_replace($search, $replace, $string); Read more here - http://php.net/manual/en/function.str-replace.php
pygame is a good place to start: It takes a bit of effort to find the correct version for your python but it is simple for GUI's and pretty fun, the only problem is, trying to find a decent tutorial for it! or wxpython is good for GUI's or even …
You need a loop which keeps going round until the input is a certain thing but you need to append the answers to an array if you want to keep them. Here is the general syntax for this, I do apologise I havn't done java in a while but I …
Read this it's a great tutorial about arrays in C++: http://www.tutorialspoint.com/cplusplus/cpp_arrays.htm
Check this out: http://zetcode.com/db/mysqlpython/.
I took my GCSE exam paper today and i think i did well apart from one question. The question was: A games website are thinking of setting up a cummunity centre. Discuss the implications of them doing so. Some of my freinds put something about legal and cyber bullying stuff, …
I am going through challanges in python and cant see why i'm not getting the correct answer... The challange is 'Find the sum of all the multiples of 3 or 5 below 1000.' Here is my code: #!/usr/local/bin/python2.7 a = 0 b = 0 eA = [] eA2 = [] …
The End.