1,336 Topics

Member Avatar for
Member Avatar for bpcomprp

I don't have the original system disks for the machine in question so i would like to attempt a manual recovery. If needed i can order them, but HP charges for the disks. Currently the network is disabled and Mcafee anti-virus does not appear to work correctly. WHAT HAS MY …

Member Avatar for PhilliePhan
0
546
Member Avatar for JLFarrell

None of the other "can't find mouse" descriptions apply to my problem. After using SnowLeopard on a Mac Mini for 1.5 years, twice now I've found my computer turned off after leaving it on overnight. Ok, that could be a power glitch. No one else touches this computer, so that …

0
282
Member Avatar for stephen_UK

Hi, I am very much a js novice, and trying to follow a tutorial that plots markers on top of Ordnance Survey map. The code used works in part by loading the map, but the markers it loads from a locations_complete.xml file do not show, and no error message is …

Member Avatar for stephen_UK
0
232
Member Avatar for swissknife007

I am planning to purchase a laptop.I am basically want to use it for programming so I don't want a fancy graphic card or any other such extra feature. I live in India where a laptop that sells for 700 $ in US is sold for 1000 $.I want to …

Member Avatar for caperjack
0
294
Member Avatar for swissknife007

Is this Toshiba Qosmio T851/D8CR laptop good? I am planning to purchase a laptop.I am basically want to use it for programming so I don't want a fancy graphic card or any other such extra feature. I live in India where a laptop that sells for 700 $ in US …

-2
145
Member Avatar for soltak

Hi, I'm using Windows and Python 3. I'm having problems using [B]os.listdir[/B] with Unicode. Let's say I have a directory which contains files with Unicode file names. The name and path of the directory itself might or might not be Unicode. When it is Unicode, I can't seem to get …

Member Avatar for soltak
0
2K
Member Avatar for PF2G

Hi, I have a text that was suppose to be black, but i don't know how the text is white: [code=css]body { background:#FBFAF5 repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #666666; margin:0 auto; } h1 { } h2, h3 { margin-top: 0px; } …

Member Avatar for floatingDivs
0
116
Member Avatar for NUKEM@LL

first off hello all great site been a great help for the silly things i find go wrong with the software on my computers . ok here we go ....... vista (hate it) but a young friend of my daughters has asked me to sort out her computer for her …

Member Avatar for caperjack
0
500
Member Avatar for listen_

Hi, I recently built a new computer and everything seems to be running smoothly; however, certain games will give me the BSoD upon startup and I'm not sure what the problem is. I'm sure it's hardware but certain games will play. For instance, I'm able to play Skyrim without any …

Member Avatar for Dimefan
0
277
Member Avatar for shubham.joy

What is the error in this simple code: [CODE]#include <stdio.h> int main() { char a[100]; int c; int i = 0; int x = 0; while( ( c = getchar() ) != '\n' ) { a[x++] =c; } a[x] = '\0'; while( ( a[i] != '\0' ) || ( a[i] …

Member Avatar for zeroliken
0
115
Member Avatar for lxXTaCoXxl

I'm trying to get some developer tools for my Macintosh Mini running on Power PC. It's OS is Mac OS X Leopard. I've tried getting Xcode but I can't find any downloads for it that don't require the developer programs at Apple's website. If anyone has any ideas or any …

Member Avatar for mrnutty
0
125
Member Avatar for natehome

can someone please look over this code and see if they can make it run faster. if you make any changes will you comment it so i can see what you did. this is a personal project. thanks you very much [CODE]#Image manipulation library from PIL import Image import datetime, …

Member Avatar for TrustyTony
0
151
Member Avatar for listen_

I just built this PC and everything seems to be running fine, well as far as i can tell without being able to see anything on a monitor. The fan on the graphics card is spinning but when I plug the monitor I cannot get a signal. I cannot plug …

Member Avatar for caperjack
0
252
Member Avatar for rhguh

I am working on a project that requires a CSV file to be read into a multidimensional array. I loop through the array, and set multidimensionalarray[x][n] to the corresponding data in the CSV file, but I keep getting IndexError: list index out of range. I can't figure out why, and …

