Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2009-500
$eventId
ID of event: wwdc2009
$eventContentId
ID of session without event part: 500
$eventShortId
Shortened ID of event: wwdc09
$year
Year of session: 2009
$extension
Extension of original filename: m4v
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: ...

WWDC09 • Session 500

Managing Processes with launchd

Mac • 45:10

launchd is the primary tool on Mac OS X for automatically launching processes on behalf of the system (daemons) or individual users (agents). Find out how launchd's dynamic architecture makes your Mac more robust and responsive while simplifying the development and deployment of many kinds of helper programs. Dive into the details of the launchctl utility and launchd property lists. Learn how to restructure your programs to take advantage of the services provided by launchd. Explore the many levers launchd provides for system administrators to fine-tune the performance and behavior of Macs on their network.

Speaker: Damien Sorresso

Unlisted on Apple Developer site