Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~17.6K People Reached
Interests
Linux, Java, C++, Networking, fishing
Favorite Tags
Member Avatar for <M/>

I am just bored... and curious... and i have not made a thread here in a long time. What languages can you guys speak? Atm, for me: 1. English 2. Farsi (simplified and mixed version of dari) 3. Dari (basically same as farsi, but more formal and traditional, if you …

Member Avatar for iamthwee
0
498
Member Avatar for rob.sigmon.1

I am new to java programming and I have to write an inventory program that can hold multiple items. I have my code from week 1 but I do not know how to write in the ability to hold multiple inventory items. Can anyone help with this?

Member Avatar for pookie47
0
543
Member Avatar for filipgothic

Hello, I am having problem with my ports, yesterday I opened port 80 and setup local area connection propeties for ipv4 to use static ip 192.168.1.4, I used ipconifg in cmd to check it first. I am using WAMP server on my pc with windows 7 64-bit. It worked ok. …

Member Avatar for filipgothic
0
3K
Member Avatar for tjeckley

I have had this laptop for about 6 months - I got it from work and I think it is about two years old. It will work perfectly fine for days and then start freezing. If I am in outlook for example, it locks, the screen fades color and I …

Member Avatar for RobertHDD
0
418
Member Avatar for Kunai9292

hey, could u help me with my java programming? i have this problem: Thanks a lot!!!! The mathematician Augustus De Morgan was aged 43 in the year 1849AD. This is interesting because 43 squared is 1849, ie, in 1849 his age was the square root of the year. Given that …

Member Avatar for TylerD75
0
9K
Member Avatar for javaCONFUSEDDD

// Given that no person has ever lived longer than 123 years (and assuming that no one ever will), write a Java application that will determine if it is possible that anyone who is alive today is, has ever been, or will ever be alive in a year that is …

Member Avatar for TylerD75
0
723
Member Avatar for vivekH

Frnds, My questions is "how come to know whether the number is even or odd without using %,/,bitwise operator".

Member Avatar for vivekH
0
269
Member Avatar for Neha_11

ERROR: No such file: Permission denied collect2: ld returned 1 exit status Process terminated with status 1 (0 minute(s), 0 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 0 second(s)) Earlier, I tried dev C++ also, it was also raising the same problem. I don't know how to deal with this …

Member Avatar for Moschops
0
211
Member Avatar for Trle94

Can someone help me out writing hex string to file hex address from textbox? This is my current code: private void button1_Click(object sender, EventArgs e) { BinaryWriter wr = new BinaryWriter(File.OpenWrite(listBox1.SelectedItem.ToString())); for (int i = 0x83C410; i <= 0x83C417; i++) { wr.Write(textBox1.Text); } wr.Close(); } But it doesn't work after …

Member Avatar for JOSheaIV
0
192
Member Avatar for aluhnev

Hi,i used this example for practicing,supposed to be easy one,but,abit confusing. Can you help to solve and point to mistakes i've done. Postman Pat became bored one night at the postal sorting office and to break the monotony of the nightshift, he carried out the following experiment with a row …

Member Avatar for Lerner
0
706
Member Avatar for piet.paaltjens.792

My BIOS does not detect my HDD with windows 8.1 on it. I'am sure there is still a lot of rescuable data on it. Can anybody give me a hint how to get to it

Member Avatar for TylerD75
0
135
Member Avatar for Jonathan_7

Hello I am an absolute begginer and am working on a paint calulator program. I am trying to return the price from the paintformula ex: price = paintFormula(wallArea,price,height,length,width); or paintFormula(wallArea,price,height,length,width);. When I call the method I keep getting errors like: PaintCalculator2.java:33: error: variable price might not have been initialized. import …

Member Avatar for JamesCherrill
0
158
Member Avatar for atul rohilla

My computers config. I5 + gigabyte b75 d3v, 8gb corsair ram and an old msi HD 5830 twin frozr. for some time my lg display is not showing anything after the startup. All fans are running. GPU and cpu everything is working. What should I do?

Member Avatar for rubberman
0
210
Member Avatar for RikTelner

How to bind protocole and/or filetype to program? Right-clicking file in dashboard isn't helping a lot and I have no tiniest idea on how to find the program and bind 'em. Googling "How to bind extension to application in Ubuntu" you won't find any great information. So that I can: …

Member Avatar for TylerD75
0
437
Member Avatar for DawnofanewEra

Hello. I've written a simple program that will once read text into a file and then append some other text when it starts reading again. In other words, adding text to an already existing one. My program doesn't do that but instead it keeps overwriting the older text. How can …

Member Avatar for TylerD75
1
210
Member Avatar for thewalrus

Client code import java.net.*; import java.io.*; /** * This example illustrates the basic method calls for connectionless * datagram socket. * @author M. L. Liu */ public class Example1Sender { // An application which sends a message using connectionless // datagram socket. // Three command line arguments are expected, in …

Member Avatar for TylerD75
0
365
Member Avatar for jpreem

So Im using our university servers through an ssh connection. I have a bunch of files in a directory which I would like to run through a perl script. So I thought this simple script I concocted should do the trick. I have used similar script on my home computer …

Member Avatar for TylerD75
0
297
Member Avatar for Vincentas

Hi, I installed Gentoo Linux, build the kernel with "genkernel", and copy the image file into the /boot folder, also I installed grub. It all works fine. What confusing me is that now I cannot find the kernel and grub under the /boot folder, the folder is empty. I did …

Member Avatar for TylerD75
0
167
Member Avatar for RickCJ7

I am switching our file server from Windows to Linux (Ubuntu Server 12.04) and am using Samba. I was able to successfully set up all the folders needed with the same name that was on Windows. However, there are two folders on the Windows share that is being used by …

Member Avatar for TylerD75
0
556