Member Avatar for rhguh
0
294
Member Avatar for fantasyprints

Hi All I have a few Mac Pros spare now we have updated our RIPS that control our printers. I thought I would turn one into a file server for our Windows SBS 2008 network. I have access to Panther, Leopard and Lion (inc server) OSs). I started with Leopard …

Member Avatar for cocolio
0
227
Member Avatar for Dani

I am using Mac OS X with the built in configuration of Apache. I am taking a web dev class where we're writing perl scripts ... so far I've been able to get my CGI scripts to run via mod_perl. Now, I'm trying to install CGI::Session via CPAN and it's …

Member Avatar for thomasgutierrez
0
348
Member Avatar for dapesche

So I was searching for that awesome pic of the anteater standing up saying 'f@ck you, I'm an anteater', for my wife because it is hilarious. Unfortunately, my AVG 'free' caught an issue, but it was too late. I noticed ping.exe in the task manager. Really appreciate you folks taking …

Member Avatar for PhilliePhan
0
413
Member Avatar for natehome

can someone help me make my code more simple. i uploaded the source to my website in a zip file with all the images because i used pygame and if you want to test it you will need the images. you can download everything here [url]http://2nh.co/Tk[/url] or here is the …

Member Avatar for natehome
0
293
Member Avatar for imperialguy

Following is the system and software info [b]Platforms: Windows XP and OSX Lion Activestate Python 2.7.2 wxPython2.9-osx-cocoa-py2.7 (for OSX) wxPython2.9-win32-py27 (for Windows XP)[/b] I am trying to create a UltimateListCtrl using ULC_VIRTUAL and ULC_REPORT mode. I would like to know how can I put a checkbox beside the first column …

0
218
Member Avatar for Jean Declaix

In the following code : [COde]#!/usr/bin/python # -*- coding: iso-8859-1 -*- import Tkinter import os import threading class Fil (threading.Thread): def __init__ (self): threading.Thread.__init__ (self) print "Init Fil" def f1 (self): print 'f1' #app().ecrit(1) class App(Tkinter.Tk): def __init__(self,parent): Tkinter.Tk.__init__(self,parent) print "Init App" self.initialize() ping() def initialize(self): self.grid() self.bouton1L = Tkinter.Label(text="-", …

Member Avatar for Jean Declaix
0
251
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 jimmy19

I am trying to create a walker that goes through directories. Here are the inputs and outputs which I have partly working. I am using a test directory but I would like this to be done on any directory which is leading to some problems. [CODE][IN]: print testdir #name of …

Member Avatar for TrustyTony
0
215
Member Avatar for Nevicar

Hi everyone! I joined these forums about a week ago so I could try and learn more about Python, and thankfully I can say that I have learned a bit. Enough to try and create a Mastermind game, although I'm having trouble with converting the code into Pygame and give …

Member Avatar for TrustyTony
0
287
Member Avatar for torbonator

Hi, I'm looking for a budget PC so I can run Skyrim and future games such as Mass Effect 3. I've had a look at building myself the current spec I was looking is this: Motherboard: MSI 870A-G54 £65 PSU: Ocz ModXstream 500w £48 CPU: AMD Phenom II X4 965 …

Member Avatar for crunchie
0
242
Member Avatar for Ismatus3

hello everybody , good day , i just need to insert an image : "BosqueTK.jpg" in a speciale place in my window Tkinter using .place(x= , y= ) , for this i created a frame f2 placed like : [CODE]f2.place(x=130 , y=213) [/CODE] , and want to insert in it …

Member Avatar for Ismatus3
0
222
Member Avatar for enrichedd

Need some help fixing the errors in my code, im TRYING to make a math expression type of program, using stacks. Was running fine, then i wake up in the morning and my code has like 15compiler errors, would appreciate any help!! [code] import java.util.*; import java.io.*; public class d8 …

Member Avatar for hfx642
0
173
Member Avatar for torbonator

Hi, I'm trying to play Skyrim on my laptop but I don't think my video card is good enough as my FPS averages out at 10. Just wondering if it is possible to upgrade the video card easily or am I looking at an impossible task? I'm running: [INDENT] ------------------ …

