Skip to main content

Home/ The Apple Group/ Group items tagged wiki

Rss Feed Group items tagged

yc c

addressbook [Clemens Wacha] - 0 views

  •  
    PHP iAddressBook is an address book for a single user. You can use it for Personal or Business Cards (it supports tons of fields), features a spotlight-like search, has transparent vCard import/export, multilanguage support, design templates and an intuitive interface. It aims at 100% compatibility to the AddressBook in Mac OS X.
  •  
    PHP iAddressBook is an address book for a single user. You can use it for Personal or Business Cards (it supports tons of fields), features a spotlight-like search, has transparent vCard import/export, multilanguage support, design templates and an intuitive interface. It aims at 100% compatibility to the AddressBook in Mac OS X.
Richard Sheppard

FAQ - mobileterminal - Google Code - 0 views

  • BSD Subsystem 2.x SU Replacement
    • Richard Sheppard
       
      I prefer Big Boss' Terminal more than the one you get from the iphone.lenlolabs.com repo, but the BSD System 2.x SU Replacement is very useful.
Didier Daglinckx

Leopard Server: The people's Unix | InfoWorld | Review | 2007-12-18 | By Tom Yager - 0 views

  • Leopard Server: The people's Unix Mac OS X v10.5 is true Unix on the inside, novice admin friendly on the outside, and born for collaboration, with turnkey-simple blog, wiki, IM, and calendar services
  • Apple has brought its unique brand of richness and simplicity to servers
  •  
    OS X Leopard Server is the fifth generation of the software half of Apple's server platform.
Brad Lee

Springnote slide create - 0 views

  • 스프링노트에서 프레젠테이션 슬라이드를 만들 수 있습니다.
    • Brad Lee
       
      If you want to use web notebook or wiki page which can share other collegues, use this serverice. http://www.springnote.com Now, it is only korean version. I heard that they make english version service in August.
Brad Lee

[Perian] QuickTime이나 Front Row에서 자막보기 - AppleForum - 0 views

    • Brad Lee
       
      퀵타임에서 한글 자막(.smi)를 볼 수 있는 방법 및 모듈 글타래.... The modified perian component for enable smi cpation file in Quicktime and Frontrow. But now, In Leopard it has some problems. The owner of this wiki will make solution about that ASAP he can. If you use only Quicktime(but not use Frontrow 2) in leopard, this is good solution for caption.
yc c

List of Google products - Wikipedia, the free encyclopedia - 0 views

  •  
    This list of Google products includes all major standalone services and tools created or acquired by Google.
Graham Perrin

AppleInsider | Snow Leopard Server to ramp up scalability and performance - 0 views

  • Apple will now be using Dovecot for POP and IMAP
  • focus on security
  • full compliance with the IMAP specification
  • ...14 more annotations...
  • IDLE push notifications
  • ACL support
  • supports IMAP extensions
  • quota limitations
  • vacation messages
  • server side email rules
  • Address Book Server in Snow Leopard Server
  • share their personal and group contacts across multiple computers
  • Address Book Server will make use of extensions to WebDAV
  • iCal Server using CalDAV
  • Address Book Server using the CardDAV specification
  • without running into the schema limitations
  • integrated email, contacts, and calendar
  • search across multiple wikis
Graham Perrin

XBinary: Extended Binary Format Support for Mac OS X - 0 views

  • Extended Binary Format Support
  • © Amit Singh
  • January 2009
  • ...51 more annotations...
  • —With the advent of x86-based Macintosh computers, Universal binaries, originally known as "fat" or multiple-architecture binaries, appeared in Mac OS X.
  • Universal Binaries
  • for one or more architectures
  • along with a header that describes each constituent binary.
  • a wrapper that contains Mach-O binaries
  • a "4-way fat" executable could consist of Mach-O executables for the i386 (32-bit Intel), x86_64 (64-bit Intel), ppc (32-bit PowerPC), and ppc64 (64-bit PowerPC) architectures
  • Mac OS X does not provide any kernel-level or user-level interfaces to extend binary format support.
  • we'll need to write special software
  • new kernel functionality
  • software will involve a kernel extension.
  • extend the kernel
  • and execute them through specified handler programs.
  • Let us call the new software that implements these features XBinary. binfmt_misc Those familiar with the Linux kernel will realize that functionality similar to what's been described here exists in Linux as the binfmt_misc kernel feature. XBinary is conceptually similar
  • XBinary also has some Mac OS X specific features.
  • download and install the XBinary package
  • a command-line tool (xbinary
  • a kernel extension (xbinary.kext)
  • research software at this point
  • choosing the best library from an extended fat library file.
  • for developers, researchers, and power users
  • take XBinary for a spin
  • XBinary: extended binary format support for Mac OS X Copyright (c) 2009 Amit Singh. All Rights Reserved. http://osxbook.com The XBinary software allows you to extend the Mac OS X kernel such that it can recognize arbitrary binary formats and execute them through specified handler programs. (Mac OS X natively supports executing only Mach-O binaries, Universal (fat) binaries, and interpreter scripts.) XBinary consists of a kernel extension (xbinary.kext) and this command-line tool, which lets you control the XBinary facility. This requires superuser privileges, so you should run this tool using sudo(8). The XBinary kext must be loaded for the facility to be available.
  • You can add and manipulate in-kernel entries that enable recognition of binary formats.
  • You can also specify flags that affect how a matched entry is processed. By default, the argument vector IS adjusted and setuid/setgid binaries are NOT allowed.
  • make experimentation involving new binary formats easy
  • Let us look at Java applications
  • then specify this wrapper script as the interpreter
  • and subsequently invoke the Java application launcher.
  • given a Java class file
  • a wrapper script
  • We don't even have to write such scripts
    • Graham Perrin
       
      :-)
  • a Universal binary containing, say, Tiger and Leopard versions
  • simplify code creation and maintenance.
  • Consider a 2-way fat binary containing i386 and x86_64 architectures.
  • operating system versions in addition to processor architectures.
    • Graham Perrin
       
      :-)
  • Now think of an "extended" fat binary mechanism that incorporates
  • our hypothetical extended fat binary contains eight "architectures"
  • the extended fat feature as implemented by XBinary is not a complete implementation
  • These examples assume that you are on an x86 (little-endian) machine.
  • XBinary requires Mac OS X 10.5.x (Leopard).
  • Executive Summary This document discusses XBinary, a new software that lets you add kernel-level support for executing files in arbitrary binary formats on Mac OS X.
  • Extending Executability
  • recognize arbitrary binary formats
  • using the xbinary tool
  • copious "help" output
  • Each entry must have as its name a unique identifier string up to 31 bytes in size. Additionally, a set of other arguments specify to the kernel how to recognize that binary format and which interpreter to invoke to handle it. XBinary can recognize a binary EITHER by matching magic bytes within the first page of the file OR by matching a file extension. OTHER_ARGS must be a valid combination of the following arguments (some are optional).
  • that will determine the startup class name
  • Bonus Feature: Extra Fat Binaries
  • Since XBinary is experimental, why not experiment with such a feature too?
  • XBinary wouldn't be able to help the dynamic linker
  • The XBinary software
