Search results

  1. T

    Start a GUI app as a daemon?

    If the application is a .app, then in the terminal go through the package contents to find the actual executable for the program, and then type: ./executable & you can do this to happen at startup... Try putting a file in the /Library/StartupItems directory with...
  2. T

    [HOWTO] - Setup FTP access on your OSX machine.

    does anyone know how to set default umask for ftp uploads? At the moment every time someone uploads to my server, i have to go in an manually change the permissions.
  3. T

    Small Sockets

    check out this tute on NSThread and multithreading
  4. T

    Gcj???

    Does OSX/Darwin have support for GCJ in it's port of GCC?
  5. T

    Small Sockets

    I haven't looked at Small Sockets, but a usual architecture that i use is to create reading and writing handlers for sockets. Create a reader (with the sockets input stream) in a new thread that waits and sets of events or messages when input arrives.
  6. T

    Verifying Quartz Extreme is enabled?

    have a look at this site
  7. T

    old imacs

    Hey there! i'm looking for two old imacs... one to pump in some ram and run a server at home, and the other just for my brother to do his school stuff with. I live in Australia, and am wondering if anyone has any info on auction/second hand sites or even two macs to get rid of. cheers trickie
  8. T

    Coding help

    this site has some cool articles for beginning web programming. I found them really enlightening: melonfire
  9. T

    Apache 2?

    I thought there were problems with compiling Apache 2 on OSX? I maybe wrong, but i haven't seen anything on OSX/Apache 2
  10. T

    iBook and OsX?

    Yeah man it'll be great. I've got a 500mhz ibook running 10.1.4 (576mb RAM) it goes smooth. I use some graphics editing stuff and do all my web/soft eng development on it, and i have no problems what so ever. In fact if you want a good development machine i think osx is the best there is...
  11. T

    What Kind of App are you working on?

    Hey i'm working on a cocoa-java mysql admin program. I know there are a few already, but the good ones are not free. I'm also working on a cocoa-java chat program, that i want to turn into a project management program. the project program is going to be an add on for a php/mysql community...
  12. T

    external DVD-R?

    is there such thing as an external Superdrive or DVD-R?:confused:
  13. T

    portable drives?

    Hello i've got an ibook, and am looking to get an external HD. any suggestions? I don't mind about about, just good quality for money.
  14. T

    setting java classpath

    Sorry, you don't need to set classpath. I just had to make a simbolic link and it worked. cheers nick
  15. T

    setting java classpath

    hi, that works well for a single command, but how do you set an an environmental variable. If i "setenv CLASSPATH <path>" then java can't find anything. Even if i put the different paths to all the java libs etc it still doesn't find anything. The reason that i need to set a varaiable is that i...
  16. T

    jython

    has anyone got jython running on 10.1?
  17. T

    setting java classpath

    hello, can anybody tell me how to set the classpath variable in osx. if i try setenv the jvm doesn't work. I just want to add a directory. cheers
Back
Top