Search Results

Showing results 1 to 40 of 224
Search took 0.02 seconds.
Search: Posts Made By: bugmenot
Forum: Linux Servers and Apache Mar 18th, 2009
Replies: 5
Views: 3,969
Posted By bugmenot
Did you tell your friend about PackageKit or Smart and the all the distros they both work on? I've used "Apt4RPM" on multiple distros, it works great. What about ZeroInstall and all its clones that...
Forum: Computer Science Mar 15th, 2009
Replies: 2
Views: 486
Posted By bugmenot
I have an discrete maths exhibition, and i wanted to illustrate the influence of discrete maths in computer science.

so i need some softwares to illustrate. A few examples like set theory for...
Forum: VB.NET Feb 28th, 2009
Replies: 1
Views: 291
Posted By bugmenot
How to focus a combobox in windows forms when the program is running in a thread?
Forum: C Feb 26th, 2009
Replies: 13
Views: 1,933
Posted By bugmenot
ya even i hav a same problem with my friends pc his configration is also very similar i.e.
2GB RAM,Nvidia mobo,Nvidia 512 MB graphic card, win XP pro service pack 2, Intel Core2Duo...
Forum: C++ Feb 25th, 2009
Replies: 5
Views: 339
Posted By bugmenot
Thank you very much. That really worked.

At last my program to transfer content of one file to another. Again thanks. Here is the full program for further reference to other users.
...
Forum: C++ Feb 25th, 2009
Replies: 3
Views: 591
Posted By bugmenot
I have to use a dynamic array structure to store the contents of a an input text file. Firstly I do not know how long the input text file will be and thus need to work this out first. The use of a...
Forum: C++ Feb 25th, 2009
Replies: 3
Views: 591
Posted By bugmenot
I have a very similar assignment in which we have been specified that we are NOT allowed to use vectors. Is there any other way in this case to count the number of lines of data within a text file??
Forum: C++ Feb 25th, 2009
Replies: 5
Views: 339
Posted By bugmenot
Thank you very much for taking time to correct my program. I am from India and here we learn about only basics of c++ and our syllabus is based on turbo c++ 3. So i use turbo c++ and i don't know...
Forum: C++ Feb 24th, 2009
Replies: 5
Views: 339
Posted By bugmenot
Please correct the error in my program. When i run the program on turbo c++ 3, it output 3 times. Also When i enter more than 1 entry only the last entry is outputted. Also it is outputted 3 times. ...
Forum: C++ Feb 24th, 2009
Replies: 3
Views: 636
Posted By bugmenot
I still have another problem. That is when the while loop asks continue(y/n)
When i enter n it just stuck there.

