Search results

  1. Kinniken

    String class for g++ under OSX?

    Thanks! That was indeed it. My test program (very similar to yours) now work. :) However, I have an other strange mistake I did not get using g++ at University: the line (in a .C): void Parseur :: parse (const string & fname) { where Parseur is a custom class, gives me the following...
  2. Kinniken

    String class for g++ under OSX?

    Hi, does anyone know if a string class similar to the one available for many UNIX (AIX in my case) exists for the mac? I have a university project based on it I need to work on at home, and without the class I'm stuck. And no, I can't redo it with pointers ;) TIA, Kinniken
  3. Kinniken

    Low-CPU usage MP3 radio software?

    Hi, I'm wondering if anyone knows of a program for listening to MP3 radios with small CPU requirements (unlike iTunes). I use mpegToaster to listen to MP3s while playing games since it only uses 2-3% of CPU on my iMac 600 compared to 15-20% for iTunes, but it does not play Internet radios...
  4. Kinniken

    kernel panic empty trash

    ...and solved it by de-installing Norton Utilities, acting on a suggestion from someone on the Apple forums. If it happens again, try that.
  5. Kinniken

    Problems with Apache, symbolic links and permissions

    I did not even know that such an option existed... Sorry and thanks.
  6. Kinniken

    Problems with Apache, symbolic links and permissions

    Hi, my basic problem is finding an easy way to share websites that are not in my ~/Sites directory. I had heard that symbolic links were followed by Apache, so I tried the following, while in ~/Sites : ln -s ~/somepath/someothersite/ sitename The symbolic link was created as expected, and...
  7. Kinniken

    webhosting disaster -- please help with advice

    Hi, I'm interested in a new webhost as well... I've been browsing the threads and it looks like everybody recommends ICDSOFT. I'll just like to know if all the guys using it here are still pleased with it. WIM, I'll also like to have some report on PHP/MySQL ; it's the main reason I am...
  8. Kinniken

    Imperialism II under OS X?

    Hi, if anyone here still plays this oldy I'll like to know if you managed to get it working under Mac OS X (classic of course) or Mac OS 9 - I tried both, and both time it crashes every time I try to finish a turn or got to some of the screens. I downloaded the latest patch (1.03 I think) and it...
  9. Kinniken

    Automatic picture processing softwares for OS X?

    Hi, I'll like to know the different softwares you have heard of / used on Mac OS X that do batch image processing (resizing, contrast adjustment, applying watermarks, renaming, ect...) Freewares, sherwares, commercial software, everything ;) TIA, Kinniken
  10. Kinniken

    FTP: Sharing specific folders without a l/p?

    Hi, does anyone know how I can share some specific folders (on different volumes BTW) via FTP, without requiring the user to enter a login/pass? Setting up FTP sharing was easy enough, but I'm stuck there... help welcome ;-) TIA, Kinniken
  11. Kinniken

    Formatting new internal HD? (on slot-in iMac)

    Solved by installing OS9 on my FW HD and booting from it just to format the new HD, following which the Jaguar install CD recognised it.
  12. Kinniken

    Formatting new internal HD? (on slot-in iMac)

    Hi, following MacWorld's guide I have replaced the internal HD (replaced a 20 Gb drive with a 60 Gb one) of my iMac 450 slot-in. Apparently, the disk swap went fine, since the Apple Hardware Test (the full one) runs correctly. However, neither my Jaguar install CD nor my apple Recovery CDs...
  13. Kinniken

    iPod for windows

    My father got an iPod for Chrismass, but it's the worng model... PC 10 Gb instead of the mac version. It's only going to get connected to a mac anyway, so can anyone tell me how to convert it? I read the KB article (61675) which speaks of a converting software, but I cannot find the updater...
  14. Kinniken

    Replacing slot-loading iMac's HD?

    And I back everything on it every night :) Gotta love those FW HD! On a related note, when I replace my HD, what speed should I get? I'll like to get the fastest drive my computer can work with, but there is no point in buying one too fast for the motherboard. Anyone?
  15. Kinniken

    Replacing slot-loading iMac's HD?

    Sure, you bet I will be careful ;) I'll probably borrow one of those anti-static bracelet from a friend. In any case, I'm probably going to wait until the HD dies. Just want to make sure I have everything ready to replace it when it does.
  16. Kinniken

    Replacing slot-loading iMac's HD?

    I've started looking at the manual. Looks like I can do it on my own.
  17. Kinniken

    Replacing slot-loading iMac's HD?

    Hi, due to frequent powercuts in my university dorm, my iMac's HD is taking longer and longer to spin up... it usualy starts to spin up, emit a few beeps, spin down and start again a few time when booting the computer or waking it from deep sleep. BTW, I defragmented it recently without...
  18. Kinniken

    Dreamweaver MX Problem

    To Tormente: Hi, I am having the same problem as you - the one with the shift key not working properly in dreamweaver for < br >. I cannot seem to be able to connect the dreamweaver forum so I cannot see if anyone gave you a successful answer there... So, did you managed to get it fixed...
  19. Kinniken

    Putting a program to sleep?

    All I realy needed was the "-STOP" and "-CONT" options... I uses top to get the PID. I've tested it, it seems to work great :) Thanks!
  20. Kinniken

    Putting a program to sleep?

    Hi, does anyone know of a way to put a program to sleep? ie, force the program to stop using CPU cycles for a time, but with the possibility to reactivate it later? I need this because I often have to leave open apps which use a lot of CPU time even when they are hidden and idle... A way to...
Back
Top