1,336 Topics
![]() | |
According to Steve Jobs, Apple Computer is ontrack to ship Intel based Macintosh computers by June 2006. Jobs said at the recent Apple Expo (Paris) that "We said we'd be shipping by next June, and we are on track to have that be a true statement." Apple made announcements several … | |
Symantec released a report comparing Mozilla Firefox vs. Windows Explorer, and found that Firefox had more security flaws, but Explorer's were more severe. The report also disclosed statistics on a number of other concerns involving Internet Security. Using data collected between January and June 2005, Mozilla's browsers suffered 25 vendor-confirmed … | |
While the calculation of the total resistance of two resistors in parallel is simple, this code shows you how to trap a number of potential errors that come with the entry of the required data. All is wrapped easily into a colorful GUI program, due to the simplicity of the … | |
i need help on how to get jdk6.. i am using mac OS X 10.4.11 n i wanna get jdk6 but i cant find any...need some help here, any advise?? | |
Hi, I'm new to mac and forums so feel free to correct me if I'm in the wrong place. I was given an iMac with os x 10.2.8 and I tried to set up a new user, it froze up and I log off. Now I have a screen with … | |
Hey guys, I bought a new computer with 4 gigs of ram, 64 bit windows vista OS, dual core 2.4 ghz processor. . and I'm having some problems with it. Firefox frequently seems to mess up. Sometimes it won't stop loading a page when I click 'X', it will become … | |
![]() | Hey guys, I am working on a Python project which will enable to watch movies on YouTube easily. I have added 'YouTube Video Downloader' as an add-on to my Mozilla we browser. Now, everytime I enter a list of URLs containing the movie I want to watch in parts, the … |
![]() | I don't know why this isn't working properly, it is supposed to use different colors every time you specify a new color, but it is not. [code] import pygame, os pygame.init() pygame.display.init() screen = pygame.display.set_mode((830, 620)) draw = 0 selected = 0 points = [] col = [0,0,0] selectedtxt = … |
Thank You For Reviewing My issue First of All. I Had This Issue For An Amount Of time Now, And I refuse to got to microsoft Because they think I have all the time in the world With the calling back Escalating Nonsense. Heres a Brief Desc. The Bluescreen Comes … | |
These are my instructions: - create a class containing a 10x10 two-dimensional array of characters. - class must have a constructor that puts the '.' character in each element. - In main, I must allow the user to enter an 'X' into six different spaces in the 2D array. (we're … | |
Hello, I would like to download a compiler that works with max os x MacBook Pro that when doing my Unix homework I can compile and then know it works before I go to the University's website to log in and run the program. Or do I have to use … | |
Hi, I'm trying to run a batch of commands from a .txt file using python. ("cmd.batch.txt" = ~1000 command lines : perl cmd.1.pl -in -parameters) and redirect renamed output files to new folders. It works fine for the first line, but I'm having trouble getting something to loop through all … | |
Apologies if this is in the wrong category. I have a MacBook running Leopard and another laptop running Windows XP. I have them working both and finding eachother using the wiresless router we have. Now I have Age of Empires 3 and want to have a network game between the … | |
![]() | Hey guys... I have some code here: [CODE] import os import threading import urllib import time a=0 class launch(threading.Thread): def start_now(): try: urllib.urlopen("http://www.google.com") except: a+=1 start_now() def end(): print("\nOut of 10000 requests, "+str(a)+" requests failed.") for x in range(10001): launch().start() print("http://www.google.com") end() raw_input("<Done>") [/CODE] This works, in the sense that … |
Here's the deal, I got an iBook laptop off of Ebay. The system came completely wiped out and empty. I then purchased the supposed software that was to restore the system, by installing all the needed stuff or something like that. However, the computer wont allow me to install anything … | |
How good is OS X as OS for a web hosting server? Please advice. | |
Helo, I'm a newbee in using mac os ,X specially and i have this strange error that i can't understand. I don't want to annoying with a silly question, but can anyone explain me what is happening. The problem: a few days ago my maill.app stop receiving mails, in my … | |
I built a PC containing the following: Main Components: Microsoft Windows Vista Ultimate 64-bit OS HP 2159m 21.5" LCD Monitor Intel Core 2 Quad Q8300 2.5 GHz CPU Arctic Cooling Freezer 7 Pro CPU Fan Intel DP45SG Dual Channel 1600/1333MHz Mobo Sapphire HDMI Radeon HD 4830 512 MB 256-bit GDDR3 … | |
1. Opinions how to make it look better ? 2. How to make path for Linux ? using user ? 3. For Linux . What the difference between ( #! = user/bin/python , #! = user/bin/env python) ? 4. Anything i forgot or should consider ? [code=python] # ----- ----- … | |
I have created a swf file in flash cs4 and exported it. I have viewed it locally and it works fine. Once I upload it to the server it just play. I have looked at everything and it just wont play. I am stuck and not sure what else to … | |
[CODE] Creating Servers for handling Multiple clients Fog Edition By FireNet [/CODE] (This document is dedicated to my friend Aaron Anderson) (Fog Edition means I dont tell you everything stright.All the info will be there but you will have to do much thinking) Servers and Clients,the backbone of the internet … | |
Hi Everyone. Consider this part two after solving part one of my output window issie basically 7zip i needed to output its text to a output window i had created inside my main menu where the button "backup" exists. The window within the window code looks like this. [code] outputLabel … | |
Hello, i'm quite new to MacOS. Have been working with Suse Linux until now. Usually i divided the hard disk with three partitions: 1. Root: for OS and applications 2. Swap: swap file 3. Home (or User): for all saved documents. Is it advisable to do a similar partitioning with … | |
Hello Everyone Thanks for the message of welcome in a previous post. I have many questions but i have sleected this one as it represents my favourite piece of not working code (hahaha) but it has been studied and altered so i got this bugger working .. mostly . Explain: … | |
Hi! I opened this thread because I've found out that, as I'm making my way through a textbook, I find many problems which I can't figure out for myself. To start, **Thinking in C++** has this buggy program right in its second chapter. The code looks OK to me, but … | |
I did a google search and found that PHP uses: $_SERVER['HTTP_USER_AGENT'], which would give the following result, should I visit a page: [code] Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16 [/code] is their any functionality in java that will do the same?? … | |
Thumbnails are basically a complicated yet effective way to save bandwidth. Although saving thumbnails as seperate images may make things simpler, generating thumbs on the fly help saving space and takes very little processing time in return. Check the file for code and instructions. [code=php] <?php /* Paramters --------- w: … | |
I did a google search and found that PHP uses: $_SERVER['HTTP_USER_AGENT'], which would give the following result, should I visit a page: [code] Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16 [/code] is their any functionality in java that will do the same?? … | |
Had a problem during the week where webpages were being redirected. None of my tools would run (Spybot Search & Destroy, HijackThis etc) any website I tried to visit for updates to AV also failed. I checked Hosts file and nothing strange there. I finally changed the Spybot exe to … | |
I wrote this program back in high school 10 years ago and I found it today. I'm getting back into programming and I'd like to get it working again, some of the headers are deprecated which I tried to fix, and I was using borland c++ and now have Dev … | |
I am trying to make a java sever code communicate with and iphone hello world app. When I run the iphone app it sends the length of the string first then sends the string. the Length of the string should be 2 but my server code prints out 33554432. Also … | |
OK, I haven't done much with Serialization. I have a simple program that creates four JPanels with different background colors and adds them to a larger JPanel using a 2 x 2 GridLayout. That larger JPanel is added to a JFrame. I've written my own serialization code to override the … | |
Hello, I'm currently working on a little soft to plot some data from CSV files. I've got two problems. The first one is on CSV opening in procFile method. When I try to open a file with a path which own "é" characters for example, it raises an error. I've … | |
Hey guys. I am running a php script (locally) which runs through a loop several hundred times. Each time through the loop the same computation is done with the exception of two input variables being different. The input variables are obtained with a MySQL query based on the counting variable … | |
Hello, I am new to Python. I am trying to start writing some simple programs in it. Which IDE would you suggest? I am currently using NeatBeans for my Java programs but i don't think i can use it for Python P.S. I am using Mac OS X 10.5.7 Thank … | |
Hi friends, I have developed a program with reportlabs module to generate a PDF file on macos x. The pdf file is generated successfully But, i cant open the pdf file automatically i mean manually i click on that file then it will be opened. Also i used this syntax … | |
I am reading chapter two of the Pylons [url="http://pylonsbook.com/en/1.0/installing-pylons.html#quick-start-to-installation-for-the-impatient"]book[/url]. In the text I am told to run: [code]$ python virtualenv.py --no-site-packages env[/code] This is what I got back: [code]$ python virtualenv.py --no-site-packages env New python executable in env/bin/python Installing setuptools........... Complete output from command env/bin/python -c "#!python \"\"\"Bootstrap setuptoo... " … | |
I am using visual c++ version 6, I have compiled the systemC library, then creates a new project contains multiple files then I try to build it but the building failed due to an error called "error C2679" and this the error message: "d:\systemc-libraries\systemc-2.0\systemc-2.0\src\systemc\communication\sc_signal.h(234) : error C2679: binary '<<' : … | |
Hello all, I have a desktop that runs windows. I'm thinking about making a partition that run mac os. I wonder if the there will be hardware compatibility problem? How do I determine if it will be incompatible? thank you :D | |
I have lots of hardware for sale, all working, and in excellent condition. Here's a partial list: iMac G3, original Bondi Blue. 168 MB ram, running OS X, with Office X Mac G3 biege, CD rom, zip, drive, A/V panel, 384 MB ram, 2 hardrives, Firewire A couple of PCs … | |
Hello All. I am having doubt that, is MS SQL works on Apple Mac Os X AND ".NET" too ?? | |
Hi, 1) I need to copy images from local to central thru a 3d appl. In doing so i m using threads to ensure that maya does not freeze. Now the case is for each image that is copied there is multiple sizes of this image that has to be … | |
I'm not sure I fully understand RAM requirements. I'm wanting to buy a Mac Mini with 1GB RAM which seems quite enough for most of the applications I want to run. But OS X requires 512MB RAM, Neo Office 512MB and if I want iTunes running at the same time … | |
Can anyone provide guidance to resolving a BSOD? The BSOD screen prints: PAGE_FAULT_IN_NONPAGED_AREA STOP: 0x00000050 (0xAB71C9F0, 0x00000001, 0xBA6F57E5, 0x00000000) jraid.sys - address BA6F57E5 base at BA6F2000, DateStamp 49C21E82 Output of Everest System Summary --------[ EVEREST Home Edition (c) 2003-2005 Lavalys, Inc. ]------------------------------------------------------------ Version EVEREST v2.20.405 Homepage [url]http://www.lavalys.com/[/url] Report Type Report … | |
Hello All. I am working on Mac OS X. I installed Python 2.5.4 and Mysql 5.1.31. For the interface, i installed Mysql-Python 1.2.2. I did the right steps for the installation. But , getting some warnings. So, i checked in Python shell for the modules. Python 2.5.4 (r254:67917, Dec 23 … | |
Hey everybody, I'd like to write a python script which renames a file on my desktop to a number which is 1 less than what it was before. If you're wondering, the number tells me how many days left 'till I finish high school, lol, but I've also got other … | |
I'm trying to port some existing C++ code to OS X. The problem is that it doesn't want to load files to read from them. The code bellow illustrates this problem; when run from Finder it outputs "Failed to open input file.", however when run from Xcode it runs correctly. … | |
DaniWeb Home > Forums RSS Forums RSS Hardware and Software Please support our Hardware and Software advertiser: Programming Forums Our Hardware and Software forum category encompasses topics related to end-user computer technical support troubleshooting, tips and tweaks. Please be sure to always post in the appropriate sub-forum and do not … | |
I'm having trouble using SSH to gain access to my Ubuntu 9 machine (extreme linux neophyte). I have the Ubuntu server and OpenSSH installed, as well as Samba on one machine, and I'm trying to access this machine, via SSH, from my Mac--which is running OS X 10.5.6. I am … |
The End.