Quote:
Originally posted by matvon:
I have an experimental MySQL package that should allow you to install MySQL on your system with a simple double click. It uses Apple'…
Everyone note that the MySQL package has the same problems as everyone else's. At the bottom of the directions he notes that it cannot be killed normally, as home-built versions do…
does anyone know if this these versions take advantage of a second g4 processor? I know the OS does, but do the Daemons multithread. Mysql seems significanly slower than my Dual Pe…
Somebody from OmniGroup has written a plugin by reverse-engineering the protocol (it's all Objective C). Head over to the macosx-dev mailing list archive.
Is Apple going to eventually release an API for it like they did iTunes? I already (as I'm sure others do) have lots of little ideas for add-on's that would be really nice ... Hmm…
Some consider it a blessing, some a curse -- in order for the Objective-C runtime to work properly, a lot if information is left in a binary that you won't find in a statically bou…
Just wondering if anyone had looked into compiling Mojo Nation for OS X. The one stumbling block I see is Python, which I'm not sure if it's included in the default installation. I…
Actually, you can download Python for MacOS X.
Check out this website for new releases of stuff:
http://softrak.stepwise.com/Apps/WebObjects/Softrak
another good one is
http:/…
Hi-
I am trying to write a little network program and I need to get the local IP of the host. I tried to do a
InetAddress add = InetAddress.getLocalHost ();
This works on Solari…
I'm bringing this to the top of the heap. I'm having a similar problem with the java InetAddress class. If I do:
InetAddress add = InetAddress.getLocalHost ();
I always get the…
1) Molz, the UnknownHostException is thrown to indicate that the IP address of a host could not be determined. This is a combination of the fact that you are connected via PPP and …
I try compiling things like jpeglib and ImageMagick. But I can hardely configure the Makefile.PL, since configure is not accepting the host type. I only have the the Darwin tools a…
There are some good vanilla examples in the following path:
/Developer/Examples/GLUTExamples
Though, when I've programmed in cocoa I see that there is an NSOpenGLView. But I'm no…
I'm trying out a java-based text editor- jedit ( http://jedit.sourceforge.net/ ), and it runs great on OS X, short of the fact that the Command and Control keys are swapped.
Th…
OK. Here's the link to the site. I got a couple of favorable reports back saying that both the Apache-PHP4 package and the MySQL package work very well.
http://homepage.mac.com/Lig…