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
~7K 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

20 Posted Topics

Member Avatar for hira.syed
Member Avatar for Ejim Kingsley
0
229
Member Avatar for cmps

Create a class called request storing all the data on the flight ie number time in queue etc Create two queue collections [ queue<dataType> = new LinkedList(); ] Use that concept to build your program around. I like the idea of this program, sounds good.

Member Avatar for bodiddly123
0
679
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
328
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
230
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
906
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
223
Member Avatar for Recklessyouthband

If you can't implement the registry key back-up. On a different computer (obviously) download ubuntu and burn it to a CD. Boot your computer from the CD drive. Access C:\ and replace the damaged/missing registry files with your back ups. Avoid using regedit at all costs, there is usually a …

Member Avatar for stormal1
0
276
Member Avatar for ThatBitchYeah

At what point would the user be pressing Q to quite the program? Or is it at any point?

Member Avatar for ThatBitchYeah
0
336
Member Avatar for Violet_82

It's generally classed as good or maintainable programming to initialise all global variables in the constructor rather than wait for them to be set using setters.

Member Avatar for Violet_82
0
235
Member Avatar for HibaPro

VB, unlike Java, doesnt run on a virtual machine, the program needs to be installed so you will need a setup file. I'm assuming you're using visual studios in which case you need to export the program. To make the connection string editable, there needs to be a UI that …

Member Avatar for AndreRet
0
415
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
302
Member Avatar for tingwong
Member Avatar for javanoob101

For this I would use a key listener. This is basically an event that is triggered whenever a certain key is pressed. This is a really good tutorial for learning how to do it. http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html

Member Avatar for javanoob101
0
179
Member Avatar for meowmonkey

Just in addition, obviously you would change the "#" in amirbwb's code with whatever you wanted to print.

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

Not 100% about this, but check there aren't any jumpers on the clear CMOS pins that would make it clear...highly unlikely that this would be the problem but cant hurt to check.

Member Avatar for silvercats
0
124
Member Avatar for Devid Bujji

A VPN is a Virtual Private Network. [Read This](http://whatismyipaddress.com/vpn)

Member Avatar for live_up
0
151
Member Avatar for Rachna0309

Not 100% if this answers your question but I wrote this code for a car game in college. Pass the sql command to the function and it executes on the database it is set up to access. Hope it helps. Public Sub sqlCmd(ByVal SQLText As String) Dim retVal As Integer …

Member Avatar for RockJake28
0
708
Member Avatar for iamlaw

Its because you're making a new instance of class B that is compeltely different to the one holding the data. That is why you're getting a null return. I would solve this by making a "control" class that works as a communication class between all of the classes you have. …

Member Avatar for RockJake28
0
189
Member Avatar for thecoolman5

I don't think there is any way to do what you're after. As far as I know, you can either have all the audio of a section or none. Maybe look for the soundtrack or look in the credits for the song titles and get them separately.

Member Avatar for RockJake28
0
346
Member Avatar for mamedure

If other devices are being affected with the same probelm, chances are it's a new router you need (I'd recommend a cisco or netgear) If it's just your laptop, you might want to get a USB wifi adapter as it could be the integrated WLAN card that's nackered.

Member Avatar for RockJake28
1
225

The End.