I need to make the program error free urgently. Please reply with solution. I use...
Forum: C++ Feb 24th, 2009
Replies: 3
Views: 636
Posted By bugmenot
I found the error and corrected it.
#include<fstream.h>
#include<iostream.h>
#include<conio.h>
class student
{
int rollno;
char name[20];
int tm;
public:
Forum: C++ Feb 24th, 2009
Replies: 3
Views: 636
Posted By bugmenot
think i got this from my friend

void main()
{
student obj;
obj.input();
obj.transfer();
obj.output();
getch();
}
Forum: C++ Feb 24th, 2009
Replies: 3
Views: 636
Posted By bugmenot
Please find and correct the error in my c++ program. "Linker Error: Undefined symbol _main in module c0.ASM"
The program is for transfering content of one file to another.

#include<fstream.h>...
Forum: Mac Software Feb 22nd, 2009
Replies: 0
Views: 1,064
Posted By bugmenot
Mac OS X Program

Sometimes, you find an application that you really, really like, but when you run it, the icon takes up valuable space in your Dock. With Dock Dodger, you can rid almost any...
Forum: Geeks' Lounge Feb 2nd, 2009
Replies: 0
Views: 345
Posted By bugmenot
SA Tennis Open, PBZ Zagreb Indoors, Movistar Open at http://www.channelsurfing.net/
Forum: Windows NT / 2000 / XP Jan 6th, 2009
Replies: 2
Views: 1,195
Posted By bugmenot
Symptoms & circumstance suggust RAM failure. Remove all modules and retest each module individually in each bank slot one by one.
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2009
Replies: 19
Solved: auto e-mail
Views: 3,317
Posted By bugmenot
can i have this application to but just vb6
Forum: Windows Vista and Windows 7 Jan 1st, 2009
Replies: 8
Views: 6,216
Posted By bugmenot
You have no idea how ridiculous your headline is. All the 8,000 Linux distros <b>combined</b> equal something like a 0.94% market share.
Forum: PHP Dec 28th, 2008
Replies: 3
Views: 9,006
Posted By bugmenot
hi, I do not have any special PHP knowledge, so I would like someone to give me a code for this; I have a "text.txt" file on my server, which has underscores in it. I want a PHP code which replaces...
Forum: C++ Dec 26th, 2008
Replies: 2
Views: 1,301
Posted By bugmenot
Wow. I was working all day, I missed that... I'm sorry :)
Thanks for the REALLY fast answer.

Solved.
Forum: C++ Dec 26th, 2008
Replies: 2
Views: 1,301
Posted By bugmenot
Hy, I am trying to encode an X509 certificate into base64, and since the encoder I'm using takes only char*, and typecasting doesn't work, i find a different way to do this. I'm sure there is a...
Forum: Windows Vista and Windows 7 Dec 26th, 2008
Replies: 41
Views: 249,642
Posted By bugmenot
http://digitaldaily.allthingsd.com/20080428/vista-xp/
Forum: PHP Dec 22nd, 2008
Replies: 20
Views: 42,414
Posted By bugmenot
I had this problem in Joomla! with my php code that I was including in an article through the plugin sourcerer. Well, needless to say, my web hosting changed to php 4 without me knowing why, I...
Forum: Shell Scripting Dec 18th, 2008
Replies: 5
Views: 1,681
Posted By bugmenot
ls *.done | while read line ; do mv $line $(basename $line .done) ; done
Forum: Python Dec 18th, 2008
Replies: 0
Views: 682
Posted By bugmenot
Hi I"m fairly new to python and need some help with a slightly complicated programming solution. I'm trying to write a simply TCP sniffer (not a proxy!) that will sniff tcp packets coming from a...
Forum: Java Dec 10th, 2008
Replies: 4
Views: 1,936
Posted By bugmenot
public static boolean INSERT(Payment argPayment, Connection con) {
boolean result = false;
Connection mastercon = MyConnection.getMasterConnection();

try {
// ...
Forum: Shell Scripting Nov 14th, 2008
Replies: 4
Views: 763
Posted By bugmenot
(while read line; do if [ $(echo $line | wc -c) -eq 1 ] ; then echo; else echo -n $line,; fi ; done<address.txt ) |sort >address.csv
Forum: C++ Nov 11th, 2008
Replies: 2
Views: 838
Posted By bugmenot
I am using cin to input a single character from keyboard.The problem is that if 2 or more characters are entered then the rest of the characters are being considered as input for the further cin...
Forum: C++ Nov 6th, 2008
Replies: 3
Views: 749
Posted By bugmenot
If I initialize graphics in my program and then use cout the font appears bigger than normal and the cursor doesn't blink on the screen as it does when the graphics are not initialized.Is there any...
Forum: Viruses, Spyware and other Nasties Nov 5th, 2008
Replies: 8
Views: 2,013
Posted By bugmenot
Gave Reps to you!!!
Forum: Viruses, Spyware and other Nasties Nov 5th, 2008
Replies: 8
Views: 2,013
Posted By bugmenot
Hey Thanks! That seems to have done the trick.
I appreciate that!
If anything else comes up, I'll report back. Not sure how that ever even got there, but it seems to be running.
Time to update all...
Forum: Viruses, Spyware and other Nasties Nov 5th, 2008
Replies: 8
Views: 2,013
Posted By bugmenot
Okay, this is what I got after deleting some garbage. :(
I'll reboot and see what happens.


Malwarebytes' Anti-Malware 1.29
Database version: 1290
Windows 5.1.2600 Service Pack 3

11/4/2008...
Forum: Viruses, Spyware and other Nasties Nov 4th, 2008
Replies: 8
Views: 2,013
Posted By bugmenot
I've tried Firefox with the exact same results.
I've tried that cleaner too.

The websites and can't seem to get to include...
windows update... in fact, anything with windows.
windows update...
Forum: Viruses, Spyware and other Nasties Nov 4th, 2008
Replies: 8
Views: 2,013
Posted By bugmenot
My IE7 won't load some pages. It was a very recent glitch. The only hallmark to this new problem was playing a game and exiting to a dll error.

Now when I go to some web pages, it says IE cannot...
Forum: Windows NT / 2000 / XP Oct 25th, 2008
Replies: 5
Views: 33,074
Posted By bugmenot
well, i tried almost ALL the methods i could find on any forum but nothing worked.
finally, i came across "Microsoft Autoplay Repair Wizard" which automatically changes registry settings, that...
Forum: Python Oct 25th, 2008
Replies: 8
Views: 742
Posted By bugmenot
Forum: Python Oct 21st, 2008
Replies: 8
Views: 742
Posted By bugmenot
No, this will apparantly not work. From what I see, the subprocess module lets you, say, send a ping command to Google.com via CMD.EXE. (I'm working with WIN32XP)

This is not what I intend to do....
Forum: Python Oct 21st, 2008
Replies: 8
Views: 742
Posted By bugmenot
Example please? : /

From what I understood, subprocess and POpen only lets you send an argument to a program, wich you can't do with the project I'm attempting.
Forum: Python Oct 21st, 2008
Replies: 8
Views: 742
Posted By bugmenot
By scanning a program, I mean that it should find a value stored at a certain adress in the RAM, if I've gotten this right. A common program that does this is the freeware "Cheat Engine"...
Forum: Python Oct 20th, 2008
Replies: 8
Views: 742
Posted By bugmenot
I have tried several things, but I just can't get this to work. What I need is a snippet which scans a program for value X, and then simply assigns a varible within the python script to the X value....
Showing results 1 to 40 of 224

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC