1,336 Topics
![]() | |
I have OS x 10.4.11. For awhile now, Safari hasn't been working properly. For example, when I'm entering text, the cursor doesn’t move forward when I type characters like @, ".",$,#, &,* etc. When I type a lowercase letter the cursor jumps to the correct position. Also, when I hit … | |
Hey. For some odd reason, event.clientX and event.clientY don't work in safari in mac os x leopard. They used to, but it appears it cannot find the object "event". URL: [url]http://71.193.112.221:8888/tools/jos2/[/url] In the file windowsxp.js (don't get confused with windowsxp.jos), the movecursor() function moves the cursor div. It works, but … | |
Hi, i'm having some problems with my inheritance homework. It consists on writing a progrma that mimics the String lib by overloading different operands and then create two derive classes that will revert a string and that will change the cases to lower and upper. This is as far as … | |
I just recently put together an old system of mine and now the sound is not working. Things play, the indicators in windows show sound is being monitored, however no matter which port i plug speakers into nothing comes out. I figured maybe the on-board sound went bad and put … | |
Hi everyone, working on a class project where we spider some patents from the USPTO (Patent office) and eventually map out our findings. Our teacher provided a script and expected us to hardwire directly to a modem, not a router. That is asking a lot since I need to provide … | |
[code=c] // lokalasss.cpp : Defines the entry point for the application. // #include "stdafx.h" /*int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { // TODO: Place code here. return 0; } */ //////////////////////// [/code] // ddd.cpp : Defines the entry point for the console application. // [code=c] #include … | |
Hello, I am relatively new in python, but I am jumping in and trying some things. I am working through how to write something like PyPanel, and am starting with PyPanel. The complicated part of that python is being extended by a custom c module, and the c module makes … | |
Hello everyone I have created [COLOR="Red"]Tkinter application on Mac OS X.[/COLOR] [COLOR="Green"]I need to take printout for the output of that program from that application only.[/COLOR] Kindly please give me a valuable response. Regards BHANU | |
I have problems, usually in Safari, with the pinwheel/beach ball - I'll call it the pinwheel - It seems that I have to restart my computer ocassionally to get rid of all the 'stuff' on my RAM, otherwise I have very slow keyboard response, a pinwheel jumps in and I … | |
Hello all, I would like to write a shell script that can scan a directory containing audio files and extract metadata or audio encoding information from the files. The goal is for the shell script to be able to process music files based on embedded data as: Format, Data Rate, … | |
I'm getting a RunDLL error on startup that says as follows: Error loading C:\Windows\Qqafeco.dll The Specified module could not be found. After I close the notification box, my computer seems to be running ok, but goes through extremely slow periods where it sometimes takes text I write 10-15 seconds to … | |
The last time I attempted a major OS update, the world ended as my computer knew it, resulting in a complete clean reinstall of everything! Needless to say, all emails were lost. Everything else was backed up, thank goodness. I've finally gotten up the courage to reattempt the update but … | |
How good this code in terms of clarity, readability, and overall design? Easy to understand them or not? Note: i put system("pause") which is not recommended. cin.get() is a better one in case you didn't know. [B]First: Port Scanner[/B] [CODE]/**program description: * * this is a simple port scanner * … | |
I need help with my program. I have four errors with the ostream. It should be print my list of books. I know its something simple... I just can't figure it out! [code] #include <iostream> #include <string> using namespace std; //---------------------------------------------------------------------------- class Book { private: string title, author, genre, pubyear, … | |
![]() | OS X 10.5.6 I have one user account that is set up as a 'Sharing Only' account. I am sharing an external USB Drive and have two folders on the root of that drive ('Folder A' and 'Folder B'). The 'Sharing Only' account has the following permission configured for these … |
Hello. I am trying to write a doubly linked list that uses data from a class. I have this class that I would like to use... [code] #include <iostream> #include <string> using namespace std; class Book { private: int PubYear; //Variables string Title, Author, Genre, Publisher; public: Book( ){}; //Default … | |
I'm a RSS grubber that can't feed enough RSS into my RSS aggregator. If you don't know about RSS, RSS is a great way to get news/articles from multiple sources. Here is a link explaining RSS with many RSS programs you may use to view feeds: [url]http://reviews.cnet.com/4520-10088_7-5143656.html?tag=rss[/url] This comes especially … | |
I have downloaded a driver for Lexmark E210 laser printer that is supposed to work fine with Mac OS X (I have 10.5.6). But I cannot figure out how to install the driver. I think I might need Ghost script, so I downloaded 8.64. But I don't know how to … | |
Hi all! This is my first time posting on this forum. Very new to forums altogether really, but recently my second PC got a horrible virus. The background was changed to "WARNING viruses and spyware have been found on your computer. please run a spyware check", my CD rom drive … | |
This is simply an FYI post, or "This is what I use and have suggested to those who ask my opinion." Some will disagree and have good reasons for it. I do not suggest this as the "be all, end all, if you do this you will never have problems." … | |
i need help on some code im having trouble with its an x and o ai i havent finished the strategy function. im running a linux os and i need help with a segmentation fault also some help to make the code better would be appreciated //dtai-II //concept by temi … | |
Hello, I am trying to make a desktop icon for a newbie script I wrote while Teaching myself Python. I wanted it to be a clickable desktop icon for OS X. Plus, I guess I can use Icon Composer to make it a pic. Any ideas?! Thanks... | |
This recipe is designed to only highlight exceptions. Other screens and choices are either subjective or obvious. One of the biggest problems to overcome is with respect to file sharing. I like keeping my files on the mac with Ubuntu reading and changing them as required. * Insert DVD including … | |
![]() | hi again, if you remember i had been asking how to extend my music player to do two things: 1)play music from folders and subfolders (complete) 2)change song at the end of each one (incomplete) well after looking around a while i found the answer : [code] # create a … ![]() |
![]() | Greetings, I have reached a point where I need some help. I have a tivo at home, and I'm trying to script something that will allow me to 1.) pull the XML off of the tivo, and save the file, 2.) Take the text in the XML, and pull out … ![]() |
Hey there! I've written a program and outside of that program I want to make a new python program which generates lists (or in some cases maybe dictionaries) from certain directories and the files in them. I've puzzled around with the os.path(), os.chdir(), os.getcwd() functions, the glob.glob() function and I've … | |
Hi all, I'm using exec() to launch external commands from a web application under OS X Leopard. To put my problem in context, when I launch this: exec ("export", $output); I get this: export OLDPWD export PATH="/usr/bin:/bin:/usr/sbin:/sbin" export PWD="/Library/WebServer/Documents" export SHLVL="1" My problem is with PATH, I need to include … | |
OpenOffice.org has been dominated by the large share of the Linux platform, Windows platform also has its shadow. While there are OOo has Mac version of the implementation ─ ─ NeoOffice, but it does not meet the future Mac platform, the original version (not X11) challenge to MS Office and … | |
People, someone knows if there is a client/server chat for mac os x ? i need the source code pleaseee !!! in c ++ | |
Hi, I use the code below for an bitmap image and it works great. The only problem is after I use system("cls") or when the scroller goes down it cuts the image. I use compiler Dev-C++ and my OS is Windows XP and I have also vista. I was thinking … | |
my OS is Windows XP, i have installed apache server (2.0 X) .. i am writing a script to send an email via php mail function. [code=syntax] <?php $to = "myAddress@hotmail.com"; echo "1"; $subject = "Hi!"; echo "2"; $body = "Hi,\n\nHow are you?"; echo "3"; if (mail($to, $subject, $body)) { … | |
Hello, I call the imagettfbbox function like so `imagettfbbox($font_size, 0, 'monofont.ttf', $code)` but its generating the following error: 'imagettfbbox() [function.imagettfbbox]: Could not find/open font' monofont.ttf is in the same folder. And the code executes fine on the server. It just won't work on my computer. This leads me to believe … | |
![]() | i have this code: [ICODE]import webbrowser, random import os import os.path running = 1 DIR="C:/Documents and Settings/Owner/My Documents/georges poopy/main music/" music = filter(lambda x: x.lower().endswith("mp3"),os.listdir(DIR)) music = list(music) choice = int(raw_input("Press 1 to play a new song")) while running == 1: if choice == 1: song = random.choice(music) webbrowser.open(os.path.join(DIR,song)) choice … |
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 application of its Dock icon, giving you your Dock back. With Dock Dodger, removing … | |
Please help me :( I am in dire need of a scientific / mathematical word processor for either Windows XP or Mac OS X. Something that utilizes LaTeX maybe? | |
hi, i am trying to develop a database application. i am using python as front end and mysql as back end. But now i am getting some problem as "INTERNAL SERVER ERROR" while i am running my application on MAC OS x. #!/usr/bin/python import os import cgi from cgi import … | |
I have a pc with two hdds: 1. maxtor - diamondmax 10, 160gb pata133 hdd, n256, 3.5 series ,d33019 2. samsung sata sp2504c When turning on my pc, sometimes i would get the error that there are bad sectors and the hdd (maxtor had the os - xp - installed … | |
Hello, I have a code file from the boto framework pasted below, all of the print statements are mine, and the one commented out line is also mine, all else belongs to the attributed author. My question is what is the order in which instantiations and allocations occur in python … | |
I just reinstalled OS X 10.5 Leopard on my laptop and restored my data/applications from a Time Machine backup. When I use urllib.urlopen() I get the following error: [code] >>> import urllib >>> u=urllib.urlopen(aUrl) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib.py", line 82, in … | |
So the point of the other thread (java compiler) was I could not test any solutions I came up with at home for my next question. My assignment is to create a Binary Tree (done), and write the output to a file name (out.dat). The assignment is for one of … | |
It keeps freezing and gives an error something like Kernel Trap followed by gibberish numbers. This is just lately. WTF is wrong with it ? | |
I'm new to OS X. In the desktop view options, I have nothing checked, however the icons for my two hard drives are constantly being rearranged when I restart. Is there any way to make it like OS 9 so that no matter what the hard drive icons are always … | |
I'm trying to grasp SQLite to do some stuffs I want it to do, but it is sometimes too hash to me :) So what i'm I wrong with this code?? [CODE=python] #!/usr/bin/ # SQLite command to be used with the applications import sqlite3 as sqlite import os class SqliteCommands: … | |
I am trying to use binascii to convert this: [code=python] town1 = """ ++++++++++++++++++++++++++++++++++++ +-------------------------------------------------------------+ +----------H-----------H----------H---------H--------------+ +----------&---------------&---------------------------------+ +------------------------------------------------------------>+ +----------------@-------------------------------------------+ ++++++++++++++++++++++++++++++++++++ """ [/code] into the type of graphics used in PyMike's PixelMan 3, found at pygame.org. I looked at the document on python.org telling about binascii and a little bit about … | |
when I googled a supermarket website, I was then prompted to a "warning" which was trying to take me to Antivurus.2009. livescan (I'm not putting in exact address as I don't want anyone else to click on it) I can give you te specifics if you need it. Can I … | |
Attempting to scroll a simple background using pygame. This is proving to be near-impossible. It seems that once a surface is blitted anywhere, it WILL NOT blit into a new location. My two problem functions: [CODE] def loadMap(self): vid = _video._Video() self._bg = self._map.get_background().get_pyImage() self._fg = self._map.get_foreground().get_pyImage() vid.paint(self._bg,0,0) vid.paint(self._fg,0,0) def … | |
Hi everyone! I wanted to upgrade my OS X but after downloading some 675MB, my Mac will not install the updates because of some third party software/s that I've installed. What can I do? I'm a newbie when it comes to Mac. How do I know which software/s affecting the … | |
Hi everybody, I'm trying to restyle the Kubrick css for a blog I'm creating, but I'm quite a noob with css and I cant' figure out why the page's structure appears to be broken in some browsers. The website is: [url]http://www.incorde.it/[/url] The css file: [url]http://www.incorde.it/wp-content/themes/incorde/style.css[/url] For previews I'm using: [url]http://browsershots.org[/url] … | |
I just launched my first site using JavaScript. Safari and Firefox correctly display all my pages. Explorer 6 correctly displays pages without JavaScript and incorrectly displays pages with JavaScript. Explorer claims to support JavaScript but Microsoft is known for half heartily supporting other programming languages. And, as a former Windows … | |
Wow it been about 7 months and I again came across this site again. I have used a really fully upgraded PDQ PowerBook now for several years with only great things to say about it. I installed the Sonnet CPU upgrade, an 80 GB HDD, 512 MB RAM etc. I've … |
The End.