Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~6K People Reached
About Me

I'd rather be programming than outside.

Interests
python, django, software development
PC Specs
AMD FX8350 - AMD Radeon HD 7970 - ASRock Extreme4 970
Favorite Tags
Member Avatar for hira.syed

I am buying new phone for myself. but i am confuse . Lumia got good sepecifications , its graphics, camera and speakers. on other hand Ios is best. and SIII is no.1. what to buy?

Member Avatar for Ejim Kingsley
0
226
Member Avatar for cmps

Hello I ma trying to practice on Data structure using java. I solved a lot of problems but this one looks interesting but I need some help understanding what I really have to do ... > write a program that simulates the operation of a busy airport that has only …

Member Avatar for bodiddly123
0
666
Member Avatar for RockJake28

So I'm starting to learn python as it's an awesome language from what I've already done in it. I came across an exercise to learn lists and it was basically as follows Create a list of first names and a list of second names and use a for loop to …

Member Avatar for Lardmeister
0
323
Member Avatar for RockJake28

Ok so I have 2 String variables holding dates in the format dd/mm/yyyy and I need to find the difference in days between them. Ideas? Eg. String date1 = "dd/mm/yyyy"; String date2 = "dd/mm/yyyy"; int difference = (date1 - date2); EDIT: and unless *absolutely* necessary, I dont want to use …

Member Avatar for bguild
0
226
Member Avatar for RockJake28

What are the repercussions of having an odd number of RAM modules. E.g. 3 x 4GB I know it will work but I want to know exactly what damage it can do/problems it can create. Cheers EDIT: And also, why is it better to have more RAM modules (e.g 2x4GB …

Member Avatar for caperjack
0
842
Member Avatar for RockJake28

I have this code so far #Add two digits def add(a,b): return a+b #Subtract two digits def sub(a,b): return a-b #Multiply two digits def mul(a,b): return a*b #Divide two digits def div(a,b): return a/b #returns an integer that the user enters def getCommand(): cmd = input("Choose: ") return cmd #Execute …

Member Avatar for Lardmeister
1
216
Member Avatar for Recklessyouthband

I have a Sony Vaio E series premium laptop and after upgrading to windows 8 I got the "IOLORGDF32 Program not found skip autocheck" problem that seems to be pretty common when upgrading on a Vaio. So I found this tutorial on how to get rid of it and tried …

Member Avatar for stormal1
0
260
Member Avatar for ThatBitchYeah

I have no idea hw to approach this... i need to end my program, shown below by the user pressing the letter Q on the keyboard. Help? #include <stdio.h> #include <stdlib.h> float subtract(float x, float y); int main (void) { float x, y; printf("Please enter a real number:\n"); scanf("%f", &x); …

Member Avatar for ThatBitchYeah
0
330
Member Avatar for Violet_82

HI peeps, I have a question about the following program: TempScale.java: public enum TempScale { CELSIUS, FAHRENHEIT, KELVIN, RANKINE, NEWTON, DELISLE, R�AUMUR, R�MER, LEIDEN }; Temperature.java public class Temperature { private double number; private TempScale scale; public Temperature() { number = 0.0; scale = TempScale.FAHRENHEIT; } public Temperature(double number) { …

Member Avatar for Violet_82
0
228
Member Avatar for HibaPro

i have vb6 project with cr8 and 10 , its correctly run on one pc what i need is to run this project on local netwrok , how i can do this and how i can edit the connection string and make .exe file ???? Help me plz

Member Avatar for AndreRet
0
378
Member Avatar for RockJake28

I have tons of files in this project as I am programming an ARM board. Making a tilt snake game where the snake is controlled by an accelerometer. I am using a timer interupt (handled by timer0.c) to toggle a boolean variable `extern bool toMakeFood;` stored in "includes.h" that tells …

Member Avatar for deceptikon
0
296
Member Avatar for tingwong

Hi everyone I have a final exam for my Java class tomorrow and wondering if anyone could tell me if my answers are right? The questions are True/False. Thank you all! 1. True/False — An interface may only contain method headers. 2. True/False — An interface may not contain instance …

Member Avatar for stultuske
0
294
Member Avatar for javanoob101

Hello everyone! It has been quite sometime since I was on Daniweb, and a lot has changed. Anyway, I have decided to "fix" my old Java school ISU and make it better. (I am not in school so don't worry, I'm not cheating.) Here is my problem: I want a …

Member Avatar for javanoob101
0
177
Member Avatar for meowmonkey

What would be the best way (or any way) to print out a pattern, that may cut off at any point dependant on the x & y length? for example, if i wanted a pattern 4 up (y = 4) and 14 across (x = 14) I would need it …

Member Avatar for NP-complete
0
236
Member Avatar for tushar27

after installing window 7 loader by date and time changes in every booting(restarting) help...

Member Avatar for silvercats
0
120
Member Avatar for Devid Bujji

i am studying at iiit campus,in india.i want to know about what is VPN and what is the use of that.so could you please tell me about that ?

Member Avatar for live_up
0
146
Member Avatar for Rachna0309

I use ODBC data source to connect vb.net application to MS ACCESS database.When I have to install it in my clients PC,I have to manually make ODBC connection from(Control Panel -&gt;Administrative Tools-&gt;Data source(ODBC)). Now what I want to do is,include odbc connection string in vb.net code itself so that I …

Member Avatar for RockJake28
0
689
Member Avatar for iamlaw

hi! I have a problem regarding this matter. To illustrate: i have class A, which holds a data to be passed to class B to be used in method1 of class B. I also have class C, in which a have the event to trigger method1 in class B. In …

Member Avatar for RockJake28
0
185
Member Avatar for thecoolman5

Hi, I have a workout called Insanity and I want to extract the music from the audio from the DVDs. When you start the workout, you can choose to do the workout with or without the music. When you don't choose to play the music, the video is the exact …

Member Avatar for RockJake28
0
341
Member Avatar for mamedure

i get a yellow triangle on my network connection icon saying i have limited or no connectivity, so i have to unplug my router to fix it all day long, do i need a new router?

Member Avatar for RockJake28
1
222