No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
20 Posted Topics
I am writing a script that solves a Quadratic equation. What I am doing wrong and why? The error I get is: [COLOR="Red"]Traceback (most recent call last): File "/home/matthew/Desktop/QuadraticSolver.py", line 5, in <module> c1 = (b * -1) + math.sqrt(((b*b) - 4*a*c) / 2*a) ValueError: math domain error[/COLOR] Here is …
Currently those features are already enabled on FaceBook. If people see a post they like they can re-share that. The Invite button is to allow users to invite/suggest friends to join this group. If you would like to add more you will need to learn to code a FaceBook App …
Sleep to make up for the 5 accumulative years of missed sleeping time spent coding.
It has come to my attention that DaniWeb only has a Mobile Development section for programming with Objective C. The problem is that Obj C is a REALLY complex language and I think that it would benefit many people looking to develop Mac Apps / Phone apps or get a …
Google is hoping to integrate this with their new Social Network so your friends can get customize searches like Bing does now.
Hey guys I need a little bit of help. I am writing a program that generates 100 random numbers and then stores then in an arrays (2, even and odd numbers) I need a little help with passing the array into the function and generating random numbers. What am I …
This is a good tutorial. [url]http://css-tricks.com/css-sprites/[/url]
There is probably a bug with Visual Basic and its installation. Try redownloading? It seems to be an error related to memory location which is Visual Basic, not you.
I would recommend safely removing the keys if you are feeling adventurous. Otherwise, a wipe with a rag/towel with rubbing alcohol or water will make it less sticky. I would also recommend flipping it upside down and giving it a good pat/shake.
You would do CSS: CSS [CODE] table { position: absolute; left: 200px; top: 20px; } [/CODE] HTML [CODE] <div id='table'> // insert table here </div> [/CODE]
You do not set the link to anything. Please correct the link before we can answer your questions.
As a developer, Apple will pay you at your chosen (and accepted) bank account. You will be able to see this through iTunes Connect. You pay 99 dollars a year so you can quit at the end of the annual anniversary. If you don't click renew your account will be …
Not sure what you mean here. Do you mean the applications you write, or the IDE itself?
If you are looking for a good book on iOS programming I definitely recommend iPhone Development for Dummies. It takes a clean simple approach to Objective C. Heres the link: [URL="http://www.amazon.com/iPhone-Application-Development-Dummies-Computer/dp/0470937653/ref=bxgy_cc_b_img_b"]http://www.amazon.com/iPhone-Application-Development-Dummies-Computer/dp/0470937653/ref=bxgy_cc_b_img_b[/URL]
Hello all, I have just converted from Windows to Mac and have been a longtime user and fan of NotePad++. I had heard of a way to run it on a Mac but am having the hardest time finding it. Is this possible? And if not, what are some FREE …
You might want to check this out...it's an excellent piece of documentation. [URL="http://www.pygame.org/ftp/contrib/input.html"]http://www.pygame.org/ftp/contrib/input.html[/URL]
[QUOTE=joesteven;1346925]Does anyone know how to burn a dvd that contains a Keynote slide presentation? Thanks.[/QUOTE] You can time it and then export it as a Quicktime. Use iDVD or even iMovie to then burn it to a DVD.
Hello, I am looking into testing the performance of different numerical datatypes like double, integer, float, etc and see which one is the fastest. Is there a way to do this in C++. Time the time it takes to do basic arithmetic with numbers. Starting and end a timer within …
The End.