1,336 Topics
![]() | |
My problem is here I have 6 computers connected with ethernet switch and ADSL router for internet connection. one system win2K other five is win98. resently a [URL="http://www.daniweb.com/techtalkforums/post291488.html#"]virus[/URL] affect all our systems (virus name w32.sality) still we unable to clean it. if i scan with norten virus not found. but … | |
Hello, can somebody help me? I have a Mac Book, I bought Office 2008 for MAC, student edition , from then on I have problems : Word crashes constantly I cannot access some websites, such as [url]www.skype.com[/url] My computer is the following: MAC OS X Version 10.4.11 Procssor 2 16 … | |
python script reading config file and then zipping files after X days from directories. dir contains dynamic files. i have specified the extension and the "startswith" in the config. problem i have is it [B]zips up everything[/B]. (if i can get this work will add a delete too). i also … | |
OK, i recently got a few books on OpenGL, i also got Microsoft flight sim x, and a nice logitech joystick to use with it. so i want to try to figure out how to make OpenGL take input from the joystick. i haven't read much of the books yet … | |
I have developed, along many years, a system using VB6 for Windows, using XP Professional. Now, I purchased a iMac, that uses an Intel Core 2 Duo 2.66 Ghz processor, so that installing Windows Vista Home Premium 32 bits edition, I could use resources from Windows and OS X Leopard, … | |
Hello I'm having some trouble writing to text and object files in java. Basically i need to delete the contents of the file before i write the new information on it...which i'm not being able to do. well this is what i have in terms of code for the text … | |
I am making a python script to extract files on mass which are stored in sub folders. The whole script works fine except when I pass the command to the system using os.system() [code=python] command = '"C:\\Program Files (x86)\\unrar\\unrar.exe" x ' + '"' + ch_dir + "\\" + File + … | |
I was going through walkthoroughs as a practice for my final and i came across this question. Although i was able to do it correctly, I was not able to get the presence of a colon in one of the lines(line 35): [CODE] #include <iostream> using namespace std; class base{ … | |
Hi, I'm having a problem of viewing the Daniweb community with my another PC that I can't open this web site. I don't know what's wrong with the web site or with my PC, but here's the spec of that PC: Pentium III running OS XP Pro, and the monitor … | |
#include<conio.h> #include<stdio.h> #include<fstream.h> #include<graphics.h> #include<dos.h> #include<time.h> #include<STDLIB.H> // FOR EXIT #define ESC 0x1b /* Define the escape key */ void Pause(void) { int c; c = getch(); /* Read a character from kbd */ if( ESC == c ){ /* Does user wish to leave? */ exit( 1 ); /* … | |
The following program is able to download the python programs contained in a thread of the python forum. Just start the program, it will prompt you for the thread number and create a directory with the code extracted from the thread. I used it to download all the wx examples. … | |
hi friends; i am trying to build a class using multimap, the idea is something like this: I have say N no of particles and each particle has fix position in 3d space something like this: Coordinate: Particle level (1,2,3) ----------------> 1 (1,2,3) ----------------> 7 (1,0,0) ----------------> 2 (0,0,0) ----------------> … | |
OK I have a function that calls an array of class types and I need to remove any duplicates from the array. That is what the function is for. So I created an operator overload for the '+' operator and made a 'Changebalence()' mutator that add two doubles for me … | |
[url]http://news.zdnet.com/2424-9595_22-251586.html[/url] [quote]Two pieces of malicious software affecting Apple's Mac OS X appeared this week: a Trojan horse with the ability to download and install malicious code of an attacker's choice, and a hacker tool for creating backdoors, according to security vendors. [more][/quote]Its sad that Macs arent even safe anymore........ | |
hi all, glad I found this site. I hope you all can help me out with this little problem. First, my environment: Mac OSX 10.5.5 Python 2.6 (compiled from source, not using macports) basedir: /usr/local/bin/python; /usr/local/lib/python2.6 Following the proper directions on how to install setuptools (from here [url]http://pypi.python.org/pypi/setuptools#cygwin-mac-os-x-linux-other[/url]) [code] bash-3.2# … | |
When anyone or even myself locally tries to ssh into my mac-mini, it says connection closed by and then the local IP of my mini. Remote login is turned on and it used to work, but its a work computer so I don't remember exactly at what point ssh started … | |
Hi. The program works fine if i just compile and run. But for the program to get graded it has to pass a test written in python which it does not. Since i'm complete dummy at c and programming if you find to explain, dumb it down please... so here … | |
Hi guys I am trying to implement a buddy system using C, I've free the memory using myfree() and i've allocated memory using mymalloc(). I've tried to run the program, but it keep on generating segmentation error, would you guys please see the code, and tell me if you've spotted … | |
HI. I have 2 questions. 1. I'm looking for software to join clips saved as blahblah.avi.001 & blahblah.avi.002. What mac os X software is there? I Can't find anything and any help would be appreciated. 2. I'm downloading sound files to an external drive via Firefox. But I'm noticing that … | |
I have an Xbox 360, a MacBook running OS X and a SkyHawk wireless bridge. I want to use my Mac to connect to my wireless network, then use the wireless bridge to access it and run XBL off the connection. I found tutorials on the Interwebs for bridging the … | |
Hi, I'm having trouble coming up with a function that scans a word, starting from bit StartingBit, until the first zero bit is found. The function is suppose to return the index of the found bit and if the bit at StartingBit is alrieady what sought, then startingbit is return. … | |
Tring to pass variables to payflow pro. I found a script already written but how do I pass the variable from textbox? Where post.append is I need the value of my textbox's ----------------------------------------- .aspx [code=csharp] <asp:TextBox ID="balanceTextBox" runat="server" Columns="20" Rows="4" Text='<% #Bind("cardacct")%>' ValidationGroup="add"></asp:TextBox> [/code] ----------------------------------- .aspx.cs [code=csharp] using System; using … | |
Hi, I'm having trouble coming up with a function that scans a word, starting from bit StartingBit, until the first zero bit is found. The function is suppose to return the index of the found bit and if the bit at StartingBit is alrieady what sought, then startingbit is return. … | |
I have a home network consisting of 1 wired PC running XP and 3 wireless laptops each running a different OS (1 Mac running OS X, 2 PCs - 1 XP and 1 Vista) connected through a Linksys WRT54G2 router and high speed cable through Comcast. When only the wired … | |
OK, I have decided to download wxPython and Python2.6 . But I am confused which kind from here: [url]http://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559&release_id=629662[/url] I am running winXp Pro, and MAC OS X 10.5 . I don't know which win to choose, [U]32 or 64[/U], and [U]ansi or unicode[/U]? Also, osx [U]ansi or unicode[/U]? And … | |
HI, I am new to C++ and i need help on this topic . Overloading streams . I feel this very difficult to learn after i have learnt java. I have a Base class Called BX [CODE]class BX { public: BX( ); BX( string X, string Y ); // 2 … | |
I'm Frank, and live in Asheville, NC, and have seen a lot of useful threads here over the years on doing google searches for particular topics. Figured I'd join to see more regularly what's going on here, and maybe get to ask a few questions too here & there. I'm … | |
I'm really hoping someone can help me on this, I may have overlooked some info somewhere doing numerous searches in the past week, but what I'm trying to do is quite simple. I have a handheld inventory device (circa early 90's but still in prolific use in the industry) that … | |
Hello all, I hope someone can help me with this predicament I'm having. Now, I could get all new parts to build a new machine, but I'm leaving for a job overseas in two weeks and it would not be worth it for me to fix a new machine at … | |
Hello, I assume that only the original poster (or moderator and administrator of course) of a thread can mark the thread as solved. I know this doesn't get done all the time and wondered what the protocol for such might be? This thread was solved a bit back, yet it's … | |
I bought a lot of blue and white g3 imacs from a school auction over the summer and they all require an owners password to log into the system. I have OS X 10.0 installed over the 9.2.2 but in order to upgrade higher I need to upgrade the firmware … | |
I need help getting going with Pascal on a Mac. (I have considerable amateur experience on Delphi on a PC.) Two possibilities: 1. I can hire someone with the knowledge to consult and get me going--Install compiler, setup IDE, relate to XCODE (whatever that is) and so on. I live … | |
Hello, Just wondering why OS X 5 is not listed in the list of OS's in that forum? I made a post that never got to the board and just had me wondering if that wasn't allowed. Also did a search for Leopard and OS X 5.5 and got no … | |
Here is my situation. Im trying to learn how to take full advantage of multithreading but am at a rump. I have one listbox of usernames and it checks them on a website to see if they exist or not. If they exist it puts the username into listbox2. Now … | |
Hi, I have written 2 procedures. how best may i put it in class, def form. if i do not have procedures within a class, is it possible to call them where and as they are. Is this the best way to use python's strength. BRgds, kNish [code] import maya.cmds … | |
I am trying to load the bmp image from my C to the console and it works. The image opens. But the problem now is the console hangs. Is there something wrong in my code? Or what should I change to avoid making the console hang. [CODE] #include <stdio.h> #include … | |
I've been looking at numerous threads throughout the internet, and have found, and tried nothing that has worked for me yet. So this is my first attempt at a post to try and get some much needed advice. Ok here it goes... SPECS Motherboard - ECS K7S5A Processor - 1800Ghz … | |
Hi !!! This script create folder. I need what this script create and open created folder. What I must add in this script...??! [CODE] @rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl … | |
This website was working fine until sometime on Sunday when suddenly I got this message: The connection has timed out The server at [url]www.activeboard.com[/url] is taking too long to respond. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are … | |
I need a numeric keypad that uses a USB hub for my mac. I replace the wireless keyboard with a new one and there's no number pad with it. I've purchased two number pad that were s'posed to be mac compatible, but were not. I don't need a retractable cord. … | |
I'm a web designer and am looking to get into programming. I have zero experience with programming. I think the best place to start is with C (open to suggestions) and last night purchased the K&R book on C. I almost exclusively use a Mac (OS X 10.4 - Tiger) … | |
Hi all, I need to setup a intrusion detection system for about 15 servers (Windows 2003 and MAC OS X Server). The problem is, I really don't know much about IDS. I would like to use free software. I have heard of SNORT, and from what I can tell, it … | |
I'm having problems with my new Mac (OS X 10.5.2). Its only about 2 months old, I am just getting my head around it as I was a PC user and now with just about every application when I try to open it, I get a window telling me that … | |
I finally bit the bullet and bought an iBook G4 with OS X v10.5.4 installed but no CDs. I have been using a G3 PB Wallstreet with OS 9.2 and 10.2.3 running. But mostly I've been a PCer like forever...and using XP SP2. My dilemma: all my MAC S/W is … | |
hi i have one font converter software which converts windows fonts to mac fonts. so when i convert some adobe fonts from windows machine to mac version it gets converted with extension .bin. & when i open this font on mac machine it doesnt open . i am very new … | |
Hello fellows, I'm on Mac OS X and have the following problem: Using a common cleanup script I got rid of useless localizations, keeping all the english files: [CODE] find /Applications ~/Applications /Library ~/Library \( -iname '*.lproj' -and \! \( -iname 'en*' \) -and \! \( -path '/Library/Receipts/*' -or -path … | |
Hello, and thank you for any help that you provide. I am not sure what the problem is, but I will post all the information that the introduction thread says to provide. I would say that there is a virus/spyware infecting my explorer.exe file. Whenever I go on msn, and … Information Security adobe apple audio cdn client-server file-stream flash http-protocol microsoft-access microsoft-office microsoft-windows multimedia open-source operating-system os-x software-architecture tcp-udp user-interface video video-card virus-malware visual-basic web-browser web-server window-manager windows-server windows-virus | |
Hi, my computer was all infected so I came to this forum, I read "read me before posting a request", so I ran all the programs [B]DSS MAIN[/B] Deckard's System Scanner v20071014.68 Run by User on 2008-08-10 23:51:29 Computer is in Normal Mode. -------------------------------------------------------------------------------- -- System Restore -------------------------------------------------------------- Successfully created … | |
Hello there, I'm member here almost two years but this is my first post since then. I used to be a winxp pc user and recently using mac os x macbook thats why I'm lil confused. I just wanted to run windows on my mac because I've read that I … | |
I have 1 Used computer and 1 New computer which have same specification. If anyone interested, i would like to sell the Used one with $3000.00 and another one with $4,500.00 Please let me know via email. Payment via Paypal or Cash Cheque only. Contact: [email]letona88@gmail.com[/email] or [email]jeanmfi@gmail.com[/email] Below is … |
The End.