- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 20
- Posts with Downvotes
- 13
- Downvoting Members
- 13
44 Posted Topics
Re: python 2 is more stable and alot of people still use it and prefer it , I heard 3.2 is way better than 3.1 which is why alot of people still used 2.6 although 3.2 is supposed to work decently now, but alot of people use 2.6 so I would … | |
Re: Try the CryEngine [URL="http://www.crytek.com/cryengine"]http://www.crytek.com/cryengine[/URL] | |
do you need software to jailbreak an iphone is it that simple? is there no coding? . | |
Re: Do this: import java.util.Scanner; public class Area3 { float base, height, area; this declares global variables that can be reference from other methods. What you are doing in your example is trying to reference a "local" variable. | |
I am have been tring to get my app to just display a string from another class forever! Here is part of the main class I have that has a sensor manager, I want to be able to shake it and display the string from my Jconnect class. From my … | |
Re: my laptop have the same problem I found if I hit it just the right way it works (lol ^-^) its cause by i think the harddrive getting disconnected inside the laptop. open it up and look at it, it might be loose, when I plug it back it(or hit … | |
I need help parsing an html file from my schools website, I know this code is bad BUT there is hardly any decent tutorial on html parsing for android so I ATTEMPTED this. I am still in the beginning of my software stages so bare with me! Thanks! ^-^ package … | |
I have a basic TTS app that I want to output speech to the person on the other line, I just dont know what packages to look for to access the connection/ports or whatever so that my speech system can be heard by the other person, right now it just … | |
Re: all you need to do is download universal usb boot, then download ubuntu, then just run the usb boot, it will run u through a tutorial , you select the version of unubuntu u downloaded, then it installs, then you restart your computer, boot from ur usb and Voala! it … | |
Re: It's because you did not make your do loop correctly look at the proper syntax of the do/untill loop. http://www.java2s.com/Code/VB/Language-Basics/DoUntilLoop.htm ![]() | |
Re: Im sorry I can't answer this myself, but man isn't it so hard to get a straight answers with these nerds online these days? | |
hello I have just installed ubuntu over my windows partition and I like it but im having minor issues, when I open system monitor and look at the memory usage I see I have 741 mb of memory wtf!?! cause I know I have 2gb installed | |
Hey guys, help me with my homework ! I am taking CIT 160 and for my first assignment I am to ask 5 family members, friends ,strangers etc 5 security questions which i will have to investigate further and write a report on, so I came to daniweb! please answer … | |
I am right or wrong? there is no such thing as Artificial intelligence since humans are the ones who have the program the robots or machine to do a specific set of instructions so its basically just human intelligence theres nothing artificial about it | |
Re: I recommend learning Java I learned python first but it teaches you bad habits that most other languages don't use although it is fairly easy. | |
Re: so you want the currency updated by a website? ![]() | |
So when you download a file via the internet . like lets say (a new firefox browser) from the internet what actually happens in that process of transfering bytes and information? could anyone post any useful preferrably long detailed explanations? | |
Re: Google OCR -Optical character recognition that is the area of computing that deals with image recognition. | |
![]() | Re: yep just parse the file , try using regular expressions. |
Re: You need to change your while loop you have no loop control variable so your while loop is just looping thru you need a variable for that; Example. While(event.type == MOUSEBUTTONUP) or something similar . But as you can see from your code there is nothing to end your while … | |
is there any development or do you have any input on the possibility of instant downloads? is it possible? | |
Re: hey do u need help with this game? I have probably a little more experience than you with python judging by your post and Im bored :) private message me | |
I am not sure if this is the right place to post. But I am creating a website that is similar to sourceforge with project hosting and such, I need the requirements for the site. I know how to program JS and html and such as well as software languages, … | |
This is could some help me out and tell me why my code isnt running , thanks! [CODE] import java.util.*; // import utilities for scanner public class month { //declaring our class public static int monthNumber; //inital month number public static int current_month; //current month variable private static month monthnew;//declaring … | |
Re: you could put them all inside of functions, did they need to be seperate programs? | |
Re: I don't get what you need help with . pass the value to ur function and make some extra code to add the values... | |
Re: you might find the syntax you need here. [url]http://docs.python.org/library/thread.html[/url] you could make a for loop to make the 50 threads and make a nested for loop for each thread to call that function | |
The End.