Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
3 Endorsements
Ranked #486
Ranked #4K
~8K People Reached
About Me

IT Professional | Coding Enthusiast | Gadget Freak | Android Fan | Gamer | Car lover | Music lover | And so on...

Interests
Social networking, Movies, Music, Gadgets, Cars
PC Specs
Home: Intel Core 2 Duo, Intel DG35EC Motherboard, 4 GB DDR2 RAM, 1.5 TB HDD, Nvidia 9800 GTX+ Graphics…
Favorite Tags
Member Avatar for aravind326

Hi, I have a java class that is being used by multiple people (from a UI). In the class i have a static HashMap with the userKey as the map key and an arraylist with data pertaining to the user as the value. I am using this kind of like …

Member Avatar for aravind326
0
385
Member Avatar for aravind326

Hi, I'll quickly explain what i am trying to do before telling the problem i am facing. **Requirement:** 1. Store the contents of a file into an object. 2. Send the object through HTTP socket to another client server. 3. Have the server fetch the file contents from the object. …

Member Avatar for JamesCherrill
0
209
Member Avatar for Zee777

Hey, Hello to every one. Motheboard: INTEL DH67CL, Processor: Intel 2600K Sandy Bridge RAM: (4Gx4) 16GB HDD: 1TB WD VIDEO CARD: EVGA GTX460 1GB DDR5 PSU: Cooler Master GX750 (750Watt) Brand New Sound Card: Creative Audigy Value 7.1 Casing: Cooler Master Elite 430 Black Guys i have the computer system …

Member Avatar for Ritesh_4
0
123
Member Avatar for aravind326

Hi, I have a text file, which i need to make sure is not getting modified. I have to mail this file to people and the file should not be modified by anyone in transit. What would be the best way to accomplish this. Posting it here because I was …

Member Avatar for JamesCherrill
0
125
Member Avatar for jerichostar1

So,my computer has been acting up. About a week ago my GPU fan started making a high pitched, loud whirring sound. This was odd, since my pc is near silent. So I turn it off, check the fan, clean it of dust, and turn it back on. It starts whirring …

Member Avatar for vladimir.m.lubrin
-1
4K
Member Avatar for WaltonPan

import java.util.Scanner; public class array_Project { int index; Scanner scan=new Scanner(System.in); System.out.println("Enter index number"); int[]Project={10,15,20,25,30,35,40,45,50,55}; } public class array2 { switch (int index) { case 1: if(index=0) { System.out.print(Project[0]); } break; case 2: if(index=1) { System.out.print(Project[1]); } break; case 3: if(index=2) { System.out.print(Project[2]); } break; case 4: if(index=3) { System.out.print(Project[3]); …

Member Avatar for aravind326
0
242
Member Avatar for JamesCherrill

I'm curious. Why is so much code in this forum formatted like this [CODE]if (something) { do something } else { do another thing }[/CODE] rather than [CODE]if (something) { do something } else { do another thing }[/CODE] The first version is harder to read and takes up more …

Member Avatar for JamesCherrill
0
374
Member Avatar for ct_hunny

hello i' trying to take out data from start time and end time from my database record..any idea how to solve it for example: 2012-09-08 12:09:33 roadA 2012-09-08 10:49:09 roadA 2012-09-08 10:39:27 roadC 2012-09-08 09:09:33 roadA if i select 10:39:27 to 12:09:33, then only 3 data will be display...

Member Avatar for aravind326
0
214
Member Avatar for kristenw17

So I am trying to make a code that will read a file that contains an unknown number of students and an unknown amount of scores for each student. Then output each students average score. I have tried several different combinations of loops and each times some problem comes up. …

Member Avatar for JamesCherrill
0
249
Member Avatar for aravind326

Hi, I am just trying to do some program on arithmetic expression parsing. So i want to store my operator precedence table in the program somehow. I could use a multidimensional array, but that would be inefficient i guess. Another idea i have is to use a HashTable, where the …

Member Avatar for aravind326
0
448
Member Avatar for alle

Has anyone succeeded in installing the Windows 8 Experience in a Virtual Machine? I am running W7 Ultimate 32-bit, so I downloaded the 32-bit version. I already had Windows Virtual PC so I tried that first. I got a pretty blue screen with the :-( smily saying 'HAL Ininitisation failure'. …

Member Avatar for Fortinbra
0
225
Member Avatar for sergent

OMG. I can't believe it. I don't like Mac, but Steve Jobs was a great smart person. I was just reading daily news and I saw it! He was only 56 years old and he died of cancer. R.I.P.

Member Avatar for AliTheChamp
0
329
Member Avatar for aravind326

Hi, We are using AD 2003 server x64. Created new certificate, exported it into a file and using a simple LDAP Browser or a java code when we try to bind through SSL it fails and we are getting an error called SSL handshake failed: Simple bind failed. Please help …

0
150
Member Avatar for mikeandreas

i was just wondering what are some of the best android applications.i have a huawei ideos and im new to android.

Member Avatar for jingda
0
144
Member Avatar for Portgas D. Ace

There are many internet browsers the most popular being; Firefox, Internet Explorer, Google Chrome, Opera and Safari. However there is no point trying to convince someone on which browser is better, when the choice is simple, Google chrome, it has no competition what so ever, with amazing features, and a …

Member Avatar for Portgas D. Ace
0
502
Member Avatar for aravind326

Hi, I am trying to delete some cookies in a custom logout script. For this i have to delete cookies of different domains. How do i delete a cookie by specifying name and domain name. Would appreciate early help. Thanks, Aravind

Member Avatar for Sogo7
0
73
Member Avatar for skald89

Trying to make a list of 62 examples/reasons examples: simply the taste of coffee on a rainy day to get through my day on my way to work when i need to study

Member Avatar for oalee
0
181
Member Avatar for yhanne

i need your help and suggestion please.. i can't understand the idea of arrays.. can someone explain it to me please.??

Member Avatar for aravind326
0
98
Member Avatar for aravind326

Hi, I am new to Lotus Domino. I have Lotus Domino Server installed in a VM image. I am trying to create users in it through java code. But when i try to create user it gives an error like this. [QUOTE]NotesException: Notes error: Unable to find path to server. …

0
39