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
1 Commented Post
~20.5K People Reached
About Me

Good C,Java programmer. Also Take up Sql, Access , .Net , VC, VB projects. Have offshore contacts. Can deliver projects at very low cost. Open to all small and big work.

Interests
Programming, Electronics in general, Listening Film Music
PC Specs
Pentium Centrino 1.5 Ghz, 512 MB Ram, Notebook
Member Avatar for stupidenator

Hey Everyone, This is my first post. Recently, I have been working on an instant messenger program in java. I have created the networking part of the client, and I have almost finished the server side. I know the program works and I am allowed to send messages, but now …

Member Avatar for stultuske
1
2K
Member Avatar for kaoss1103

I have just started programming in c++ (yesterday), my background is in HTML, CSS and Javascript. i'm on chapter 5: controlling program flow (c++ for dummies) currently creating a break in a "for loop". Anyway'z my problem is, when i build and run the program all action's i want the …

Member Avatar for v3ga
1
2K
Member Avatar for evilsilver

c++ I am making a game and decided to put in a bogus company animation thing, kinda like Blizzard does, but need to find a way to play the file that we made without going on in the code. ie it comes to the line to play the file (c:\evilsilver.avi) …

Member Avatar for omid80
0
173
Member Avatar for aj.wh.ca

Sample code for taking input from Shell demonstrating string and int input For simple programs or testing purpose its not always required to take input thru GUI.

Member Avatar for javaAddict
0
235
Member Avatar for aj.wh.ca

Problem Description ----------------------- I tried to download my favourite site containing essays on history (leeching) with depth 4. For some reason say my download tool problem, I realized I could not download all the files. I had with me a list of files (list1) I downloaded and list of files …

Member Avatar for vegaseat
0
108
Member Avatar for aj.wh.ca
Member Avatar for sweetleaf
0
146
Member Avatar for aj.wh.ca

This is a bit more tough than it sounds. well some one gave me this problem and I found this tricky not until I used recursion.

0
775
Member Avatar for Ghost

