Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
14% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
20
Posts with Downvotes
13
Downvoting Members
13
5 Commented Posts
Member Avatar for ebaum2112

i am trying to make a checkerboard that centerss automaticly no matter what the sideLength is. also i am tryiing to put the checker in the squares...im only a beginner!!!! have mercy heres what i have [code] def drawCheckerBoard(myTurtle,sideLength): myTurtle.speed(0) for i in range (8): myTurtle.forward(sideLength) myTurtle.right(90) myTurtle.forward(sideLength) myTurtle.right(90) myTurtle.forward(sideLength) …

Member Avatar for ilona.lizard
0
214
Member Avatar for idiotguy

Hi Friends, (i) I'm very new to python.so i wanna know which version of python is suitable for me.I have [I][B]python 2[/B][/I] and [I][B]python 3[/B][/I] in my choices..which one is best for me??? (ii)Also give me the list of GUI toolkits for respective versions.. (iii)which version has the best library …

Member Avatar for Tcll
0
692
Member Avatar for Azmah

I'm looking for a really good 3D and/or Game engine to work with? I currently use C++, though I am willing to switch if the it's worthwhile :) Thanks in advance.

Member Avatar for 3dwalkyan
0
480
Member Avatar for ret801

do you need software to jailbreak an iphone is it that simple? is there no coding? .

Member Avatar for kasi123
0
210
Member Avatar for carrl00

create a console application that compute the area of triangle, and ask the user if he want to repeat the program. but i haved an 8 error saying cannot find symbol in line 19,23,26,27. import java.util.Scanner; public class Area3 { public static void main(String args[]) { Scanner input = new …

Member Avatar for stultuske
0
292
Member Avatar for ret801

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 …

Member Avatar for ret801
0
291
Member Avatar for 88zachary88

I consider myself a decently computer savvy guy for my age, however, this has me completely stumped. so if any of you can tell me weather or not re-installing windows (or any other solution you could think of) would be likely to help, because as much as It would be …

Member Avatar for ret801
0
293
Member Avatar for ret801

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 …

Member Avatar for ret801
0
131
Member Avatar for ret801

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 …

Member Avatar for saisyam.dampuri
0
65
Member Avatar for dany12

Hy I want to install ubuntu on android netbook using a usb data link and my pc I have seen on the web a video where is used and eeepad from asus Can I do this with my goclever i102 netbook? Thank you in advance

Member Avatar for dany12
0
140
Member Avatar for dsatele1

I'm new to vb so it is no surprise that I am stuck. I have this code and it runs as it should but I get a the Error "Run-time error '91: Object variable or With block variable not set". How can I fix this and have it continue on …

Member Avatar for Unhnd_Exception
0
121
Member Avatar for waleed.makarem

Dear Experts, **Problem :** I need to save a datatable to a binary file , in binary format , in order to make the process fast because the datatable may contain up ten millions rows. So , XML is not favorable because it makes the file large sized , and …

Member Avatar for Reverend Jim
0
1K
Member Avatar for ret801

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

Member Avatar for rubberman
0
162
Member Avatar for ret801

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 …

Member Avatar for WaltP
0
184
Member Avatar for ret801

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

Member Avatar for Rashakil Fol
0
241
Member Avatar for Jimakoss

hello people of DaniWeb! This is my first post.I gotta tell you that my head is going crazy lately.I am 18. So what's the case? Alright last year I gave some really really really hard exams in my country Greece.I suceeded. I got into the university at the Department of …

Member Avatar for WolfShield
0
308
Member Avatar for Mr.BunyRabit

hey there. Im using Netbeans. i have a form where there is a button edit. when i press it, other form opens, and the selected item on the previous page has to be edited in the databse. So bottom line, i have to get a String / int that i …

Member Avatar for stultuske
0
168
Member Avatar for nickmi

Good afternoon Well my idea is simple.What i want to do is to create a currency converter.Pretty easy task, but i want the currency rate to be updated somehow by an external server, probably from an website.Although i have experience in programming i have no clue how to use an …

Member Avatar for hfx642
0
204
Member Avatar for ret801

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?

Member Avatar for ret801
0
107
Member Avatar for sirlink99

I was watching a video on how they made Watson (the robot that was on jeopardy), and another one where a person made a simulation where triangles (animals) learned when to get food, and such, and then taught their offsprings, and then they learned more, and then the intelligence developed. …

Member Avatar for harinath_2007
0
173
Member Avatar for apeiron27

my text file content looks sth like this: -title info~~~~ ~~~~~~~~` ~~~ -tittle info~~~~ `~~~~`` and so on.. the no of line in the info section is not constant. i want to pick the data with the right title and save it in another file i'm guessing i need to …

Member Avatar for ret801
0
61
Member Avatar for natehome

ive been working on this script as a project, and when i run it and click on the button to sleep(its going to be an rpg game) it loops and sends the command a bunch of times through the function. [CODE] import sys, random, time, pygame from pygame.locals import * …

Member Avatar for ret801
0
238
Member Avatar for ret801

is there any development or do you have any input on the possibility of instant downloads? is it possible?

Member Avatar for thines01
0
133
Member Avatar for Lemony Lime

I'm making an RPG, and am trying to split things up into multiple files to organize things better. (I mean, character creation alone was over 2000 lines.) But this is something that I've never done, and I'm really not sure how to do it. So, if I could get some …

Member Avatar for ret801
0
282
Member Avatar for ret801

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, …

Member Avatar for peter_budo
0
130
Member Avatar for ret801

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 …

Member Avatar for berniefitz
0
239
Member Avatar for sofia85

I'm a beginner at python programming and now I want to try to write a function consisting of my already written programs. The goal is to get all probabilities when I'm calling on the function in the main program. My already separately written programs looks something likes this and the …

Member Avatar for Gribouillis
0
189
Member Avatar for knjava2011

I am a very new java student.I need to write a program ask the users to enter the series numbers separated by commas, with the valid input is : 23,45,90,4,5 The program should calculate and display the sume of all the numbers. I had written the code. I knew it …

Member Avatar for Taywin
0
329
Member Avatar for hisan

How to create n number thread in python. i want iterate over the for loop and create a thread for iteration sample code for i in range(o,50): i want to create 50 thread here which call the same function. how start and stop each thread after completion .

Member Avatar for Gribouillis
0
249
Member Avatar for pandita

Hello, Everyone I am a beginner with Python, I have to design a simple GUI page which should have a login form, Need Help. Thanks in Advance

Member Avatar for Tech B
-1
87