Search results

  1. Captain Code

    Wwdc 2008

    Expect a revolt if that happens. They took the Mac out IMO because OS X is the basis for 3 distinct products. Mac OS X, iPhone OS X, Apple TV OS X.
  2. Captain Code

    Os X 10.5.3

    10.5.3 caused some reindexing for Spotlight that would have made disk access slow for a bit.
  3. Captain Code

    How do you get content off AppleTV?

    You would have to hack your Apple TV. Check out iclarified.com on how to hack it and install ssh. You can then do various things like ssh into it and copy files from it. It's quite involved but there are good tutorials on how to do it. You want to look for how to create a patchstick which is...
  4. Captain Code

    mov to mpg? iMovie?

    Check out VisualHub. It can convert basically anything.
  5. Captain Code

    Very slow internet

    What are your DNS settings? Try openDNS https://www.opendns.com/start Also you should try a different ethernet cable because they can be broken sometimes and give a lot of errors.
  6. Captain Code

    Microsoft Visual Studio 2005 on Mac OS X 10.5 Leopard

    VMWare or Parallels is perfect. You should have at least 2GB of RAM because you will be running 2 operating systems. I did all my VS stuff in Parallels last year and I had no reason to have a real Windows computer. I made a 10GB virtual disk which is enough to install VS with only one or two...
  7. Captain Code

    RSS linking question/filenames

    You can do it easily through an http redirect as long as you have the ability from your host to use .htaccess files. Create a file called .htaccess at the root directory for that sub domain. In your .htaccess file put this code Redirect 301 /index.html http://rss.mydomainhere.com/rssfile.xml...
  8. Captain Code

    PHP Help!

    Need more details.
  9. Captain Code

    Need help with PHP script for IP address of sites

    You could try doing a reverse DNS lookup on that IP address. Most likely you will get something else other than the original domain because most websites are hosted on servers with many other web sites.
  10. Captain Code

    iPhone coming to Canada 2008 confirmed

    “We're thrilled to announce that we have a deal with Apple to bring the iPhone to Canada later this year,” said Ted Rogers, the cable giant’s CEO, in a short statement. “We can't tell you any more about it right now, but stay tuned.” http://www.thestar.com/Business/article/419503 All I...
  11. Captain Code

    pureFTPd manager: File and Dir permission

    This setting works fine for me and the users can't get out of the restricted directory through any means I've tried.
  12. Captain Code

    iPhone and Airport

    You can try this web based VOIP client. I haven't tried it yet http://www.jajah.com/
  13. Captain Code

    New Clones

    It now seems this company is a hoax or scam as their address keeps changing on their website. EDIT: merged 3 threads together. Let's try to keep this all in one place.
  14. Captain Code

    forgotten password macbook pro

    You can boot of the install CD/DVD and change the password through one of the menu items.
  15. Captain Code

    Finding unique files within Backups.backupsdb

    I used NSFileManager's enumeratorAtPath as well. It's not bad performance but I didn't try as many files as you are. I tried it with my program by scanning my entire applications folder and XCode folder and it took a few minutes to complete and found over 5000 executable files. That's pretty...
  16. Captain Code

    Finding unique files within Backups.backupsdb

    Check out FSEvents. From what I remember you can get changes to the file system between two points from it so that might work. I also wrote some code to process a large number of files looking for only executable binary files and wound up finding some code that reads the first 4 bytes of the...
  17. Captain Code

    Getting your tunes back after a crash?

    They'll usually only let you do it once so when you get it back, make backups of it.
  18. Captain Code

    iPhone Simulator

    The simulator is Intel Mac only but you can extract it from the installer with Pacifist and I believe it'll work. You have to also debug an application within XCode to launch the simulator.
  19. Captain Code

    2 Questions.

    Looks like you should reinstall XCode because the Java framework is missing for some reason.
  20. Captain Code

    OpenGL (GLUT) C++ and Xcode

    I just copied all the code from the link I posted and created a default Cocoa application. You have to delete the generated main.m code and replace it with the code from the site. I didn't have any problems getting it to work just doing that.
Back
Top