Member Avatar for torbonator
0
359
Member Avatar for Vampdee

I have a server that I just did a clean install on with Server 2008 Enterprise x-64. I have been having issues installing certain applications and unfortunately, I am at a loss as to why. I installed SQL Server 2008 Std, which went fine, but SQL Server management studio will …

0
167
Member Avatar for jantrancero

I want to build a script that does the following: The script should do make an arry from the directory where the script is with os.listdir(). Then the script has to test if the value in the array already excists in the outcome file, if not the name in the …

Member Avatar for jantrancero
0
248
Member Avatar for alencar.expro

(This code returns ERROR_INVALID_PARAMETER) Option Explicit Private Type DISPLAY_DEVICE cb As Long DeviceName As String * 32 DeviceString As String * 128 StateFlags As Long DeviceID As String * 128 DeviceKey As String * 128 End Type Private Type POINTL x As Long y As Long End Type Private Enum …

0
357
Member Avatar for eternalcomplex

Hi, I am using the command in python from a linux system: [CODE=python] import os os.system('grep "^[0-9]" data.txt | wc -l') [/CODE] The output of this is an integer like 115. Can I assign this to a variable somehow? For example: x=os.system('grep "^[0-9]" data.txt | wc -l') DOES NOT WORK. …

Member Avatar for Gribouillis
0
51
Member Avatar for geekme
Member Avatar for almostbob
0
91
Member Avatar for jeezcak3++

This is a program to extract/compile car NAV .KWI extensions. Unfortunately, I do not know anything about Python though I will love to learn some time very soon. Could you help me compile this into an executable file for windows 7? Will be reatly appreciated. [CODE]#!/usr/bin/env python # # kiwi …

Member Avatar for vegaseat
0
627
Member Avatar for geekme

Hello, I've just bought a macbook pro, switching from stereotype windows notebook.I'm unable to do a lot of things that I used to in windows- a)can not open a file in new tab( not new window) in safari. b) can not open any installer , mono for ex.The .dmg file …

Member Avatar for rubberman
0
104
Member Avatar for Techwriter10

[ATTACH=left]12481[/ATTACH]The New York Times [URL="http://www.nytimes.com/reuters/2009/11/06/technology/tech-us-france-apple-louvre.html"]reported today[/URL] that Apple has opened its first Apple Store in Paris, underneath the Louvre no less, and just two weeks after Microsoft opened up a [URL="http://www.engadget.com/2009/10/22/microsofts-windows-cafe-opens-its-doors-in-paris/"]Windows 7 cafe[/URL] in Paris in another location. The idea of these two companies competing in a retail environment, and …

Member Avatar for linuxpusher
3
3K
Member Avatar for MoZo1

Hi! I'm using Snow Leo with iMac, and it's continuously getting slower and slower to startup. It's 35 sec (without weird HDD) at fresh install or after clearing PRAM. After 3 days now it's 50-60 sec. Last time before I've found out the PRAM trick, it was 90-120 sec. Also …

Member Avatar for jingda
0
605
Member Avatar for aramil daern

hi everyone. I just switched over from a linux os to a mac osx. I have seen multiple suggestions on how to compile c++ but it won't work for me I have x code what do I do?

Member Avatar for rubberman
0
63
Member Avatar for Sinnocence

I compiled with py2exe and added the setup.py script because a few people have been having trouble with email.MEME.Text working with py2exe. The .PNG's are attached below save them to your c:/python26/ there isn't much security (passwords are temp stored in a .dat file) ________________________________________________ to: [email]john@email.com[/email] sendcount = 100 …

0
100
Member Avatar for ChristianOncken

[code] # -*- coding: utf-8 -*- #diretorios de imagens alldir = ("C:\\Users\juridico.anoreg\Desktop\OFICIOS-ANOREG\imagem\\") # from tkinter import * from tkinter.filedialog import * import sys import tkinter import time import math import datetime import os import subprocess import tkinter.messagebox import calendar as cd from tkinter import * import webbrowser import tkinter.font class …

Member Avatar for ChristianOncken
0
322
Member Avatar for xaelophorus