Thomas ██████

Improvements to Backup Bouncer - 0 views

  •  
    Back in April, 2007, Nathaniel Gray introduced Backup Bouncer, a suite of tests that can be used to evaluate a backup solution's ability to preserve HFS+ filesystem metadata. Since then, I have discovered a few bugs in the test suite that would prevent it from accurately reporting results on various platform:OS combinations. I also identified some areas where Backup Bouncer could do a bit more, so I fleshed out some of the tests to be a bit more thorough. Finally, I also added support for testing the support of HFS+ filesystem compression, a feature added in Snow Leopard. See also this report of the Backup Bouncer results for Carbon Copy Cloner.
Graham Perrin

GmailFS - Wikipedia, the free encyclopedia - 1 views

  • Google can and has suspended accounts for the sort of excess activity GmailFS generates. Consequently GmailFS should not be considered reliable for backup purposes. Furthermore, the "Program Policies" prohibit the user to "Reformat or frame any portion of the web pages that are part of the Gmail Service" which is arguably violated by use of GmailFS
  • Google can and has suspended accounts for the sort of excess activity GmailFS generates. Consequently GmailFS should not be considered reliable for backup purposes. Furthermore, the "Program Policies" prohibit the user to "Reformat or frame any portion of the web pages that are part of the Gmail Service" which is arguably violated by use of GmailFS, which, after all, "reformats" documents transferred via HTTP ("web pages") into data accessible via FUSE.
Raúl - [^BgTA^]

Macuarium.com - Las 10 lecciones de oro de Steve Jobs - 1 views

  • 1.- "La innovación distingue al líder del seguidor" 2.- "Sé una vara de medir de la calidad. Hay gente que no se acostumbra a un entorno donde se requiere la excelencia" 3.- "El único modo de hacer un gran trabajo es amar lo que haces. Si aún no lo has encontrado sigue buscando. No te conformes. Al igual que con el resto de asuntos del corazón, lo sabrás cuando lo hayas encontrado" 4.- "Ya sabes que no somos mas que lo que comemos. Vestimos ropa que otros fabrican. Hablamos lenguajes que otros han creado. Usamos matemáticas que otros han desarrollado … Lo que quiero decir es que constantemente estamos adquiriendo cosas. Es un sentimiento extasiante y maravilloso crear algo que modifique la experiencia humana y el conocimiento" 5.- "Hay una frase en el Budismo, 'La mente del principiante'. Es maravilloso tener mente de principiante" 6.- "Nosotros creemos que ves la televisión básicamente para desconectar tu cerebro, y que trabajas en el ordenador cuando quieres conectar tu cerebro" 7.- "Soy la única persona que sabe que he perdido 250 mil millones de dólares en un año … y eso forja el carácter". 8.- "Cambiaría toda mi tecnología por una velada con Sócrates " 9.- "Estamos aquí para dejar huella en el universo. Sino … ¿para que otra cosa íbamos a estar aquí?" 10.- "Tu tiempo es limitado, así que no lo desperdicies viviendo la vida de otro. No te atrapes en los dogmas - que es vivir con los resultados de la creencias de otros. No dejes que el ruido de las opiniones de otros acallen tu propia voz interior. Y lo mas importante, ten el coraje de seguir a tu propio corazón e intuición. De algún modo, ya saben lo que realmente quieres llegar a ser. Todo los demás es secundario."
  •  
    Las 10 lecciones de oro de Steve Jobs
‹ Previous 21 - 31 of 31
Showing 20 items per page