Search results

  1. J

    Java compile error: segmentation fault

    Every time I try to compile Java using xCode or javac the build fails. The following is in the build log: JavaCompile.default <CompileJava>jar7 frameworkjars="" for i in `echo ` ; do if [ -f "$i" ] ; then frameworkjars="$frameworkjars":"$i" ; fi ; done...
  2. J

    Text editing trivia

    in BBedit, or BBedit lite, or another good code editor (like SubEthaEdit) do a find and replace. Replace either \n or \r (whichever works) with BOB12.csv\n or BOB12.csv\r. -JARinteractive edit: I just reread your post and realized what you meant...theoretically an applescript could make...
  3. J

    jeff Raskin talks .. again...

    Raskin probably did cite sources for the zooming interface, and I'm pretty sure that he stated that many of his ideas are improvements on existing ideas. THE is just the first place that I saw the zooming interface. Raskin's text editing interface (and related) changes are the main focus of...
  4. J

    jeff Raskin talks .. again...

    The main thing I remember is his idea of a "zooming" interface, where instead of viewing lists of files you would see groups of files. The files would be grouped intelligently, so you theoretically wouldn't forget where you put things. With the interface you could zoom in to see smaller...
  5. J

    jeff Raskin talks .. again...

    In his book "The Humane Interface" (I read it for a paper I did on UI design last year), Raskin actually brings up some very good-and very different-ideas for a next generation UI. To implement many of his ideas (that go beyond his THE project's scope) would require a lot of AI, but would be...
  6. J

    Nightly Camino

    Both Camino and Firebird use the Gecko rendering engine (Mozilla also uses it). I find them both to be relatively fast, but I prefer Camino. -JARinteractive
  7. J

    Nightly Camino

    Well, you could always submit a patch, after all it is open-source :D Or you could put that in as a feature request, but It probably wouldn't make it in until after 0.8 is released. No quick easy tip for spell check :( -JARinteractive
  8. J

    Nightly Camino

    You can specify your default download location in Camino's preferences. You can also specify where to download a file to on an individual basis by control-clicking (or right-clicking) on the download link and selecting "download link target." -JARinteractive
  9. J

    Nightly Camino

    The download manager is much improved, as well :D -JARinteractive
  10. J

    Garage Band!?

    Yes, Logic does support ReWire...in fact many audio apps do (ProTools, Cubase, Live, etc.). -JARinteractive
  11. J

    Garage Band!?

    Does anyone know if GarageBand supports ReWire? It would be sweet to use Reason and GarageBand in combination. -James
  12. J

    NTL Broadband wifi (wireless)

    Linksys sells a good wireless router (BEFW11S4). I got mine for around $70 (US). I don't have experience with the D-link stuff. -JARinteractive
  13. J

    Cheapest method for capturing analogue video?

    Actually, it is analogy, not analogue (or analog). Analogue and analogue are both correct spellings of the same word, I believe. Check out formac or eyeTV for video capture devices. -JARinteractive
  14. J

    10.3.2 released

    Afer installing 10.3.2 my laptop (PowerBook G4 500) won't boot. If I try booting in verbose mode, it says that th window server can't be initiated! any ideas? -JARinteractive
  15. J

    Music Editing Software...

    What do you mean by music editing software? There is ProTools and Logic that do recording, mixing, etc. There is Reason that is a software synthesizer and sequencer (and more). -JARinteractive
  16. J

    gotoxy substitute in os x?

    Well, I went back and tried to compile my old program and it doesn't want to compile anymore (I created it back on OS X 10.1)! I actually used curses.h instead of ncurses, also. I did notice that you need to compile using the -lncurses option. I remember that I found a good curses tutorial by...
  17. J

    gotoxy substitute in os x?

    I used ncurses in place of gotoxy for one of my C++ courses a couple years ago. It worked really well, but I had to run it in the terminal instead of in ProjectBuilder/xCode. -JARinteractive
  18. J

    MYSQL Users Sound Off

    there are admin utilities for MySQL. A popular web-based (php) utility is phpMyAdmin. There are also some OS X native apps for MySQL administration, but I haven't tried any of them...check versiontracker.com -JARinteractive
  19. J

    Best Java dev tools for Panther?

    xCode works for me. -JARinteractive
  20. J

    Red Hat pulls out of the desktop race

    What is Yellow Dog linux going to do? Isn't YDL basically Red Hat for PPC? -JARinteractive
Back
Top