Hello all! I'm helping my employer redesign their database system. They're currently using MS Access exclusively, but they are updating their computer systems to Apple machines and want to convert to a standalone application to access a background database (e.g., a standalone Java program using JDBC to access a background …

Member Avatar for ~s.o.s~
0
190
Member Avatar for professor123

l wanted to pimp my win 7 so that it looked like a Mac machine and l did but now l can not undo the changes l managed to remove the STP-snow transformation pack but it stil shows the Mac OS X background at the login screen and even the …

Member Avatar for benmar
0
191
Member Avatar for caswimmer2011

Hey, Is there a way to play a system beep on mac os x in Java? I usually use the beep function in Toolkit class for my PC but I tried the beep function in Toolkit but it doesn't work on my mac. Any help? Thanks in advance!

Member Avatar for harinath_2007
0
281
Member Avatar for graf_ignotiev

I run a small computer lab of 10 Dell Lattitude E6500s running Windows 7 x 64 Enterprise. They connect to a ZyXEL ZyWALL 2WG for internet/network access. I have a recurring problem on all the machines (they are virtually identical in terms of OS, software and configuration). Randomly anyone of …

Member Avatar for mjdodd
0
491
Member Avatar for Firetree

I have a iBook G4 14" Processor: 1.42 GHz PowerPC G4 running mac OS X version 10.4.10 My iBook has been randomly freezing sometimes with a grey message box saying i need to restart my computer (I forget if it says error) other times a wall of text with black …

Member Avatar for el-gato
0
502
Member Avatar for bd338

I'm running Mac OS X Lion on my 64-bit MacBook, and I can't run any of the QT Jambi applications I create. Here's the code of the test program I'm trying to deploy. [CODE]import com.trolltech.qt.gui.QApplication; import com.trolltech.qt.gui.QPushButton; public class GUI { public static void main(String[] args) { QApplication.initialize(args); QPushButton b …

0
93
Member Avatar for ThuggyWuggy

I attempted to overload the == operator for one of my classes, I even copied a previous implementation of it, but now that I am using pointers it refuses to function properly here is the relevant code (there is a lot so I will provide more if need be) [CODE]#ifndef …

Member Avatar for ThuggyWuggy
0
6K
Member Avatar for TrustyTony

The [URL="http://pypy.org/"]PyPy [/URL]development team has announced the release of version 1.6 of its "very compliant" Python interpreter with integrated tracing just-in-time (JIT) compiler. According to the developers, the latest update fully implements Python 2.7.1 and brings speed and stability improvements. Code-named "kickass panda", PyPy 1.6 is said to be between …

Member Avatar for dresses623
0
183
Member Avatar for randouche

hi! yesterday night, i tried setting my computer on hybernate so i pressed the power button. when i pressed the button again, this morning, it turned green (which is normal) but the computer didnt start. (??) I have a Sony Vaio VPCEE25f X/BI My OS is Windows 7 what i …

Member Avatar for jingda
0
374
Member Avatar for DAS-03590

I have currently in my possession the following computer: Dell PowerEdge SC430 4GB RAM Intel Mother Board LGA775 Processor Socket 2.5 GHz Intel Dual Core Processor 2 x WD SATA HDD 80GB in Mirrored RAID Windows Server 2003 R2 Standard I am looking at currently keeping this RAID with the …

Member Avatar for caperjack
0
108
Member Avatar for MoZo1

This prints NULL: [CODE=Java]String sss = System.getSecurityManager() == null ? "NULL" : System.getSecurityManager().getClass().getName(); System.out.println(sss);[/CODE] And this throws exception: [CODE]ServerSocket serversocket = new ServerSocket(80);[/CODE] This one: [CODE]Exception in thread "main" java.lang.Error: java.net.BindException: Permission denied at httpserver.HTTPServer.main(HTTPServer.java:68) Caused by: java.net.BindException: Permission denied at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) at java.net.ServerSocket.bind(ServerSocket.java:328) at java.net.ServerSocket.<init>(ServerSocket.java:194) at …

Member Avatar for MoZo1
0
425

The End.