Hi everybody; is there a way to find system info (current time, date, processor speed, processor's RPM, Fan1's RPM, Fan2's RPM, etc)? I am making a program that gives you information about your computer. Thanx in advanced, C++

Member Avatar for jaka.ramdani
0
1K
Member Avatar for soarom

Help please! since updated XP, my computer is a spyware magnet. i wish to make a thorough houseclean, but this is impossible since i cannot change the settings to view hidden files. The thing is, Folder Options won't show on the Control Panel, and the option is not available on …

Member Avatar for ThriceRed
0
195
Member Avatar for aj.wh.ca

Hi All, I have been observerving a declining trend in use and learning of C among new software engineers. Newer languages (Java) and more are gaining a foot hold. People are getting used to more user friendly environments. I was just thinking will C die out ? Forget legacy code …

Member Avatar for jbennet
0
139
Member Avatar for invokers

i am wrking on a project which is supposed to count packets that are sent and recieved in a LAN environment........i want help ragarding this....can anyone give ma a java code for counting packets in a network...

Member Avatar for invokers
0
117
Member Avatar for shekharkopuri

Hi! I am stuck with some unusual situation and am seeking urgent help. We have a backend server in C++ on Solaris 5.9 . The need is to intiate a sftp/scp to a remote location. We have the login and passwords set up. I know for non-interactive SFTP/SCP2 sessions we …

Member Avatar for aj.wh.ca
0
169
Member Avatar for rks01

what is the code for making an array of objects? i would greatly appreiciate any replies thank you.

Member Avatar for Drowzee
0
102
Member Avatar for skeet123

I am having a problem with a recursion problem. I have been reading alot of threads on this subject here and other places. I think I understand what recursion is. I am just having a problem trying to figure out this problem. I am suppose to write a helper function …

Member Avatar for skeet123
0
130
Member Avatar for UltimateFreq

Hi all, This along with many of the other questions on this forum is from a noob at both the forum and java and was hoping someone could please help me. What im trying to do is read some info from a file and then store it in a linked …

Member Avatar for UltimateFreq
0
181
Member Avatar for riturajraina

Hi Friends, Can anyone tell how to change the attributes of a directory through C or C++. I have tried to found in my compiler's help file but it was showing the method to change the file attributes but not the directory's. I want to change the attributes of a …

Member Avatar for boggsi
0
428
Member Avatar for server_crash

I've been working on this webcrawler and I've ran into a problem. I can read the first URL and get all the URLs out of the HTML code, but I can't seem to set up a looping structure that will work. This is basically what it does: Searches through html …

Member Avatar for server_crash
0
136
Member Avatar for grissomdl

Does anyone know how or have any type program to input comma-delimited data into qb programs? I have written a unique program, I want say what but it is good. grissomdl :rolleyes:

Member Avatar for grissomdl
0
144
Member Avatar for foxkueh

Logfile of HijackThis v1.99.1 Scan saved at 9:10:18 a.m., on 24/03/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\AVPersonal\AVGUARD.EXE C:\Program Files\AVPersonal\AVWUPSRV.EXE C:\WINDOWS\system32\ZoneLabs\vsmon.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\igfxtray.exe C:\WINDOWS\system32\hkcmd.exe C:\Program Files\Microsoft AntiSpyware\gcasServ.exe C:\Program Files\Common Files\Real\Update_OB\realsched.exe C:\PROGRA~1\DAP\DAP.EXE C:\Program Files\AVPersonal\AVGNT.EXE C:\WINDOWS\system32\ctfmon.exe …

Member Avatar for crunchie
0
399
Member Avatar for bluedos82

Does anyone know if any websites that will let you upload videos to it? My brother has a few vids that he made with his friends. They are kinda.... stupid. Kinda Saturday Night Live meets Jackass meets Blair Witch-ish type. Or if anyone knows if some place cheap to post …

Member Avatar for bluedos82
0
86
Member Avatar for drunkpanda

hi everyone System.out.println(currentPlayer); it returns to me like this:[B]Player@7cbde6[/B] i know it was caused by toString() and it is suggested to ues overriding method but i don't know how to do it, so can somebody teach me how to use overiding method so System.out.println(currentPlayer); will display what i want thank …

Member Avatar for aj.wh.ca
0
117
Member Avatar for celtic_moon

I am running Windows XP Professional. Can you please help me out here. I have done a Hijack this log before on my old pc, this is a new one. So please advise. Thank you. Logfile of HijackThis v1.99.1 Scan saved at 1:02:07 PM, on 3/24/2005 Platform: Windows XP SP2 …

Member Avatar for DMR
0
366
Member Avatar for unseen

I have been trying to figure these out from the book but couldn't .Im studying correspondence so im also on my own Thanks alot for any help ! 1. if the program TEST.ASM has been designed as an EXE program , can the program TEST.OBJ be executed successfully? 2. What …

Member Avatar for unseen
0
183
Member Avatar for koolguysj

[code] #include <stdio.h> #include "Boolean.h" #include "combinatorics.h" /* For all the functions below, return TRUE if the calculation is successful, FALSE if overflow occurs Return the calculated value in the pass by reference parameter provided */ Boolean calcFactorial (int n, int* nfact) { *nfact = 1; while(n > 0) { …

Member Avatar for murschech
0
397
Member Avatar for stupidenator

Hey everyone. I was just wondering what people think is the best environment for editing and compiling code. Currently, I use JCreator.

Member Avatar for freesoft_2000
0
285
Member Avatar for Him3

Hi all, I have a array of 96 integers and I want to store each one in Database. I want to access all these 96 integers in a Java program. Now I am confused about how to store it? 1> wheather i have to store it as 96 fields. ( …

Member Avatar for Him3
0
103
Member Avatar for B33FALO

Hi everybody. I'm pretty new to java programming, just taking it as independent study my final year of high school, and I was looking for a little help. I was wondering if there was a way to have the program pause and wait for the user to tap any key …

Member Avatar for server_crash
0
7K
Member Avatar for foxkueh

Can someone help with this problem pls. I have been running this MYOB application without any problem. Today when I tried using it, a dialog box with the following message appeared and I failed in opening the programme: C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and microsoft …

Member Avatar for foxkueh
0
369
Member Avatar for phragix

I'm trying to monitor the traffic on a particular switch for a continuous hour. Could anybody please suggest me how to make it possible? For example if I wanna use snmpget command, what would I do in order to do that for an hour? _ _ _ _ _ _ …

Member Avatar for aj.wh.ca
0
84
Member Avatar for tat2dlady

I have a problem where I read in a 2D matrix and divide the matrix into 2 parts, where the sums of each part are equal. Each part must contain contiguous integers that can be networked together by following paths from one intger containing cell to another via shared sides. …

Member Avatar for tat2dlady
0
157