Skip to content

Instantly share code, notes, and snippets.

@fzwo
Last active May 15, 2024 10:16
Show Gist options
  • Save fzwo/01d62cebd21032683d87f51d094575d3 to your computer and use it in GitHub Desktop.
Save fzwo/01d62cebd21032683d87f51d094575d3 to your computer and use it in GitHub Desktop.
Download and view old Apple developer documentation

How to download and view legacy documentation from Apple (no need to sign in to your dev account)

  1. Download the docset index XML.
  2. Find the docset you want (there are some with URL https://apple.com/none.dmg; ignore them - you will find them again further down the file with a working URL).
  3. Download the dmg. It's probably around a gigabyte or so.
  4. "Install" the .pkg file somewhere on your disk. If you don't trust the installer, do it manually:
    1. Find the largest file, named Payload, and extract it using The Unarchiver.
    2. This creates a new, even larger file, probably named Payload-1.
    3. Extract Payload-1 using The Unarchiver.
  5. After many minutes of extracting, we have our .docset file.
  6. Use Kapeli Dash to browse and read the docset.

Why? Because Apple's old docs are often more verbose, and because they didn't mix iOS and macOS docs into one big mess. Or just because you need good information for backward compatibility, or what the official word was back in time.

@vfig
Copy link

vfig commented Jan 2, 2020

Thank you! This is invaluable.

@fzwo
Copy link
Author

fzwo commented Jan 2, 2020

Thank you, @adurdin, for taking the time to say thanks for this little thing ☺️

@goranmoomin
Copy link

goranmoomin commented Apr 30, 2020

This is so helpful for everyone :-)

AFAIU this is the most recent link.

For people who are wondering how to extract .pkgs, using Suspicious Package and exporting the outermost folder com.apple.adc.documentation.docset to ~/Downloads(++E) and double clicking will work as well.

image

@jigar007
Copy link

image

@goranmoomin
Copy link

goranmoomin commented Jun 27, 2020

@jigar007 Don’t install it, extract the .docset file in it.

@jigar007
Copy link

@pcr910303 Thanks, done, I miss understood that first. Do you know is there any way to easily create PDF document from developer framework documentation or archive? I tried to find a lot but haven't found any solution.

@goranmoomin
Copy link

@jigar007 You thinking something like my simple tool, apple-documentation-archive-scraper? It downloads PDFs like these:
Screen Shot 2020-06-29 at 1 35 44 AM
You might want to clone & use it...

@jigar007
Copy link

@pcr910303 Thank you very much, I was looking for something like this only, but it downloads each page as a separate PDF.
I am finding something like this, python script to download so whole swift language guide as a single PDF.

I am thinking edit script to merge all the web pages before downloading as a single pdf, but I'm not good at Javascript, do you think is it possible to combine multiple pages before generating pdf by modifying your script?

@goranmoomin
Copy link

goranmoomin commented Jun 29, 2020

@jigar007 I think it's possible by just aggregating the HTML with Promise.all, joining them and making it a PDF would be not hard, but if you don't know JS and promises it might be non-trivial.
Unfortunately I don't have the time to modify it myself.

@jigar007
Copy link

@pcr910303 That's ok, Thank you very much for help. 🙂

@pteeson
Copy link

pteeson commented Jul 25, 2020

Thank you very very much..... brilliant. I used Pacifist to examine the .pkg. and extract the docset. Totally made my day as I am working using Core MIDI and this is going to help.

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 1 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableSearch_UISearchController/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/703396f957/DisplayingSearchableContentByUsingASearchController.zip",
    "title": "Table Search with UISearchController",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2018-06-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KeychainTouchID/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KeychainTouchID/KeychainTouchIDUsingTouchIDwithKeychainandLocalAuthentication.zip",
    "title": "KeychainTouchID: Using Touch ID with Keychain and LocalAuthentication",
    "platform": "iOS",
    "technology": "LocalAuthentication",
    "date": "2018-06-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CryptoExercise/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CryptoExercise/CryptoExercise.zip",
    "title": "CryptoExercise",
    "platform": "iOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2018-06-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloudKitShare/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/f4b579f3db/SharingCloudKitDataWithOtherICloudUsers.zip",
    "title": "CloudKit Share: Building CloudKit local cache and using CloudKit share APIs",
    "platform": "iOS",
    "technology": "CloudKit",
    "date": "2018-06-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Breadcrumb/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Breadcrumb/BreadcrumbUsingCoreLocationtotrackusermovement.zip",
    "title": "Breadcrumb: Using CoreLocation to track user movement",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "CoreLocation",
    "date": "2018-05-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TCPTransports/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TCPTransports/TCPTransportsUsingVariousAppleAPIstoRunaTCPConnection.zip",
    "title": "TCPTransports: Using Various Apple APIs to Run a TCP Connection",
    "platform": "iOS",
    "technology": "NetworkExtension",
    "date": "2018-05-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NEHotspotConfigurationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NEHotspotConfigurationSample/NEHotspotConfigurationSample.zip",
    "title": "NEHotspotConfiguration Sample",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web",
    "technology": "NetworkExtension",
    "date": "2018-05-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ToolbarSample/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/798d8dda89/IntegratingAToolbarAndTouchBarIntoYourApp.zip",
    "title": "ToolbarSample: Using NSToolbar to construct a window toolbar",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2018-05-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowserViewAppearance/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowserViewAppearance/ImageBrowserViewAppearanceCustomizingIKImageBrowserView.zip",
    "title": "ImageBrowserViewAppearance: Customizing IKImageBrowserView",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2018-05-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Earthquakes/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/e18c927370/LoadingAndDisplayingALargeDataFeed.zip",
    "title": "Earthquakes: Populating a Core Data Store Using a Background Queue",
    "platform": "iOS; macOS",
    "technology": "CoreData",
    "date": "2018-05-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DatePicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DatePicker/DatePickerUsingNSDatePickercontroltodisplaydateandtime.zip",
    "title": "DatePicker: Using NSDatePicker control to display date and time",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2018-05-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iChatAppleScriptSamples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iChatAppleScriptSamples/iChatAppleScriptSamples.zip",
    "title": "iChatAppleScriptSamples",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "InstantMessage",
    "date": "2018-05-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowser/ImageBrowserUsingIKImageBrowserViewtodisplayimages.zip",
    "title": "ImageBrowser: Using IKImageBrowserView to display images",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2018-05-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StarterPlaygroundBook/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StarterPlaygroundBook/StarterPlaygroundBookAsimpleSwiftPlaygroundBook.zip",
    "title": "StarterPlaygroundBook: A simple Swift Playground Book",
    "platform": "Xcode Developer Tools",
    "topic": "Xcode",
    "date": "2018-04-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UnitTests/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UnitTests/UnitTestingAppsandFrameworks.zip",
    "title": "Unit Testing Apps and Frameworks",
    "platform": "iOS; macOS",
    "topic": "Xcode; IDEs",
    "date": "2018-04-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoMap/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoMap/PhotoMapLoadinganddisplayinggeotaggedphotosasMapKitannotations.zip",
    "title": "PhotoMap: Loading and displaying geotagged photos as MapKit annotations",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "MapKit",
    "date": "2018-04-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/scenekit-2017/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/scenekit-2017/Fox2SceneKitWWDC2017samplecode.zip",
    "title": "Fox 2: SceneKit WWDC 2017 sample code",
    "platform": "tvOS; iOS; macOS",
    "topic": "Graphics & Animation",
    "technology": "SceneKit",
    "date": "2018-04-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioInARKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioInARKit/AudioinARKit.zip",
    "title": "Audio in ARKit",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "ARKit",
    "date": "2018-03-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UnwindSegue/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UnwindSegue/UnwindSegue.zip",
    "title": "UnwindSegue",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2018-03-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HeartRateMonitor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HeartRateMonitor/CoreBluetoothHeartRateMonitor.zip",
    "title": "CoreBluetooth: Heart Rate Monitor",
    "platform": "macOS",
    "technology": "IOBluetooth",
    "date": "2018-03-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HealthThermometer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HealthThermometer/CoreBluetoothHealthThermometer.zip",
    "title": "CoreBluetooth: Health Thermometer",
    "platform": "macOS",
    "technology": "IOBluetooth",
    "date": "2018-03-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tabster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tabster/TabsterVarioustechniquesinusingUITabBarController.zip",
    "title": "Tabster: Various techniques in using UITabBarController",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2018-02-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SourceView/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/ff5475527a/NavigatingHierarchicalDataUsingOutlineAndSplitViews.zip",
    "title": "SourceView: Using NSOutlineView with NSTreeController",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2018-02-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InteractiveContent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InteractiveContent/InteractiveContentwithARKit.zip",
    "title": "Interactive Content with ARKit",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "ARKit",
    "date": "2018-02-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationPiPPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationPiPPlayer/AVFoundationPiPPlayerPicture-in-PicturePlaybackwithAVKit.zip",
    "title": "AVFoundationPiPPlayer: Picture-in-Picture Playback with AVKit",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2018-02-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoPicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoPicker/PhotoPickerUsingUIImagePickerControllertoSelectPicturesandTakePhotos.zip",
    "title": "PhotoPicker: Using UIImagePickerController to Select Pictures and Take Photos",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2018-01-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DateSectionTitles/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DateSectionTitles/DateSectionTitlesCustomTableSectionswithNSFetchedResultsController.zip",
    "title": "DateSectionTitles: Custom Table Sections with NSFetchedResultsController",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2017-12-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrivacyPrompts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrivacyPrompts/CheckingandRequestingAccesstoDataClassesinPrivacySettings.zip",
    "title": "Checking and Requesting Access to Data Classes in Privacy Settings",
    "platform": "iOS",
    "topic": "Security",
    "date": "2017-12-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ButtonMadness/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ButtonMadness/ButtonMadnessCreatingandCustomizingAppKitControls.zip",
    "title": "ButtonMadness: Creating and Customizing AppKit Controls",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2017-12-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ApplicationShortcuts/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/127f683dd6/AddHomeScreenQuickActions.zip",
    "title": "ApplicationShortcuts: Using UIApplicationShortcutItems",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2017-12-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UICatalog/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/1122edc349/UIKitCatalogCreatingAndCustomizingViewsAndControls.zip",
    "title": "UIKit Catalog (iOS): Creating and Customizing UIKit Controls",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2017-12-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NavBar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NavBar/NavBarCustomizingUINavigationBarsappearance.zip",
    "title": "NavBar: Customizing UINavigationBar's appearance",
    "platform": "iOS",
    "topic": "User Experience; Controls",
    "date": "2017-12-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MapSearch/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/05a11b95a3/InteractingWithNearbyPointsOfInterest.zip",
    "title": "MapSearch",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "MapKit",
    "date": "2017-12-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LazyTableImages/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/868c63d87a/AsynchronouslyLoadingImagesIntoTableAndCollectionViews.zip",
    "title": "LazyTableImages: Populating UITableView content asynchronously",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2017-11-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TouchCanvas/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/1456e25a59/IllustratingTheForceAltitudeAndAzimuthPropertiesOfTouchInput.zip",
    "title": "TouchCanvas: Using UITouch efficiently and effectively",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2017-11-16; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDFAnnotationEditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDFAnnotationEditor/PDFAnnotationEditor.zip",
    "title": "PDF Annotation Editor",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2017-10-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HLSCatalog/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/afd368269f/UsingAVFoundationToPlayAndPersistHTTPLiveStreams.zip",
    "title": "HLS Catalog: Using AVFoundation to play and persist HTTP Live Streams",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web",
    "technology": "AVFoundation",
    "date": "2017-10-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleWatchConnectivity/Introduction/Intro.html",
    "title": "Using the Watch Connectivity API",
    "platform": "watchOS; iOS",
    "technology": "WatchConnectivity",
    "date": "2017-10-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Speakerbox/Introduction/Intro.html",
    "title": "Speakerbox: Using CallKit to create a VoIP app",
    "platform": "iOS",
    "technology": "CallKit",
    "date": "2017-10-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickLookDownloader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickLookDownloader/QuickLookDownloader.zip",
    "title": "QuickLookDownloader",
    "platform": "macOS",
    "topic": "User Experience; Data Presentation",
    "technology": "QuickLook",
    "date": "2017-10-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PageControl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PageControl/PageControlUsingaPaginatedUIScrollView.zip",
    "title": "PageControl: Using a Paginated UIScrollView",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2017-09-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSTouchBarCatalog/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/5358089d48/CreatingAndCustomizingTheTouchBar.zip",
    "title": "NSTouchBar Catalog: Creating and Customizing NSTouchBar",
    "platform": "macOS",
    "technology": "AppKit",
    "date": "2017-09-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzDemo/Quartz2DforiOS.zip",
    "title": "Quartz2D for iOS",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2017-09-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCamPhotoFilter/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/0546975d49/AVCamFilterApplyingFiltersToACaptureStream.zip",
    "title": "AVCamPhotoFilter: Using AVFoundation to Capture photos with image processing",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2017-09-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCamBarcode/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/b4f2bd0470/AVCamBarcodeDetectingBarcodesAndFaces.zip",
    "title": "AVCamBarcode: Using AVFoundation to Detect Barcodes and Faces",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2017-09-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Parallel_Prefix_Sum_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Parallel_Prefix_Sum_Example/OpenCLParallelPrefixSumakaScanExample.zip",
    "title": "OpenCL Parallel Prefix Sum (aka Scan) Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2017-09-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AlignmentGuides/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AlignmentGuides/AlignmentGuidesAppKitHapticFeedbackFilteringusingNSAlignmentFeedbackFilter.zip",
    "title": "AlignmentGuides: AppKit Haptic Feedback Filtering using NSAlignmentFeedbackFilter",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2017-09-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AccessibilityUIExamples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AccessibilityUIExamples/AccessibilityUIExamples.zip",
    "title": "AccessibilityUIExamples",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "technology": "AppKit",
    "date": "2017-09-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LightTable/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LightTable/LightTable.zip",
    "title": "LightTable",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "AppKit",
    "date": "2017-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DotViewUndo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DotViewUndo/DotViewUndo.zip",
    "title": "DotViewUndo",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2017-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DotView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DotView/DotView.zip",
    "title": "DotView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2017-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CircleView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CircleView/CircleView.zip",
    "title": "CircleView",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2017-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCustomEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCustomEdit/AVCustomEdit.zip",
    "title": "AVCustomEdit",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2017-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ManagingContactsUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ManagingContactsUI/ManagingContactsUIUsingContactsUIViewControllersandProperties.zip",
    "title": "ManagingContactsUI: Using ContactsUI View Controllers and Properties",
    "platform": "iOS",
    "technology": "ContactsUI",
    "date": "2017-07-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneCoreDataRecipes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneCoreDataRecipes/iPhoneCoreDataRecipes.zip",
    "title": "iPhoneCoreDataRecipes",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2017-07-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCam/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/953f7cfbcc/AVCamBuildingACameraApp.zip",
    "title": "AVCam-iOS: Using AVFoundation to Capture Images and Movies",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2017-06-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TVMLGuide/Introduction/Intro.html",
    "title": "TVML Guide: Core concepts in TVML and TVMLKit",
    "platform": "tvOS",
    "topic": "User Experience",
    "technology": "TVMLKit",
    "date": "2017-06-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TVMLCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TVMLCatalog/TVMLCatalogUsingTVMLTemplates.zip",
    "title": "TVML Catalog: Using TVML Templates",
    "platform": "tvOS",
    "topic": "User Experience",
    "technology": "TVMLKit",
    "date": "2017-06-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UserInterface3DTransforms/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UserInterface3DTransforms/UserInterface3DTransforms.zip",
    "title": "User Interface 3D Transforms",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2017-04-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZoomingPDFViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZoomingPDFViewer/ZoomingPDFViewer.zip",
    "title": "ZoomingPDFViewer",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "CoreGraphics",
    "date": "2017-04-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableViewPlayground/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TableViewPlayground/TableViewPlaygroundUsingView-BasedNSTableViewandNSOutlineView.zip",
    "title": "TableViewPlayground: Using View-Based NSTableView and NSOutlineView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2017-04-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Icons/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Icons/ApplicationIconsandLaunchImagesforiOS.zip",
    "title": "Application Icons and Launch Images for iOS",
    "platform": "iOS",
    "topic": "General",
    "date": "2017-03-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IceCreamBuilder/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/94099aec13/IceCreamBuilderBuildingAnIMessageExtension.zip",
    "title": "Ice Cream Builder: A simple Messages app extension",
    "platform": "iOS",
    "topic": "General",
    "technology": "Messages",
    "date": "2017-03-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVAEMixerSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVAEMixerSample/UsingAVAudioEngineforPlaybackMixingandRecordingAVAEMixerSample.zip",
    "title": "Using AVAudioEngine for Playback, Mixing and Recording (AVAEMixerSample)",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2017-03-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TopSongs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TopSongs/TopSongs.zip",
    "title": "TopSongs",
    "platform": "iOS",
    "topic": "Performance",
    "technology": "CoreData",
    "date": "2017-03-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InfoBarStackView/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/7aa7496019/OrganizeYourUserInterfaceWithAStackView.zip",
    "title": "InfoBarStackView: Demonstrates how to use NSStackView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2017-03-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFHostSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFHostSample/CFHostSample.zip",
    "title": "CFHostSample",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "technology": "CoreServices",
    "date": "2017-03-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StateRestore/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/738c6e5d09/RestoringYourAppsState.zip",
    "title": "State Restoration",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2017-03-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyCustomColorPicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyCustomColorPicker/MyCustomColorPickerWritingacustomNSColorPicker.zip",
    "title": "MyCustomColorPicker: Writing a custom NSColorPicker",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2017-03-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MenuItemView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MenuItemView/MenuItemViewEmbeddinganNSViewinsideanNSMenuItem.zip",
    "title": "MenuItemView: Embedding an NSView inside an NSMenuItem",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2017-03-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloudPhotos/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CloudPhotos/CloudPhotosUsingCloudKitwithiOSandOSX.zip",
    "title": "CloudPhotos : Using CloudKit with iOS and OS X",
    "platform": "iOS; macOS",
    "technology": "CloudKit",
    "date": "2017-03-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitReel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitReel/SceneKitStateoftheUnionDemo.zip",
    "title": "SceneKit State of the Union Demo",
    "platform": "iOS; macOS",
    "technology": "SceneKit",
    "date": "2017-03-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PackagedDocument/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PackagedDocument/PackagedDocumentforOSX.zip",
    "title": "Packaged Document for OS X",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "AppKit",
    "date": "2017-03-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVMetadataRecordPlay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVMetadataRecordPlay/AVMetadataRecordPlayTimedMetadataCaptureRecordingandPlayback.zip",
    "title": "AVMetadataRecordPlay: Timed Metadata Capture Recording and Playback",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2017-03-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloMetronome/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloMetronome/HelloMetronome.zip",
    "title": "Hello Metronome",
    "platform": "watchOS; iOS; macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2017-02-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UsingPhotosFramework/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UsingPhotosFramework/ExampleappusingPhotosframework.zip",
    "title": "Example app using Photos framework",
    "platform": "tvOS; iOS",
    "topic": "User Experience",
    "technology": "Photos",
    "date": "2017-02-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ManagingContacts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ManagingContacts/ManagingContactsManagingcontainersgroupsandcontactsusingtheContactsframework.zip",
    "title": "Managing Contacts: Managing containers, groups, and contacts using the Contacts framework",
    "platform": "iOS",
    "topic": "Data Management; Contact Data",
    "technology": "Contacts",
    "date": "2017-02-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LaunchMe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LaunchMe/LaunchMeUsingacustomURLschemetointeractwithyourapplication.zip",
    "title": "LaunchMe: Using a custom URL scheme to interact with your application",
    "platform": "iOS",
    "topic": "Data Management; Event Handling",
    "date": "2017-02-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MotionGraphs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MotionGraphs/MotionGraphs.zip",
    "title": "MotionGraphs",
    "platform": "iOS",
    "technology": "CoreMotion",
    "date": "2017-02-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UICatalogFortvOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UICatalogFortvOS/UIKitCatalogtvOSCreatingandCustomizingUIKitControls.zip",
    "title": "UIKit Catalog (tvOS): Creating and Customizing UIKit Controls",
    "platform": "tvOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2017-02-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LoopHealth/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LoopHealth/LoopHealthUsinghealthdocumentsandActivityringsinHealthKitandHealthKitUI.zip",
    "title": "LoopHealth: Using health documents and Activity rings in HealthKit and HealthKitUI",
    "platform": "watchOS; iOS",
    "date": "2016-12-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/echoTouch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/echoTouch/echoTouch-UsingtheVoiceProcessingIOaudiounit.zip",
    "title": "echoTouch - Using the Voice Processing I/O audio unit",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2016-11-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CryptoCompatibility/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CryptoCompatibility/CryptoCompatibility.zip",
    "title": "CryptoCompatibility",
    "platform": "iOS; macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2016-11-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPSCNNHelloWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPSCNNHelloWorld/MPSCNNHelloWorldSimpleDigitDetectionConvolutionNeuralNetworksCNN.zip",
    "title": "MPSCNNHelloWorld: Simple Digit Detection Convolution Neural Networks (CNN)",
    "platform": "iOS",
    "technology": "Metal Performance Shaders",
    "date": "2016-11-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioUnitV3Example/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/3201e378d6/CreatingCustomAudioEffects.zip",
    "title": "AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation",
    "platform": "iOS; macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2016-11-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalImageRecognition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalImageRecognition/MetalImageRecognitionPerformingImageRecognitionwithInceptionv3NetworkusingMetalPerformanceShadersConvolutionalNeuralNetworkroutines.zip",
    "title": "MetalImageRecognition: Performing Image Recognition with Inception_v3 Network using Metal Performance Shaders\n            Convolutional Neural Network routines",
    "platform": "iOS",
    "technology": "Metal Performance Shaders",
    "date": "2016-11-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MediaLibraryLoader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MediaLibraryLoader/MediaLibraryLoaderUsingMLMediaLibrarytoloadanddisplayphotos.zip",
    "title": "MediaLibraryLoader: Using MLMediaLibrary to load and display photos",
    "platform": "macOS",
    "date": "2016-11-03; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVAEGamingExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVAEGamingExample/AVAudioEngine3DAudioExample.zip",
    "title": "AVAudioEngine 3D Audio Example",
    "platform": "tvOS; iOS; macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2016-11-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Animalify/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Animalify/AnimalifyUsingSafariAppExtensionstomodifypagesandcommunicatewithnativecode.zip",
    "title": "Animalify: Using Safari App Extensions to modify pages and communicate with native code",
    "platform": "macOS",
    "technology": "SafariServices",
    "date": "2016-11-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WatchPuzzle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WatchPuzzle/WatchPuzzleUsingSceneKitandSpriteKitonwatchOS.zip",
    "title": "WatchPuzzle: Using SceneKit and SpriteKit on watchOS",
    "platform": "watchOS",
    "technology": "SceneKit",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UnicornChat/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UnicornChat/UnicornChatExtendingYourAppswithSiriKit.zip",
    "title": "UnicornChat: Extending Your Apps with SiriKit",
    "platform": "iOS",
    "technology": "Intents",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Scoreboard/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Scoreboard/ScoreboardAdemonstrationofRTLsupportonmacOSusingNSStackViewandlocalizedStringWithFormat.zip",
    "title": "Scoreboard: A demonstration of RTL support on macOS using NSStackView and localizedStringWithFormat",
    "platform": "macOS",
    "topic": "User Experience",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoTransitioning/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoTransitioning/PhotoTransitioningUsingUIViewPropertyAnimatortocreateafullyinterativeandinterruptiblecustomviewcontrollertransition.zip",
    "title": "PhotoTransitioning: Using UIViewPropertyAnimator to create a fully interative and interruptible custom view\n            controller transition",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoEditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoEditor/PhotoEditorCraftingModernCocoaApps.zip",
    "title": "PhotoEditor: Crafting Modern Cocoa Apps",
    "platform": "macOS",
    "topic": "User Experience",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPRemoteCommandSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPRemoteCommandSample/MPRemoteCommandSampleUsingMPRemoteCommandCenterrespondtoremotecontrolevents.zip",
    "title": "MPRemoteCommandSample: Using MPRemoteCommandCenter respond to remote control events",
    "platform": "tvOS; iOS; macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/LucidDreams/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/LucidDreams/LucidDreamsProtocolandValueOrientedProgrammingSampleCode.zip",
    "title": "LucidDreams: Protocol and Value Oriented Programming Sample Code",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloGameKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloGameKit/HelloGameKitAskeletonappforturnbasedgamesonwatchOS.zip",
    "title": "HelloGameKit: A skeleton app for turn based games on watchOS",
    "platform": "watchOS",
    "technology": "GameCenter",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Flags/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Flags/FlagsAdemonstrationofautomaticRTLsupportinAssetCatalogsandUIStackViews.zip",
    "title": "Flags: A demonstration of automatic RTL support in Asset Catalogs and UIStackViews",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppChat/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppChat/AppChatUsingPeekandPopAPIs.zip",
    "title": "AppChat: Using Peek and Pop APIs",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2016-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EmporiumWeb/Introduction/Intro.html",
    "title": "EmporiumWeb: Request and handle Apple Pay payments on the web",
    "platform": "Safari",
    "technology": "ApplePay JS",
    "date": "2016-10-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fit/FitStoreandRetrieveHealthKitData.zip",
    "title": "Fit: Store and Retrieve HealthKit Data",
    "platform": "iOS",
    "technology": "HealthKit",
    "date": "2016-10-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/tvOSMaps/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/tvOSMaps/tvOSMapsUsingMapKitinatvOSapplication.zip",
    "title": "tvOSMaps: Using MapKit in a tvOS application",
    "platform": "tvOS",
    "topic": "User Experience",
    "technology": "MapKit",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpeedySloth/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpeedySloth/SpeedySlothUsingHealthKittobuildaworkoutappforAppleWatch.zip",
    "title": "SpeedySloth: Using HealthKit to build a workout app for Apple Watch",
    "platform": "watchOS",
    "technology": "HealthKit",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SegueCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SegueCatalog/SegueCatalogCustomizingandUnwindingwithViewControllerContainment.zip",
    "title": "SegueCatalog: Customizing and Unwinding with View Controller Containment",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RawExpose/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RawExpose/RawExposeUsingCIRAWFiltertoDecodeRAWImages.zip",
    "title": "RawExpose: Using CIRAWFilter to Decode RAW Images",
    "platform": "iOS",
    "technology": "CoreImage",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuadratureSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuadratureSample/QuadratureComputingtheintegraloffunctionsusingtheAccelerateframework.zip",
    "title": "Quadrature: Computing the integral of functions using the Accelerate framework",
    "platform": "iOS; macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ProactiveToolbox/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/a7f95bbc80/IncreasingAppUsageWithSuggestionsBasedOnUserActivities.zip",
    "title": "Proactive Toolbox: Increasing usage of your app with proactive suggestions using NSUserActivity",
    "platform": "iOS",
    "technology": "Foundation",
    "date": "2016-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickSwitch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickSwitch/QuickSwitchSupportingQuickWatchSwitchingwithWatchConnectivity.zip",
    "title": "QuickSwitch: Supporting Quick Watch Switching with WatchConnectivity",
    "platform": "watchOS; iOS",
    "technology": "WatchConnectivity",
    "date": "2016-10-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PotLoc/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PotLoc/PotLocCoreLocationwithiPhoneandAppleWatch.zip",
    "title": "PotLoc: CoreLocation with iPhone and Apple Watch",
    "platform": "watchOS; iOS",
    "technology": "CoreLocation",
    "date": "2016-10-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTunnel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTunnel/SimpleTunnelCustomizedNetworkingUsingtheNetworkExtensionFramework.zip",
    "title": "SimpleTunnel: Customized Networking Using the NetworkExtension Framework",
    "platform": "iOS; macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "NetworkExtension",
    "date": "2016-10-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoProgress/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoProgress/PhotoProgressUsingNSProgress.zip",
    "title": "PhotoProgress: Using NSProgress",
    "platform": "iOS",
    "technology": "Foundation",
    "date": "2016-10-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpeedSketch/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/97970f12d0/LeveragingTouchInputForDrawingApps.zip",
    "title": "SpeedSketch: Leveraging touch input for a drawing application",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2016-09-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneExtAudioFileConvertTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneExtAudioFileConvertTest/ExtendedAudioFileConversionTest.zip",
    "title": "Extended Audio File Conversion Test",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2016-09-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneACFileConvertTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneACFileConvertTest/AudioConverterFileConvertTest.zip",
    "title": "Audio Converter File Convert Test",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2016-09-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ConvertFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ConvertFile/AudioToolboxConvertFile.zip",
    "title": "Audio Toolbox Convert File",
    "platform": "watchOS; macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2016-09-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GeometricPrimitives/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GeometricPrimitives/GeometricPrimitivesExactOrientationandIncirclePredicatesusingsimd.zip",
    "title": "Geometric Primitives: Exact Orientation and Incircle Predicates using simd",
    "platform": "iOS; macOS",
    "topic": "Performance",
    "technology": "Accelerate",
    "date": "2016-09-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorGamutShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorGamutShowcase/ColorGamutShowcaseUsingwidecolorgamutinCocoaandCocoaTouchapplicationswithSceneKit.zip",
    "title": "Color Gamut Showcase: Using wide color gamut in Cocoa and Cocoa Touch applications with SceneKit",
    "platform": "iOS; macOS",
    "technology": "SceneKit",
    "date": "2016-09-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Emporium/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/e3f9915e42/OfferingApplePayInYourApp.zip",
    "title": "Emporium: A Simple Shopping Experience with Apple Pay",
    "platform": "watchOS; iOS",
    "technology": "PassKit",
    "date": "2016-09-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoSnake/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoSnake/VideoSnake.zip",
    "title": "VideoSnake",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Pathfinder_GameplayKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Pathfinder_GameplayKit/PathfinderGameplayKitPathfindingBasics.zip",
    "title": "Pathfinder: GameplayKit Pathfinding Basics",
    "platform": "tvOS; iOS; macOS",
    "technology": "GameplayKit",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MusicMotion/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MusicMotion/MusicMotionAddingMotionAwarenesstoaMusicApp.zip",
    "title": "MusicMotion: Adding Motion Awareness to a Music App",
    "platform": "iOS",
    "technology": "CoreMotion",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ForceTouchCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ForceTouchCatalog/ForceTouchCatalogUsingtheForceTouchTrackpadAPI.zip",
    "title": "ForceTouchCatalog: Using the Force Touch Trackpad API",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/footprint/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/footprint/FootprintIndoorPositioningwithCoreLocation.zip",
    "title": "Footprint: Indoor Positioning with Core Location",
    "platform": "iOS",
    "technology": "CoreLocation",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Exhibition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Exhibition/ExhibitionAnAdaptiveOSXApp.zip",
    "title": "Exhibition: An Adaptive OS X App",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BracketStripes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BracketStripes/BracketStripesUsingtheBracketedCaptureAPI.zip",
    "title": "BracketStripes: Using the Bracketed Capture API",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2016-09-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PIVToken/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PIVToken/PIVTokenUsingCryptoTokenKittoaddsupportfornewtypesoftokens.zip",
    "title": "PIVToken: Using CryptoTokenKit to add support for new types of tokens",
    "platform": "macOS",
    "technology": "CryptoTokenKit",
    "date": "2016-09-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCamManual/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCamManual/AVCamManualExtendingAVCamtoUseManualCaptureAPI.zip",
    "title": "AVCamManual: Extending AVCam to Use Manual Capture API",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StickyCorners/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StickyCorners/StickyCornersUsingUIFieldBehaviorandotherUIDynamicBehaviors.zip",
    "title": "StickyCorners: Using UIFieldBehavior and other UIDynamicBehaviors",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2016-09-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TalkingToTheLiveView/Introduction/Intro.html",
    "title": "TalkingToTheLiveView: Sending messages to a Swift Playground live view and saving data to its key-value store",
    "platform": "iOS",
    "topic": "Swift",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SwingWatch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SwingWatch/SwingWatchUsingDeviceMotionontheWatch.zip",
    "title": "SwingWatch: Using Device Motion on the Watch",
    "platform": "watchOS",
    "technology": "CoreMotion",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpeakToMe/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/7c84619f4f/RecognizingSpeechInLiveAudio.zip",
    "title": "SpeakToMe: Using Speech Recognition with AVAudioEngine",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyLife/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyLife/MyLifeAsimpleappforstartingiOSdevelopment.zip",
    "title": "MyLife: A simple app for starting iOS development",
    "platform": "iOS",
    "topic": "General",
    "technology": "UIKit",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalGameOfLife/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalGameOfLife/MetalGameOfLifeData-parallelProgrammingwiththeMTLComputeCommandEncoderinMetal.zip",
    "title": "MetalGameOfLife: Data-parallel Programming with the MTLComputeCommandEncoder in Metal",
    "platform": "tvOS; iOS; macOS",
    "technology": "Metal",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalBasicTessellation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalBasicTessellation/MetalBasicTessellationAdemonstrationoftheMetaltessellationpipeline.zip",
    "title": "MetalBasicTessellation: A demonstration of the Metal tessellation pipeline",
    "platform": "macOS",
    "technology": "Metal",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalImageFilters/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalImageFilters/MetalImageFiltersUsingtheimagefiltersprovidedbytheMetalPerformanceShadersframework..zip",
    "title": "Metal Image Filters: Using the image filters provided by the Metal Performance Shaders framework.",
    "platform": "iOS",
    "technology": "Metal Performance Shaders",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalHeapsAndFences/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/94d74bf8c7/ImplementingAMultistageImageFilterUsingHeapsAndFences.zip",
    "title": "Metal Heaps And Fences: Using Heaps and Fences in Metal",
    "platform": "tvOS; iOS",
    "technology": "Metal",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPSMatrixMultiplicationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPSMatrixMultiplicationSample/MPSMatrixMultiplicationCreatingandMultiplyingMatricesinMetal.zip",
    "title": "MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal",
    "platform": "iOS",
    "technology": "Metal Performance Shaders",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Logging/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Logging/LoggingUsingtheoslogAPIs.zip",
    "title": "Logging: Using the os_log APIs",
    "platform": "iOS",
    "topic": "General",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IntentHandling/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IntentHandling/IntentHandlingUsingtheIntentsframeworktohandlecustomSirirequest.zip",
    "title": "IntentHandling: Using the Intents framework to handle custom Siri request",
    "platform": "iOS",
    "technology": "Intents",
    "date": "2016-09-13; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 2 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicNeuralNetworkSubroutines/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicNeuralNetworkSubroutines/BasicNeuralNetworkSubroutinesUsingTheAccelerateFrameworksConvolutionFilters.zip",
    "title": "Basic Neural Network Subroutines: Using The Accelerate Framework's Convolution Filters",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Badger/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Badger/BadgerAdvancedRenderinginSceneKit.zip",
    "title": "Badger: Advanced Rendering in SceneKit",
    "platform": "tvOS; iOS; macOS",
    "technology": "SceneKit",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdoptingMetalII/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdoptingMetalII/AdoptingMetalIIDesigningandImplementingaReal-WorldMetalRenderer.zip",
    "title": "Adopting Metal II: Designing and Implementing a Real-World Metal Renderer",
    "platform": "tvOS; iOS; macOS",
    "technology": "Metal",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdoptingMetalI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdoptingMetalI/AdoptingMetalIApracticalapproachtoyourfirstMetalapp.zip",
    "title": "Adopting Metal I: A practical approach to your first Metal app",
    "platform": "tvOS; iOS; macOS",
    "technology": "Metal",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdaptiveElements/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdaptiveElements/AdaptiveElementsImplementingYourOwnAdaptiveDesignwithUIKit.zip",
    "title": "AdaptiveElements: Implementing Your Own Adaptive Design with UIKit",
    "platform": "iOS",
    "topic": "General",
    "technology": "UIKit",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationQueuePlayer-iOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationQueuePlayer-iOS/AVFoundationQueuePlayer-iOSUsingaMixtureofLocalFileBasedAssetsandHTTPLiveStreamingAssetswithAVFoundation.zip",
    "title": "AVFoundationQueuePlayer-iOS: Using a Mixture of Local File Based Assets and HTTP Live Streaming Assets with\n            AVFoundation",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVAutoWait/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVAutoWait/AVAutoWaitUsingAVFoundationtoplayHTTPassetswithminimalstalls.zip",
    "title": "AVAutoWait: Using AVFoundation to play HTTP assets with minimal stalls",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/APFSCloning/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/APFSCloning/APFSCloningUsingcloneAPIswithAPFS.zip",
    "title": "APFSCloning: Using clone APIs with APFS",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "date": "2016-09-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WKInterfaceCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WKInterfaceCatalog/WatchKitCatalogUsingWatchKitInterfaceElements.zip",
    "title": "WatchKit Catalog: Using WatchKit Interface Elements",
    "platform": "watchOS; iOS",
    "topic": "General",
    "technology": "WatchKit",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SamplePhotoEditingExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SamplePhotoEditingExtension/SamplePhotoEditingExtension.zip",
    "title": "Sample Photo Editing Extension",
    "platform": "iOS; macOS",
    "topic": "Languages & Utilities; Graphics Tools",
    "technology": "UIKit",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GenericKeychain/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GenericKeychain/GenericKeychain.zip",
    "title": "GenericKeychain",
    "platform": "iOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloudAtlas/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CloudAtlas/CloudKitCatalogAnIntroductiontoCloudKitCocoaandJavaScript.zip",
    "title": "CloudKit Catalog: An Introduction to CloudKit (Cocoa and JavaScript)",
    "platform": "CloudKit JS; iOS",
    "technology": "CloudKit",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationSimplePlayer-iOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVFoundationSimplePlayer-iOS/AVFoundationSimplePlayer-iOSUsingAVFoundationtoPlayMedia.zip",
    "title": "AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avloopplayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avloopplayer/AVFoundationLoopingPlayerUsingAVQueuePlayerandAVPlayerLoopertodemonstrateloopplayback.zip",
    "title": "AVFoundation Looping Player: Using AVQueuePlayer and AVPlayerLooper to demonstrate loop playback",
    "platform": "iOS; macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewControllerPreviews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewControllerPreviews/ViewControllerPreviewsUsingtheUIViewControllerpreviewingAPIs.zip",
    "title": "ViewControllerPreviews: Using the UIViewController previewing APIs",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ShapeEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ShapeEdit/ShapeEditBuildingaSimpleiCloudDocumentApp.zip",
    "title": "ShapeEdit: Building a Simple iCloud Document App",
    "platform": "iOS",
    "topic": "Data Management; File Management",
    "technology": "UIKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RosyWriter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RosyWriter/RosyWriter.zip",
    "title": "RosyWriter",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HomeKitCatalog/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/c26f44f271/ConfiguringAHomeAutomationDevice.zip",
    "title": "HomeKit Catalog: Creating Homes, Pairing and Controlling Accessories, and Setting Up Triggers",
    "platform": "iOS",
    "topic": "General",
    "technology": "HomeKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fox/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fox/FoxBuildingaSceneKitGamewiththeXcodeSceneEditor.zip",
    "title": "Fox: Building a SceneKit Game with the Xcode Scene Editor",
    "platform": "tvOS; iOS; macOS",
    "topic": "General",
    "technology": "SceneKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dispenser_GameplayKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dispenser_GameplayKit/DispenserGameplayKitStateMachineBasics.zip",
    "title": "Dispenser: GameplayKit State Machine Basics",
    "platform": "tvOS; iOS; macOS",
    "technology": "GameplayKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DemoBots/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DemoBots/DemoBotsBuildingaCrossPlatformGamewithSpriteKitandGameplayKit.zip",
    "title": "DemoBots: Building a Cross Platform Game with SpriteKit and GameplayKit",
    "platform": "tvOS; iOS; macOS",
    "topic": "Graphics & Animation",
    "technology": "SpriteKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Boxes_GamePlayKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Boxes_GamePlayKit/BoxesGameplayKitEntity-ComponentBasics.zip",
    "title": "Boxes: GameplayKit Entity-Component Basics",
    "platform": "tvOS; iOS; macOS",
    "technology": "GameplayKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdaptivePhotos/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdaptivePhotos/AdaptivePhotosUsingUIKitTraitsandSizeClasses.zip",
    "title": "AdaptivePhotos: Using UIKit Traits and Size Classes",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ActivityRings/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ActivityRings/ActivityRingsContributingtoActivityRingsonAppleWatch.zip",
    "title": "Activity Rings: Contributing to Activity Rings on Apple Watch",
    "platform": "watchOS; iOS",
    "topic": "User Experience",
    "technology": "HealthKit",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReaderWriter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReaderWriter/AVReaderWriterOfflineAudioVideoProcessing.zip",
    "title": "AVReaderWriter: Offline Audio / Video Processing",
    "platform": "iOS; macOS",
    "technology": "AVFoundation",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avexporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avexporter/AVFoundationExporterExportingandTranscodingMovies.zip",
    "title": "AVFoundationExporter: Exporting and Transcoding Movies",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-09-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/aurioTouch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/aurioTouch/aurioTouch.zip",
    "title": "aurioTouch",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2016-08-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLAirplay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLAirplay/GLAirplay.zip",
    "title": "GLAirplay",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2016-08-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EADemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EADemo/EADemo.zip",
    "title": "EADemo",
    "platform": "iOS",
    "topic": "Data Management; Device Information",
    "technology": "ExternalAccessory",
    "date": "2016-08-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVLoupe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVLoupe/AVLoupe.zip",
    "title": "AVLoupe",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2016-08-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StitchedStreamPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StitchedStreamPlayer/StitchedStreamPlayer.zip",
    "title": "StitchedStreamPlayer",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2016-07-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalShaderShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalShaderShowcase/MetalShaderShowcase.zip",
    "title": "MetalShaderShowcase",
    "platform": "iOS",
    "technology": "Metal",
    "date": "2016-06-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tokens/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tokens/UsingNSTokenField.zip",
    "title": "Using NSTokenField",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2016-06-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IconCollection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IconCollection/IconCollection.zip",
    "title": "IconCollection",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2016-05-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1236/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1236/TLSTool.zip",
    "title": "TLSTool",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Foundation",
    "date": "2016-05-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimplePing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimplePing/SimplePing.zip",
    "title": "SimplePing",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "technology": "System",
    "date": "2016-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reachability/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reachability/Reachability.zip",
    "title": "Reachability",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "SystemConfiguration",
    "date": "2016-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaBrowser/SimpleCocoaBrowserUsingNSBrowserclass.zip",
    "title": "SimpleCocoaBrowser: Using NSBrowser class",
    "platform": "macOS",
    "topic": "User Experience; Data Presentation",
    "technology": "AppKit",
    "date": "2016-04-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableViewSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TableViewSuite/UITableViewFundamentalsforiOS.zip",
    "title": "UITableView Fundamentals for iOS",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2016-04-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ComplexBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ComplexBrowser/ComplexBrowserUsingNSBrowserclass.zip",
    "title": "ComplexBrowser: Using NSBrowser class",
    "platform": "macOS",
    "topic": "User Experience",
    "date": "2016-04-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloudSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CloudSearch/CloudSearchQueryfordocumentsiniCloudusingNSMetaDataQuery.zip",
    "title": "CloudSearch: Query for documents in iCloud using NSMetaDataQuery",
    "platform": "iOS; macOS",
    "topic": "Data Management; File Management",
    "technology": "ApplicationServices",
    "date": "2016-03-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalArrayTexture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalArrayTexture/MetalArrayTexture.zip",
    "title": "MetalArrayTexture",
    "platform": "iOS; macOS",
    "date": "2016-03-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fireworks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fireworks/Fireworks.zip",
    "title": "Fireworks",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2016-03-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2195/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2195/AudioUnitExamplesAudioUnitEffectGeneratorInstrumentMIDIProcessorandOffline.zip",
    "title": "Audio Unit Examples (AudioUnit Effect, Generator, Instrument, MIDI Processor and Offline)",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2016-02-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AccessibleTicTacToe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AccessibleTicTacToe/TicTacToeCreatingAccessibleAppswithCustomUI.zip",
    "title": "Tic Tac Toe: Creating Accessible Apps with Custom UI",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "technology": "AppKit",
    "date": "2016-02-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalDeferredLighting/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/2f3b90b554/RenderingASceneWithDeferredLightingInObjectiveC.zip",
    "title": "MetalDeferredLighting",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "Metal",
    "date": "2016-02-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Regions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Regions/Regionsregionmonitoringsignificantlocationchangesbackgroundlocationservicelocationserviceauthorization.zip",
    "title": "Regions: region monitoring, significant location changes, background location service, location service\n            authorization",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2016-02-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MatrixMixerTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MatrixMixerTest/MatrixMixerTest.zip",
    "title": "MatrixMixerTest",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2016-02-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2281/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2281/PackagedDocumentforiOS.zip",
    "title": "Packaged Document for iOS",
    "platform": "iOS",
    "topic": "Data Management; File Management",
    "technology": "Foundation",
    "date": "2016-02-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomTransitions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomTransitions/CustomViewControllerPresentationsandTransitions.zip",
    "title": "Custom View Controller Presentations and Transitions",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "technology": "UIKit",
    "date": "2016-01-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CurrentAddress/Introduction/Intro.html",
    "title": "CurrentAddress",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "MapKit",
    "date": "2016-01-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MapCallouts/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/dec10c5398/AnnotatingAMapWithCustomData.zip",
    "title": "MapCallouts: Using MapKit Annotations",
    "platform": "iOS; macOS",
    "topic": "User Experience",
    "technology": "MapKit",
    "date": "2016-01-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SeismicXML/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SeismicXML/SeismicXMLUsingNSXMLParsertoparseXMLdocuments.zip",
    "title": "SeismicXML: Using NSXMLParser to parse XML documents",
    "platform": "iOS",
    "topic": "Data Management",
    "date": "2016-01-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Popover/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Popover/PopoverUsingNSPopovertodisplaycontentsofaviewcontroller.zip",
    "title": "Popover: Using NSPopover to display contents of a view controller",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2015-12-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VoxelPanda/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VoxelPanda/VoxelPandaGettingStartedwithVoxelsUsingModelIOandSceneKit.zip",
    "title": "VoxelPanda: Getting Started with Voxels Using ModelIO and SceneKit",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "ModelIO",
    "date": "2015-12-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Queries/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Queries/OpenGLQueries.zip",
    "title": "OpenGL Queries",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "OpenGL",
    "date": "2015-12-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_NBody_Simulation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_NBody_Simulation/OpenCLN-BodySimulation.zip",
    "title": "OpenCL N-Body Simulation",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "OpenCL",
    "date": "2015-12-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Metal_NBody_Simulation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Metal_NBody_Simulation/MetalN-BodySimulation.zip",
    "title": "Metal N-Body Simulation",
    "platform": "iOS",
    "topic": "General",
    "technology": "Metal",
    "date": "2015-12-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DeepImageDisplayWithOpenGL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DeepImageDisplayWithOpenGL/DeepImageDisplaywithOpenGL.zip",
    "title": "Deep Image Display with OpenGL",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "OpenGL",
    "date": "2015-12-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SplitViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SplitViews/SplitViewsUsingNSSplitViewinavarietyofdifferentways.zip",
    "title": "SplitViews: Using NSSplitView in a variety of different ways",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2015-12-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoSearch/PhotoSearch.zip",
    "title": "PhotoSearch",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "AppKit",
    "date": "2015-12-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EKReminderSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EKReminderSuite/EKReminderSuite.zip",
    "title": "EKReminderSuite",
    "platform": "iOS",
    "date": "2015-11-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GeocoderDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GeocoderDemo/GeocoderDemoUsesCLGeocoderforforwardandreversegeocoding.zip",
    "title": "GeocoderDemo: Uses CLGeocoder for forward and reverse geocoding",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreLocation",
    "date": "2015-10-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iAdSuite_Storyboard/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iAdSuite_Storyboard/iAdSuitewithStoryboards.zip",
    "title": "iAdSuite with Storyboards",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2015-10-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalVideoCapture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalVideoCapture/MetalVideoCapture.zip",
    "title": "MetalVideoCapture",
    "platform": "iOS",
    "technology": "Metal",
    "date": "2015-10-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrintPhoto/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrintPhoto/PrintPhoto.zip",
    "title": "PrintPhoto: Using the Printing API with Photos",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2015-10-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrefsInCloud/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/400e91e74e/SynchronizingAppPreferencesWithICloud.zip",
    "title": "PrefsInCloud : Using NSUbiquitousKeyValueStore with iCloud",
    "platform": "iOS; macOS",
    "topic": "Data Management",
    "date": "2015-10-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CollectionView-Simple/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CollectionView-Simple/CollectionView-Simple.zip",
    "title": "CollectionView-Simple",
    "platform": "iOS",
    "topic": "User Experience; Data Presentation",
    "date": "2015-10-22; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TVMLAudioVideo/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/b8eeccd4e1/PlayingMediaInAClientServerApp.zip",
    "title": "TVMLAudioVideo: Audio and Video Playback on tvOS",
    "platform": "tvOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "TVMLKit",
    "date": "2015-10-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVBasicVideoOutput/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVBasicVideoOutput/Real-timeVideoProcessingUsingAVPlayerItemVideoOutput.zip",
    "title": "Real-time Video Processing Using AVPlayerItemVideoOutput",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2015-10-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoveMe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoveMe/MoveMe.zip",
    "title": "MoveMe",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2015-09-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KMLViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KMLViewer/KMLViewer.zip",
    "title": "KMLViewer",
    "platform": "iOS",
    "technology": "MapKit",
    "date": "2015-09-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reflection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reflection/Reflection.zip",
    "title": "Reflection",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2015-09-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WatchKitAudioRecorder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WatchKitAudioRecorder/WatchKitAudioRecorderAudioRecordingandPlayback.zip",
    "title": "WatchKitAudioRecorder: Audio Recording and Playback",
    "platform": "watchOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "WatchKit",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SignalProcessing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SignalProcessing/SignalProcessingUsingBiquadraticFilterFunctions.zip",
    "title": "SignalProcessing: Using Biquadratic Filter Functions",
    "platform": "macOS",
    "technology": "Accelerate",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FourInARow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FourInARow/FourInARowUsingtheGameplayKitMinmaxStrategistforOpponentAI.zip",
    "title": "FourInARow: Using the GameplayKit Minmax Strategist for Opponent AI",
    "platform": "iOS",
    "topic": "General",
    "technology": "GameplayKit",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompressionSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompressionSample/CompressionSampleCompressingBlocksandStreamsofData.zip",
    "title": "CompressionSample: Compressing Blocks and Streams of Data",
    "platform": "macOS",
    "topic": "General",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSlideCollection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSlideCollection/CocoaSlideCollectionUsingNSCollectionViewonOSX10.11.zip",
    "title": "CocoaSlideCollection: Using NSCollectionView on OS X 10.11",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AstroLayout/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AstroLayout/AstroLayoutBuildingAdaptiveUIwithAutoLayout.zip",
    "title": "AstroLayout: Building Adaptive UI with Auto Layout",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "UIKit",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AgentsCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AgentsCatalog/AgentsCatalogUsingtheAgentsSysteminGameplayKit.zip",
    "title": "AgentsCatalog: Using the Agents System in GameplayKit",
    "platform": "iOS; macOS",
    "topic": "General",
    "technology": "GameplayKit",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVMovieEditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVMovieEditor/AVMovieEditorEditingtheQuickTimeFileFormat.zip",
    "title": "AVMovieEditor: Editing the QuickTime File Format",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2015-09-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/XMLPerformance/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/XMLPerformance/XMLPerformance.zip",
    "title": "XMLPerformance",
    "platform": "iOS",
    "topic": "Performance",
    "technology": "Foundation",
    "date": "2015-09-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleEKDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleEKDemo/SimpleEKDemo.zip",
    "title": "SimpleEKDemo",
    "platform": "iOS",
    "technology": "EventKit",
    "date": "2015-09-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TheElements/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TheElements/TheElements.zip",
    "title": "TheElements",
    "platform": "iOS",
    "topic": "Data Management",
    "date": "2015-08-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iAdInterstitialSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iAdInterstitialSuite/iAdInterstitialSuite.zip",
    "title": "iAdInterstitialSuite",
    "platform": "iOS",
    "technology": "iAd",
    "date": "2015-08-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLEssentials/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLEssentials/GLEssentials.zip",
    "title": "GLEssentials",
    "platform": "iOS; macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2015-08-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CircleLayout/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CircleLayout/CircleLayout.zip",
    "title": "CircleLayout",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "technology": "UIKit",
    "date": "2015-07-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSpeechSynthesisExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSpeechSynthesisExample/CocoaSpeechSynthesisExample.zip",
    "title": "CocoaSpeechSynthesisExample",
    "platform": "macOS",
    "topic": "User Experience; Speech Technologies",
    "technology": "ApplicationServices",
    "date": "2015-07-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DeferredShading/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DeferredShading/DeferredShading.zip",
    "title": "DeferredShading",
    "platform": "macOS",
    "date": "2015-07-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MusicCube/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MusicCube/MusicCube.zip",
    "title": "MusicCube",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "GLKit",
    "date": "2015-06-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SearchField/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SearchField/SearchField.zip",
    "title": "SearchField",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2015-06-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iOSMultichannelMixerTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iOSMultichannelMixerTest/UsinganAUGraphwiththeMulti-ChannelMixerandRemoteIOAudioUnit.zip",
    "title": "Using an AUGraph with the Multi-Channel Mixer and Remote I/O Audio Unit",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2015-06-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SonOfGrab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SonOfGrab/SonofGrab.zip",
    "title": "Son of Grab",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "technology": "Quartz",
    "date": "2015-05-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVLocationPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVLocationPlayer/AVLocationPlayerUsingAVFoundationMetadataReadingAPIs.zip",
    "title": "AVLocationPlayer: Using AVFoundation Metadata Reading APIs",
    "platform": "macOS",
    "technology": "AVFoundation",
    "date": "2015-04-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DragNDropOutlineView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DragNDropOutlineView/DragNDropOutlineViewimplementingdraganddropinanNSOutlineView.zip",
    "title": "DragNDropOutlineView: implementing drag and drop in an NSOutlineView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2015-02-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_LED_test_tool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_LED_test_tool/HID_LED_test_tool.zip",
    "title": "HID LED test tool",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2015-01-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetalInstancedHelix/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetalInstancedHelix/MetalInstancedHelix.zip",
    "title": "MetalInstancedHelix",
    "platform": "iOS",
    "technology": "Metal",
    "date": "2015-01-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitWWDC2014/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitWWDC2014/SceneKitslidesforWWDC2014.zip",
    "title": "SceneKit slides for WWDC 2014",
    "platform": "macOS",
    "date": "2014-10-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avmetadataeditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avmetadataeditor/avmetadataeditor.zip",
    "title": "avmetadataeditor",
    "platform": "macOS",
    "technology": "AVFoundation",
    "date": "2014-10-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GL3_Text/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GL3_Text/GL3_Text.zip",
    "title": "GL3 Text",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2014-10-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MultiGPUIOSurface/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MultiGPUIOSurface/MultiGPUIOSurface.zip",
    "title": "Passing IOSurfaces from one process to another via Mach RPC",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2014-10-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ListAdder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ListAdder/ListAdder.zip",
    "title": "ListAdder",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "Foundation",
    "date": "2014-09-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureLocation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureLocation/UsingAVFoundationAPIstorecordamoviewithlocationmetadata.zip",
    "title": "Using AVFoundation APIs to record a movie with location metadata",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitVehicle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitVehicle/SceneKitVehicleDemo.zip",
    "title": "SceneKit Vehicle Demo",
    "platform": "iOS",
    "technology": "SceneKit",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoHandoff/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoHandoff/PhotoHandoffImplementingNSUserActivitytohandoffuseractions.zip",
    "title": "PhotoHandoff: Implementing NSUserActivity to hand off user actions",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LookInside/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LookInside/LookInsidePresentationControllersAdaptivityandCustomAnimatorObjects.zip",
    "title": "LookInside: Presentation Controllers, Adaptivity, and Custom Animator Objects",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloGoodbye/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloGoodbye/HelloGoodbyeUsingtheAccessibilityAPItoWidenYourUserBase.zip",
    "title": "HelloGoodbye: Using the Accessibility API to Widen Your User Base",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloudCaptions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CloudCaptions/CloudCaptionsHowintegrateCloudKitintoyourapplication.zip",
    "title": "CloudCaptions: How integrate CloudKit into your application",
    "platform": "iOS",
    "technology": "CloudKit",
    "date": "2014-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LocateMe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LocateMe/LocateMe.zip",
    "title": "LocateMe",
    "platform": "iOS",
    "topic": "Data Management; Device Information",
    "technology": "CoreLocation",
    "date": "2014-09-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppPrefs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppPrefs/AppPrefsStoringandRetrievingUserPreferences.zip",
    "title": "AppPrefs: Storing and Retrieving User Preferences",
    "platform": "iOS",
    "topic": "Data Management; Preference Settings",
    "date": "2014-09-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVTimedAnnotationWriter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVTimedAnnotationWriter/AVTimedAnnotationWriterUsingCustomAnnotationMetadataforMovieWritingandPlayback.zip",
    "title": "AVTimedAnnotationWriter: Using Custom Annotation Metadata for Movie Writing and Playback",
    "platform": "iOS",
    "technology": "AVFoundation",
    "date": "2014-09-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Teslameter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Teslameter/Teslameter.zip",
    "title": "Teslameter",
    "platform": "iOS",
    "technology": "CoreLocation",
    "date": "2014-08-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomHTTPProtocol/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomHTTPProtocol/CustomHTTPProtocol.zip",
    "title": "CustomHTTPProtocol",
    "platform": "iOS",
    "technology": "Foundation",
    "date": "2014-08-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVGreenScreenPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVGreenScreenPlayer/AVGreenScreenPlayer.zip",
    "title": "AVGreenScreenPlayer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2014-08-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WiTap/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WiTap/WiTap.zip",
    "title": "WiTap",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2014-08-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UIImageEffects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UIImageEffects/UIImageEffects.zip",
    "title": "Blurring and Tinting an Image",
    "platform": "watchOS; iOS",
    "topic": "Graphics & Animation",
    "date": "2014-07-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InternationalMountains/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InternationalMountains/InternationalMountains.zip",
    "title": "Internationalization and Localization for iOS",
    "platform": "watchOS; iOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "date": "2014-07-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickContacts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickContacts/QuickContacts.zip",
    "title": "QuickContacts",
    "platform": "iOS",
    "topic": "Data Management; Contact Data",
    "technology": "AddressBook",
    "date": "2014-07-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVSimplePlayerOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVSimplePlayerOSX/AVSimplePlayerOSX.zip",
    "title": "AVSimplePlayer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2014-07-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleBindingsAdoption/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleBindingsAdoption/SimpleBindingsAdoption.zip",
    "title": "Simple Bindings Adoption",
    "platform": "macOS",
    "topic": "General",
    "date": "2014-07-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreAudioUtilityClasses/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreAudioUtilityClasses/CoreAudioUtilityClasses.zip",
    "title": "Core Audio Utility Classes",
    "platform": "iOS; macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2014-07-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVPlayerDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVPlayerDemo/AVPlayerDemo.zip",
    "title": "AVPlayerDemo",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2014-07-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RawAudioFileComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RawAudioFileComponent/RawAudioFileComponent.zip",
    "title": "RawAudioFileComponent",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2014-06-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicMultiGPUSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicMultiGPUSample/BasicMultiGPUSample.zip",
    "title": "Detecting OpenGL Renderer Changes",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2014-06-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpriteKit_Physics_Collisions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpriteKit_Physics_Collisions/SpriteKit_Physics_Collisions.zip",
    "title": "SpriteKit Physics Collisions",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "SpriteKit",
    "date": "2014-06-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HeightArray/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HeightArray/HeightArray.zip",
    "title": "HeightArray",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2014-06-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DocInteraction/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DocInteraction/DocInteraction.zip",
    "title": "DocInteraction",
    "platform": "iOS",
    "topic": "Data Management; File Management",
    "date": "2014-06-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DateCell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DateCell/DateCell.zip",
    "title": "DateCell",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-06-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ConditionalRendering/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ConditionalRendering/ConditionalRendering.zip",
    "title": "ConditionalRendering",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2014-06-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLPaint/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLPaint/GLPaint.zip",
    "title": "GLPaint",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "date": "2014-05-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1249/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1249/MotionEffects.zip",
    "title": "MotionEffects",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2014-05-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/enetlognke/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/enetlognke/enetlognke.zip",
    "title": "enetlognke",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Network Kernel Extensions",
    "technology": "Kernel",
    "date": "2014-05-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreDataBooks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreDataBooks/CoreDataBooks.zip",
    "title": "CoreDataBooks",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2014-05-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FunHouse/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FunHouse/FunHouse.zip",
    "title": "FunHouse",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2014-05-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppList/AppList.zip",
    "title": "AppList",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2014-05-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVScreenShack/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVScreenShack/AVScreenShack.zip",
    "title": "AVScreenShack",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2014-04-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewController/ViewController.zip",
    "title": "Using NSViewController for managing views",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2014-04-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1989/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1989/DeviceSelectCLGL.zip",
    "title": "DeviceSelectCLGL",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2014-04-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1245/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1245/DeviceSelectCL.zip",
    "title": "DeviceSelectCL",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2014-04-18; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 3 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1791/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1791/AVARLDelegateDemo.zip",
    "title": "AVARLDelegateDemo",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2014-04-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PreLoginAgents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PreLoginAgents/PreLoginAgents.zip",
    "title": "PreLoginAgents",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2014-04-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLTextureAtlas/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLTextureAtlas/GLTextureAtlas.zip",
    "title": "GLTextureAtlas",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGLES",
    "date": "2014-04-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayer_iPhone/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayer_iPhone/MoviePlayer_iPhone.zip",
    "title": "MoviePlayer",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2014-04-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KeyboardAccessory/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KeyboardAccessory/KeyboardAccessory.zip",
    "title": "KeyboardAccessory",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2014-04-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2284/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2284/CustomAnimatableProperty.zip",
    "title": "Custom Animatable Property",
    "platform": "iOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "CoreGraphics",
    "date": "2014-04-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AlternateViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AlternateViews/AlternateViews.zip",
    "title": "Alternate Views",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2014-04-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LargeImageDownsizing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LargeImageDownsizing/LargeImageDownsizing.zip",
    "title": "Large Image Downsizing",
    "platform": "watchOS; iOS",
    "topic": "Graphics & Animation",
    "date": "2014-03-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KauthORama/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KauthORama/KauthORama.zip",
    "title": "KauthORama",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; General Kernel Extensions",
    "technology": "Kernel",
    "date": "2014-03-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PVRTextureLoader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PVRTextureLoader/PVRTextureLoader.zip",
    "title": "PVRTextureLoader",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGLES",
    "date": "2014-03-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLImageProcessing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLImageProcessing/GLImageProcessing.zip",
    "title": "GLImageProcessing",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGLES",
    "date": "2014-03-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InterAppAudioSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InterAppAudioSuite/InterAppAudioSuite.zip",
    "title": "Inter-App Audio Examples",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2014-03-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc1827/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc1827/AVBNetworkBrowser.zip",
    "title": "AVBNetworkBrowser",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AudioVideoBridging",
    "date": "2014-03-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomSave/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomSave/CustomSave.zip",
    "title": "Customizing NSSavePanel",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "AppKit",
    "date": "2014-03-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrintBanner/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrintBanner/PrintBanner.zip",
    "title": "Using AirPrint to Print a Banner",
    "platform": "iOS",
    "topic": "General",
    "date": "2014-03-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCLOfflineCompilation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCLOfflineCompilation/OpenCLOfflineCompilation.zip",
    "title": "Offline Compilation Using the OpenCL Compiler",
    "platform": "macOS",
    "technology": "OpenCL",
    "date": "2014-03-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCompositionDebugVieweriOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.zip",
    "title": "AVCompositionDebugVieweriOS",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2014-03-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Config_Save/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Config_Save/HID_Config_Save.zip",
    "title": "HID Config Save",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2014-02-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FileCards/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FileCards/FileCards.zip",
    "title": "Using NSPageController",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2014-02-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Accessory/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Accessory/Accessory.zip",
    "title": "TableViewCell Accessory",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-02-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Calibrator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Calibrator/HID_Calibrator.zip",
    "title": "HID Calibrator",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2014-02-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avTouch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avTouch/avTouch.zip",
    "title": "avTouch",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2014-02-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FastEnumerationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FastEnumerationSample/FastEnumerationSample.zip",
    "title": "Enumeration Sample",
    "platform": "iOS; macOS",
    "technology": "Foundation",
    "date": "2014-02-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Recipes_+_Printing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Recipes_+_Printing/Recipes_+_Printing.zip",
    "title": "Sample Print Page Renderer",
    "platform": "iOS",
    "topic": "Graphics & Animation",
    "date": "2014-02-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneMixerEQGraphTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneMixerEQGraphTest/iPhoneMixerEQGraphTest.zip",
    "title": "Mixer iPodEQ AUGraph Test",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "CoreAudio",
    "date": "2014-01-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextPageViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextPageViewer/CoreTextPageViewer.zip",
    "title": "CoreTextPageViewer",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2014-01-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avtimecodereadwrite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avtimecodereadwrite/avtimecodereadwrite.zip",
    "title": "AVFoundation - Timecode Reader/Writer (avtimecodereadwrite)",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2014-01-22; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableMultiSelect/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TableMultiSelect/TableMultiSelect.zip",
    "title": "Multiple Selection with UITableView",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2014-01-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HazardMap/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HazardMap/HazardMap.zip",
    "title": "HazardMap",
    "platform": "iOS",
    "technology": "MapKit",
    "date": "2014-01-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKit_Slides_WWDC2013/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKit_Slides_WWDC2013/SceneKit_Slides_WWDC2013.zip",
    "title": "SceneKit's presentation for WWDC2013",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "SceneKit",
    "date": "2014-01-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AirLocate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AirLocate/AirLocate.zip",
    "title": "AirLocate: Using CoreLocation to monitor, range, and configure your device as an iBeacon",
    "platform": "iOS",
    "technology": "CoreLocation",
    "date": "2014-01-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2280/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2280/SimpleAssetManagerSample.zip",
    "title": "Final Cut Pro X Workflows",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2013-12-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2216/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2216/CustomContentAccessibility.zip",
    "title": "CustomContentAccessibility",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2013-12-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableViewUpdates/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TableViewUpdates/TableViewUpdates.zip",
    "title": "Table View Animations and Gestures",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2013-11-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SerialPortSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SerialPortSample/SerialPortSample.zip",
    "title": "Performing Serial I/O",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2013-11-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CollectionViewTransition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CollectionViewTransition/CollectionViewTransition.zip",
    "title": "Collection View Transition",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2013-10-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ObjectPath/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ObjectPath/ObjectPath.zip",
    "title": "NSPathControl Basics",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2013-10-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2273/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2273/AirDropSample.zip",
    "title": "AirDrop Examples",
    "platform": "iOS",
    "date": "2013-10-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioDriverExamples/Introduction/Intro.html",
    "dlUrl": "https://docs-assets.developer.apple.com/published/97376b5cdb/CreatingAnAudioServerDriverPlugIn.zip",
    "title": "Core Audio User-Space Driver Examples",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2013-10-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sc2279/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sc2279/ManagedAppConfig.zip",
    "title": "Managed App Configuration",
    "platform": "iOS",
    "topic": "General",
    "date": "2013-10-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleBackgroundTransfer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleBackgroundTransfer/SimpleBackgroundTransfer.zip",
    "title": "Simple Background Transfer",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2013-10-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DynamicsCatalog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DynamicsCatalog/DynamicsCatalog.zip",
    "title": "UIKit Dynamics Catalog",
    "platform": "iOS",
    "topic": "Graphics & Animation",
    "date": "2013-09-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyImagePicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyImagePicker/MyImagePicker.zip",
    "title": "MyImagePicker",
    "platform": "iOS",
    "topic": "General",
    "date": "2013-09-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CAPlayThrough/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CAPlayThrough/CAPlayThrough.zip",
    "title": "CAPlayThrough",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2013-09-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EvenBetterAuthorizationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EvenBetterAuthorizationSample/EvenBetterAuthorizationSample.zip",
    "title": "EvenBetterAuthorizationSample",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2013-09-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SMJobBless/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SMJobBless/SMJobBless.zip",
    "title": "SMJobBless",
    "platform": "macOS",
    "topic": "Security",
    "technology": "ServiceManagement",
    "date": "2013-09-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExternalDisplay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExternalDisplay/ExternalDisplay.zip",
    "title": "Using External Displays",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2013-09-16; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StateRestoreChildViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StateRestoreChildViews/StateRestoreChildViews.zip",
    "title": "State Restoration of Child View Controllers",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2013-09-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextArcCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextArcCocoa/CoreTextArcCocoa.zip",
    "title": "Drawing Along a Path Using Core Text with Cocoa",
    "platform": "macOS",
    "topic": "User Experience; Text Layout",
    "technology": "AppKit",
    "date": "2013-09-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ToolbarSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ToolbarSearch/ToolbarSearch.zip",
    "title": "Using a Search Bar in a Toolbar",
    "platform": "iOS",
    "topic": "User Experience; Controls",
    "date": "2013-09-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Popovers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Popovers/Popovers.zip",
    "title": "Popover Controllers in iOS",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2013-09-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MultipeerGroupChat/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MultipeerGroupChat/MultipeerGroupChat.zip",
    "title": "MultipeerGroupChat",
    "platform": "iOS",
    "technology": "MultipeerConnectivity",
    "date": "2013-08-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextEdit/TextEdit.zip",
    "title": "TextEdit",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "AppKit",
    "date": "2013-08-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBAudioPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBAudioPlugin/SampleUSBAudioPlugin.zip",
    "title": "SampleUSBAudioPlugin",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware",
    "technology": "IOKit",
    "date": "2013-08-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InstancedArrays/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InstancedArrays/InstancedArrays.zip",
    "title": "InstancedArrays",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2013-08-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVSimpleEditoriOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVSimpleEditoriOS/AVSimpleEditoriOS.zip",
    "title": "AVSimpleEditoriOS",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-08-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioTapProcessor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioTapProcessor/AudioTapProcessor.zip",
    "title": "MTAudioProcessingTap Audio Processor",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaTipsAndTricks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaTipsAndTricks/CocoaTipsAndTricks.zip",
    "title": "Cocoa Tips and Tricks",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2013-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictureSharing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictureSharing/PictureSharing.zip",
    "title": "PictureSharing",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2013-08-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BatteryStatus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BatteryStatus/BatteryStatus.zip",
    "title": "Get Battery Status",
    "platform": "iOS",
    "topic": "Data Management; Device Information",
    "date": "2013-08-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoRecorder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoRecorder/VideoRecorder.zip",
    "title": "UIImagePicker Video Recorder",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2013-08-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IKImageViewDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IKImageViewDemo/IKImageViewDemo.zip",
    "title": "IKImageViewDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2013-08-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddressBookCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddressBookCocoa/AddressBookCocoa.zip",
    "title": "AddressBookCocoa",
    "platform": "macOS",
    "topic": "Data Management; Contact Data",
    "technology": "AddressBook",
    "date": "2013-08-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MultiPhotoFrame/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MultiPhotoFrame/MultiPhotoFrame.zip",
    "title": "MultiPhotoFrame",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2013-08-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewTransitions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewTransitions/ViewTransitions.zip",
    "title": "ViewTransitions",
    "platform": "iOS",
    "topic": "Graphics & Animation; Animation",
    "date": "2013-07-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StreetScroller/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StreetScroller/StreetScroller.zip",
    "title": "StreetScroller",
    "platform": "iOS",
    "topic": "User Experience; Controls",
    "date": "2013-07-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/convertImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/convertImage/convertImage.zip",
    "title": "Converting an Image with Black Point Compensation",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Accelerate",
    "date": "2013-07-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictureTaker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictureTaker/PictureTaker.zip",
    "title": "PictureTaker",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2013-07-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaPeoplePicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaPeoplePicker/CocoaPeoplePicker.zip",
    "title": "CocoaPeoplePicker",
    "platform": "macOS",
    "topic": "Data Management; Contact Data",
    "technology": "AddressBook",
    "date": "2013-07-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ABUIGroups/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ABUIGroups/ABUIGroups.zip",
    "title": "ABUIGroups",
    "platform": "iOS",
    "topic": "Data Management; Contact Data",
    "technology": "AddressBook",
    "date": "2013-07-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCustomEditOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCustomEditOSX/AVCustomEditOSX.zip",
    "title": "AVCustomEditOSX",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedTableSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedTableSearch/AdvancedUISearchBar.zip",
    "title": "Advanced UISearchBar",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2013-07-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo301/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo301/QTCoreVideo301.zip",
    "title": "QTCoreVideo301",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "QuartzCore",
    "date": "2013-07-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MessageComposer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MessageComposer/MessageComposer.zip",
    "title": "MessageComposer",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2013-07-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AccelerometerGraph/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AccelerometerGraph/AccelerometerGraph.zip",
    "title": "AccelerometerGraph",
    "platform": "iOS",
    "topic": "Data Management; Device Information",
    "date": "2013-07-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioFileStreamExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioFileStreamExample/AudioFileStreamExample.zip",
    "title": "AudioFileStreamExample",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2013-06-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIFunHouse/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIFunHouse/CIFunHouse.zip",
    "title": "Core Image Filters with Photos and Video for iOS",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2013-06-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TaggedLocations/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TaggedLocations/TaggedLocations.zip",
    "title": "Simple Core Data Relationships",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2013-06-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avsubtitleswriterOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avsubtitleswriterOSX/avsubtitleswriterOSX.zip",
    "title": "Writing Subtitles to a Movie from the Command Line for OS X",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-06-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DownloadFont/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DownloadFont/DownloadFont.zip",
    "title": "DownloadFont",
    "platform": "iOS",
    "topic": "User Experience; Text Layout",
    "date": "2013-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVMediaSelectionDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVMediaSelectionDemo/AVMediaSelectionDemo.zip",
    "title": "AVMediaSelectionDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVLegibleMeaningsOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVLegibleMeaningsOSX/AVLegibleMeaningsOSX.zip",
    "title": "AVLegibleMeanings for OSX",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVKitPlayerOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVKitPlayerOSX/AVKitPlayerOSX.zip",
    "title": "AVKitPlayer for OSX",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVKit",
    "date": "2013-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCompositionDebugViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCompositionDebugViewer/AVCompositionDebugViewer.zip",
    "title": "AVCompositionDebugViewer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2013-06-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppleSamplePCI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppleSamplePCI/AppleSamplePCI.zip",
    "title": "Sample Signed PCI Driver",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2013-06-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Dumper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Dumper/HID_Dumper.zip",
    "title": "HID Dumper",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2013-06-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sprite_Tour/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sprite_Tour/Sprite_Tour.zip",
    "title": "Sprite Tour",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "SpriteKit",
    "date": "2013-06-03; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBAudioOverrideDriver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBAudioOverrideDriver/SampleUSBAudioOverrideDriver.zip",
    "title": "SampleUSBAudioOverrideDriver",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware",
    "technology": "Kernel",
    "date": "2013-06-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iAdSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iAdSuite/iAdSuite.zip",
    "title": "iAdSuite",
    "platform": "iOS",
    "technology": "iAd",
    "date": "2013-05-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TableSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TableSearch/SimpleUISearchBarwithStateRestoration.zip",
    "title": "Simple UISearchBar with State Restoration",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2013-05-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DerivedProperty/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DerivedProperty/DerivedProperty.zip",
    "title": "Canonicalized String Searching Using a Core Data Derived Property",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "CoreData",
    "date": "2013-05-20; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTextInput/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTextInput/SimpleTextInput.zip",
    "title": "SimpleTextInput",
    "platform": "iOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "date": "2013-05-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HeadsUpUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HeadsUpUI/HeadsUpUI.zip",
    "title": "HeadsUpUI",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2013-05-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Touches/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Touches/Touches.zip",
    "title": "Handling Touches Using Responder Methods and Gesture Recognizers",
    "platform": "iOS",
    "topic": "Data Management; Event Handling",
    "date": "2013-05-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RoundTransparentWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RoundTransparentWindow/RoundTransparentWindow.zip",
    "title": "RoundTransparentWindow",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2013-05-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoLocations/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoLocations/PhotoLocations.zip",
    "title": "Core Data Transformable Attributes",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2013-05-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleUndo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleUndo/SimpleUndo.zip",
    "title": "SimpleUndo",
    "platform": "iOS",
    "topic": "User Experience",
    "technology": "Foundation",
    "date": "2013-05-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BoundButton/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BoundButton/BoundButton.zip",
    "title": "Target-Action using Cocoa Bindings",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2013-04-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleFTPSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleFTPSample/SimpleFTPSample.zip",
    "title": "SimpleFTPSample",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2013-04-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LayerBackedOpenGLView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LayerBackedOpenGLView/LayerBackedOpenGLView.zip",
    "title": "LayerBackedOpenGLView",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2013-04-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Mountains/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Mountains/Mountains.zip",
    "title": "Internationalization and Localization for OS X",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2013-04-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TwoManyControllers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TwoManyControllers/TwoManyControllers.zip",
    "title": "Crossing To-Many Relationships with Cocoa Bindings",
    "platform": "macOS",
    "topic": "Data Management; Data Types & Collections",
    "technology": "AppKit",
    "date": "2013-04-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SquareCam/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SquareCam/SquareCam.zip",
    "title": "SquareCam",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2013-04-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleStocks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleStocks/SimpleStocks.zip",
    "title": "SimpleStocks",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2013-04-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SharingServices/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SharingServices/SharingServices.zip",
    "title": "SharingServices",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "AppKit",
    "date": "2013-04-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSlides/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSlides/CocoaSlides.zip",
    "title": "CocoaSlides",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2013-03-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LinkedImageFetcher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LinkedImageFetcher/LinkedImageFetcher.zip",
    "title": "LinkedImageFetcher",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "Foundation",
    "date": "2013-03-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OverlayView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OverlayView/OverlayView.zip",
    "title": "OverlayView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2013-02-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLCameraRipple/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLCameraRipple/GLCameraRipple.zip",
    "title": "GLCameraRipple",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2013-02-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleGestureRecognizers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleGestureRecognizers/SimpleGestureRecognizers.zip",
    "title": "Simple Gesture Recognizers",
    "platform": "iOS",
    "topic": "Data Management; Event Handling",
    "date": "2013-01-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecExamples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecExamples/AudioCodecExamples.zip",
    "title": "Audio Codec Examples",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2013-01-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/From_A_View_To_A_Picture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/From_A_View_To_A_Picture/From_A_View_To_A_Picture.zip",
    "title": "From A View to A Picture",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2013-01-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/From_A_View_to_A_Movie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/From_A_View_to_A_Movie/From_A_View_to_A_Movie.zip",
    "title": "From A View to A Movie",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2013-01-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrintWebView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrintWebView/PrintWebView.zip",
    "title": "UIKit Printing with UIPrintInteractionController and UIViewPrintFormatter",
    "platform": "iOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2012-12-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVRecorder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVRecorder/AVRecorder.zip",
    "title": "AVRecorder",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2012-11-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioDeviceNotify/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioDeviceNotify/AudioDeviceNotify.zip",
    "title": "AudioDeviceNotify",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2012-11-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BTLE_Transfer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BTLE_Transfer/BTLE_Transfer.zip",
    "title": "BTLE Central Peripheral Transfer",
    "platform": "iOS",
    "technology": "CoreBluetooth",
    "date": "2012-11-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotoScroller/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotoScroller/PhotoScroller.zip",
    "title": "PhotoScroller",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2012-11-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIFilterGeneratorTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIFilterGeneratorTest/CIFilterGeneratorTest.zip",
    "title": "CIFilterGeneratorTest",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2012-11-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIMicroPaint/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIMicroPaint/CIMicroPaint.zip",
    "title": "CIMicroPaint",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2012-11-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CITransitionSelectorSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CITransitionSelectorSample/CITransitionSelectorSample.zip",
    "title": "CITransitionSelectorSample",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2012-10-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIHazeFilterSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIHazeFilterSample/CIHazeFilterSample.zip",
    "title": "CIHazeFilterSample",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2012-10-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIExposureSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIExposureSample/CIExposureSample.zip",
    "title": "CIExposureSample",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2012-10-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIBevelSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIBevelSample/CIBevelSample.zip",
    "title": "CIBevelSample",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "QuartzCore",
    "date": "2012-10-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIAnnotation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIAnnotation/CIAnnotation.zip",
    "title": "CIAnnotation",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "QuartzCore",
    "date": "2012-10-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StarterAUEffectWithCocoaUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StarterAUEffectWithCocoaUI/StarterAUEffectWithCocoaUI.zip",
    "title": "StarterAUEffectWithCocoaUI",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-10-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PhotosByLocation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PhotosByLocation/PhotosByLocation.zip",
    "title": "PhotosByLocation",
    "platform": "iOS",
    "topic": "General",
    "date": "2012-10-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreMediaIO/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreMediaIO/CoreMediaIO.zip",
    "title": "CoreMediaIO",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2012-10-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BundleLoader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BundleLoader/BundleLoader.zip",
    "title": "BundleLoader",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "Foundation",
    "date": "2012-10-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TremoloUnit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TremoloUnit/TremoloUnit.zip",
    "title": "StarterAudioUnitExample",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-10-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleAUs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleAUs/SampleAUs.zip",
    "title": "SampleAudioUnits",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-10-10; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SinSynth/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SinSynth/SinSynth.zip",
    "title": "AudioUnitInstrumentExample",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-10-10; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureToAudioUnit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureToAudioUnit/AVCaptureToAudioUnit.zip",
    "title": "AVCaptureAudioDataOutput To AudioUnit iOS",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2012-10-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AUPinkNoise/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AUPinkNoise/AUPinkNoise.zip",
    "title": "AudioUnitGeneratorExample",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-10-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureToAudioUnitOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVCaptureToAudioUnitOSX/AVCaptureToAudioUnitOSX.zip",
    "title": "AVCaptureAudioDataOutput To AudioUnit OS X",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AVFoundation",
    "date": "2012-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HoverTableDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HoverTableDemo/HoverTableDemo.zip",
    "title": "HoverTableDemo",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-10-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomMenus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomMenus/CustomMenus.zip",
    "title": "CustomMenus",
    "platform": "macOS",
    "topic": "User Experience; Menus",
    "technology": "AppKit",
    "date": "2012-10-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MultipleDetailViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MultipleDetailViews/MultipleDetailViews.zip",
    "title": "MultipleDetailViews",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2012-09-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScannerBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScannerBrowser/ScannerBrowser.zip",
    "title": "ScannerBrowser",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ImageCaptureCore",
    "date": "2012-08-31; Content Update"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 4 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IKSlideshowDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IKSlideshowDemo/IKSlideshowDemo.zip",
    "title": "IKSlideshowDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2012-08-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CameraBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CameraBrowser/CameraBrowser.zip",
    "title": "CameraBrowser",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2012-08-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitAnimations/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitAnimations/SceneKitAnimations.zip",
    "title": "SceneKit Animations",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "SceneKit",
    "date": "2012-08-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCameraBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCameraBrowser/SimpleCameraBrowser.zip",
    "title": "SimpleCameraBrowser",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ImageCaptureCore",
    "date": "2012-08-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SRVResolver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SRVResolver/SRVResolver.zip",
    "title": "SRVResolver",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "System",
    "date": "2012-08-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FullScreenWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FullScreenWindow/FullScreenWindow.zip",
    "title": "FullScreenWindow",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-08-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DesktopImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DesktopImage/DesktopImage.zip",
    "title": "DesktopImage",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2012-08-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FilterDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FilterDemo/FilterDemo.zip",
    "title": "FilterDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-08-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iChatTheater/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iChatTheater/iChatTheater.zip",
    "title": "iChatTheater",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "InstantMessage",
    "date": "2012-08-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SandboxingAndNSXPCConnection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SandboxingAndNSXPCConnection/SandboxingAndNSXPCConnection.zip",
    "title": "Sandboxing with NSXPCConnection",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Foundation",
    "date": "2012-08-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AUTimePitchTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AUTimePitchTest/AUTimePitchTest.zip",
    "title": "AUTimePitchTest",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-08-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NotifyTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NotifyTool/NotifyTool.zip",
    "title": "NotifyTool",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "System",
    "date": "2012-08-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenALExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenALExample/OpenALExample.zip",
    "title": "OpenALExample",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "OpenAL",
    "date": "2012-08-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UDPEcho/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UDPEcho/UDPEcho.zip",
    "title": "UDPEcho",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "technology": "CoreFoundation",
    "date": "2012-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaEcho/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaEcho/CocoaEcho.zip",
    "title": "CocoaEcho",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "Foundation",
    "date": "2012-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaDVDPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaDVDPlayer/CocoaDVDPlayer.zip",
    "title": "CocoaDVDPlayer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "DVDPlayback",
    "date": "2012-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PMPrinterPrintWithFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PMPrinterPrintWithFile/PMPrinterPrintWithFile.zip",
    "title": "Cocoa Printing using Core Printing",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "ApplicationServices",
    "date": "2012-08-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sketch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sketch/Sketch.zip",
    "title": "Sketch",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2012-08-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vDSPExamples/Introduction/Intro.html",
    "title": "vDSP Examples",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2012-08-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitDocumentViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitDocumentViewer/SceneKitDocumentViewer.zip",
    "title": "Scene Kit Document Viewer",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "SceneKit",
    "date": "2012-08-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitMaterialEditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SceneKitMaterialEditor/SceneKitMaterialEditor.zip",
    "title": "SceneKit Material Editor",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "SceneKit",
    "date": "2012-07-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TestCarbonAppTiger/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TestCarbonAppTiger/TestCarbonAppTiger.zip",
    "title": "TestCarbonAppTiger",
    "platform": "macOS",
    "date": "2012-07-24"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayFile/PlayFile.zip",
    "title": "PlayFile",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2012-07-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioQueueTools/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioQueueTools/AudioQueueTools.zip",
    "title": "AudioQueueTools",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2012-07-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Squiggles/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Squiggles/Squiggles.zip",
    "title": "Basic Drawing and Event Handling",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-07-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlaySequence/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlaySequence/PlaySequence.zip",
    "title": "PlaySequence",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2012-07-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ROT13AuthPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ROT13AuthPlugin/ROT13AuthPlugin.zip",
    "title": "ROT13AuthPlugin",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2012-06-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_FFT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_FFT/OpenCL_FFT.zip",
    "title": "OpenCL_FFT",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "OpenCL",
    "date": "2012-06-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/pARk/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/pARk/pARk.zip",
    "title": "pARk",
    "platform": "iOS",
    "topic": "Data Management; Event Handling",
    "date": "2012-06-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageApp/ImageApp.zip",
    "title": "ImageApp",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2012-06-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VirtualScanner/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VirtualScanner/VirtualScanner.zip",
    "title": "VirtualScanner",
    "platform": "macOS",
    "topic": "General",
    "technology": "ImageCaptureCore",
    "date": "2012-06-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomizeReaderSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomizeReaderSafariExtension/CustomizeReaderSafariExtension.zip",
    "title": "Customize Reader Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2012-06-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KeywordSearchSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KeywordSearchSafariExtension/KeywordSearchSafariExtension.zip",
    "title": "Keyword Search Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2012-06-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextLayoutDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextLayoutDemo/TextLayoutDemo.zip",
    "title": "TextLayoutDemo",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2012-06-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppSandboxLoginItemXPCDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppSandboxLoginItemXPCDemo/AppSandboxLoginItemXPCDemo.zip",
    "title": "AppSandboxLoginItemXPCDemo",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2012-06-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlastApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlastApp/BlastApp.zip",
    "title": "BlastApp",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2012-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LayoutManagerDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LayoutManagerDemo/LayoutManagerDemo.zip",
    "title": "LayoutManagerDemo",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2012-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FancyAbout/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FancyAbout/FancyAbout.zip",
    "title": "FancyAbout",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2012-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DateDiff/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DateDiff/DateDiff.zip",
    "title": "DateDiff",
    "platform": "macOS",
    "topic": "Data Management; Dates, Times, & Numbers",
    "technology": "Foundation",
    "date": "2012-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClipboardViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClipboardViewer/ClipboardViewer.zip",
    "title": "ClipboardViewer",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2012-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Authenticator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Authenticator/Authenticator.zip",
    "title": "Authenticator",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2012-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iSpendPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iSpendPlugin/iSpendPlugin.zip",
    "title": "iSpendPlugin",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2012-06-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iSpend/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iSpend/iSpend.zip",
    "title": "iSpend",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2012-06-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Rulers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Rulers/Rulers.zip",
    "title": "Rulers",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2012-06-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UserDefaults/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UserDefaults/UserDefaults.zip",
    "title": "UserDefaults",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "Foundation",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextSizingExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextSizingExample/TextSizingExample.zip",
    "title": "TextSizingExample",
    "platform": "macOS",
    "topic": "User Experience; Text Layout",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextInputView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextInputView/TextInputView.zip",
    "title": "TextInputView",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TemperatureConverter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TemperatureConverter/TemperatureConverter.zip",
    "title": "TemperatureConverter",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "Foundation",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Spotlighter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Spotlighter/Spotlighter.zip",
    "title": "Spotlighter",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "Foundation",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleToolbar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleToolbar/SimpleToolbar.zip",
    "title": "SimpleToolbar",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTemperatureConverter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTemperatureConverter/SimpleTemperatureConverter.zip",
    "title": "SimpleTemperatureConverter",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleComboBox/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleComboBox/SimpleComboBox.zip",
    "title": "SimpleComboBox",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OutlineView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OutlineView/OutlineView.zip",
    "title": "OutlineView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NotificationPoster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NotificationPoster/NotificationPoster.zip",
    "title": "NotificationPoster",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "CoreFoundation",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NotificationObserver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NotificationObserver/NotificationObserver.zip",
    "title": "NotificationObserver",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "CoreFoundation",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MenuMadness/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MenuMadness/MenuMadness.zip",
    "title": "MenuMadness",
    "platform": "macOS",
    "topic": "User Experience; Menus",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrawerMadness/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DrawerMadness/DrawerMadness.zip",
    "title": "DrawerMadness",
    "platform": "macOS",
    "topic": "User Experience; Data Presentation",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BezierPathLab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BezierPathLab/BezierPathLab.zip",
    "title": "BezierPathLab",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AnimatingViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AnimatingViews/AnimatingViews.zip",
    "title": "AnimatingViews",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioBurn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioBurn/AudioBurn.zip",
    "title": "AudioBurn",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2012-06-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Worm/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Worm/Worm.zip",
    "title": "Worm",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "AppKit",
    "date": "2012-06-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictureSwiper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictureSwiper/PictureSwiper.zip",
    "title": "PictureSwiper",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-06-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSFontAttributeExplorer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSFontAttributeExplorer/NSFontAttributeExplorer.zip",
    "title": "NSFontAttributeExplorer",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2012-06-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSAlertTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSAlertTest/NSAlertTest.zip",
    "title": "NSAlertTest",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2012-06-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpeedometerView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpeedometerView/SpeedometerView.zip",
    "title": "SpeedometerView",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-05-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedTableView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedTableView/AnimatedTableView.zip",
    "title": "AnimatedTableView",
    "platform": "macOS",
    "topic": "User Experience; Data Presentation",
    "technology": "AppKit",
    "date": "2012-05-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleService/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleService/SimpleService.zip",
    "title": "SimpleService",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2012-05-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cache/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cache/Cache.zip",
    "title": "Cache",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "AppKit",
    "date": "2012-05-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/XMLBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/XMLBrowser/XMLBrowser.zip",
    "title": "XMLBrowser",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "WebKit",
    "date": "2012-05-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DemoAssistant/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DemoAssistant/DemoAssistant.zip",
    "title": "DemoAssistant",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2012-05-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVSimpleEditorOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVSimpleEditorOSX/AVSimpleEditorOSX.zip",
    "title": "AVSimpleEditorOSX",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AVFoundation",
    "date": "2012-05-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GridMenu/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GridMenu/GridMenu.zip",
    "title": "GridMenu",
    "platform": "macOS",
    "topic": "User Experience; Menus",
    "technology": "AppKit",
    "date": "2012-05-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleNetworkStreams/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleNetworkStreams/SimpleNetworkStreams.zip",
    "title": "SimpleNetworkStreams",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "date": "2012-05-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DataBurn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DataBurn/DataBurn.zip",
    "title": "DataBurn",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2012-05-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PopupBindings/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PopupBindings/PopupBindings.zip",
    "title": "PopupBindings",
    "platform": "macOS",
    "topic": "User Experience; Menus",
    "technology": "AppKit",
    "date": "2012-04-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSTableViewBinding/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSTableViewBinding/NSTableViewBinding.zip",
    "title": "NSTableViewBinding",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2012-04-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleURLConnections/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleURLConnections/SimpleURLConnections.zip",
    "title": "SimpleURLConnections",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2012-04-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ContentBurn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ContentBurn/ContentBurn.zip",
    "title": "ContentBurn",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2012-04-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BindingsJoystick/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BindingsJoystick/BindingsJoystick.zip",
    "title": "BindingsJoystick",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2012-04-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DeepImageDisplay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DeepImageDisplay/DeepImageDisplay.zip",
    "title": "Deep Image Display with Quartz",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2012-04-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreDataUtility/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreDataUtility/CoreDataUtility.zip",
    "title": "Core Data Utility",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2012-04-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSOperationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSOperationSample/NSOperationSample.zip",
    "title": "NSOperationSample",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "Foundation",
    "date": "2012-03-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Grady/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Grady/Grady.zip",
    "title": "Grady",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2012-03-21; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaApp/SimpleCocoaApp.zip",
    "title": "SimpleCocoaApp",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2012-03-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDrillDown/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDrillDown/SimpleDrillDown.zip",
    "title": "SimpleDrillDown",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2012-02-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SonogramViewDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SonogramViewDemo/SonogramViewDemo.zip",
    "title": "SonogramViewDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2012-01-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DNSSDObjects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DNSSDObjects/DNSSDObjects.zip",
    "title": "DNSSDObjects",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2012-01-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/aurioTouch2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/aurioTouch2/aurioTouch2.zip",
    "title": "aurioTouch2",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2011-12-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKLeaderboards/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKLeaderboards/GKLeaderboards.zip",
    "title": "GKLeaderboards",
    "platform": "iOS",
    "topic": "General",
    "date": "2011-12-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKAchievements/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKAchievements/GKAchievements.zip",
    "title": "GKAchievements",
    "platform": "iOS",
    "topic": "General",
    "date": "2011-12-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CALayerEssentials/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CALayerEssentials/CALayerEssentials.zip",
    "title": "CALayerEssentials",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-12-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AVMovieExporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AVMovieExporter/AVMovieExporter.zip",
    "title": "AVMovieExporter",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2011-11-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppleJavaExtensions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip",
    "title": "AppleJavaExtensions",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2011-11-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MorseSynthesizer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MorseSynthesizer/MorseSynthesizer.zip",
    "title": "Morse Speech Synthesizer (MorseSynthesizer)",
    "platform": "macOS",
    "topic": "User Experience; Speech Technologies",
    "technology": "ApplicationServices",
    "date": "2011-10-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tweeting/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tweeting/Tweeting.zip",
    "title": "Tweeting",
    "platform": "iOS",
    "topic": "General",
    "technology": "Twitter",
    "date": "2011-10-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PocketCoreImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PocketCoreImage/PocketCoreImage.zip",
    "title": "PocketCoreImage",
    "platform": "iOS",
    "topic": "Graphics & Animation",
    "date": "2011-10-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StopNGo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StopNGo/StopNGo.zip",
    "title": "StopNGo for iOS",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2011-10-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LoadPresetDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LoadPresetDemo/LoadPresetDemo.zip",
    "title": "Sampler Unit Presets (LoadPresetDemo)",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2011-10-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_RayTraced_Quaternion_Julia-Set_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_RayTraced_Quaternion_Julia-Set_Example/OpenCL_RayTraced_Quaternion_Julia-Set_Example.zip",
    "title": "OpenCL RayTraced Quaternion Julia-Set Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2011-10-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyMediaPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyMediaPlayer/MyMediaPlayer.zip",
    "title": "MyMediaPlayer",
    "platform": "macOS",
    "technology": "QTKit",
    "date": "2011-09-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyMediaPlayList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyMediaPlayList/MyMediaPlayList.zip",
    "title": "MyMediaPlayList",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2011-09-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RemoteCurrency/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RemoteCurrency/RemoteCurrency.zip",
    "title": "RemoteCurrency",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "date": "2011-09-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrefsPane/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrefsPane/PrefsPane.zip",
    "title": "PrefsPane",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "AppKit",
    "date": "2011-09-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageMapExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageMapExample/ImageMapExample.zip",
    "title": "ImageMapExample",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "technology": "AppKit",
    "date": "2011-09-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AutoSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AutoSample/AutoSample.zip",
    "title": "AutoSample",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-09-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingVerbs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingVerbs/SimpleScriptingVerbs.zip",
    "title": "SimpleScriptingVerbs",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-09-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingProperties/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingProperties/SimpleScriptingProperties.zip",
    "title": "SimpleScriptingProperties",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-09-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingObjects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingObjects/SimpleScriptingObjects.zip",
    "title": "SimpleScriptingObjects",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-09-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScripting/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScripting/SimpleScripting.zip",
    "title": "SimpleScripting",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-09-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NPAPI_Core_Animation_Movie_Plugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NPAPI_Core_Animation_Movie_Plugin/NPAPI_Core_Animation_Movie_Plugin.zip",
    "title": "NPAPI Core Animation Movie Plugin",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2011-09-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WhackedTV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WhackedTV/WhackedTV.zip",
    "title": "WhackedTV",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2011-09-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleRaster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleRaster/SampleRaster.zip",
    "title": "SampleRaster",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "date": "2011-09-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/avvideowall/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/avvideowall/avvideowall.zip",
    "title": "avvideowall",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2011-08-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iChatStatusFromApplication/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iChatStatusFromApplication/iChatStatusFromApplication.zip",
    "title": "iChatStatusFromApplication",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "InstantMessage",
    "date": "2011-08-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTRecorder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTRecorder/QTRecorder.zip",
    "title": "QTRecorder",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2011-08-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MYRecorder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MYRecorder/MYRecorder.zip",
    "title": "MyRecorder",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2011-08-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sproing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sproing/Sproing.zip",
    "title": "Sproing",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2011-08-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextViewDelegate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextViewDelegate/TextViewDelegate.zip",
    "title": "TextViewDelegate",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2011-08-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CITransitionSelectorSample2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CITransitionSelectorSample2/CITransitionSelectorSample2.zip",
    "title": "CITransitionSelectorSample2",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2011-08-23; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextRTF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextRTF/CoreTextRTF.zip",
    "title": "CoreTextRTF",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "date": "2011-08-22; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DockBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DockBrowser/DockBrowser.zip",
    "title": "DockBrowser",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "CoreServices",
    "date": "2011-08-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingBridgeiCal/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingBridgeiCal/ScriptingBridgeiCal.zip",
    "title": "ScriptingBridgeiCal",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ScriptingBridge",
    "date": "2011-08-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingBridgeFinder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingBridgeFinder/ScriptingBridgeFinder.zip",
    "title": "ScriptingBridgeFinder",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ScriptingBridge",
    "date": "2011-08-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SBSendEmail/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SBSendEmail/SBSendEmail.zip",
    "title": "SBSendEmail",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ScriptingBridge",
    "date": "2011-08-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_With_Carbon_or_CPP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_With_Carbon_or_CPP/Cocoa_With_Carbon_or_CPP.zip",
    "title": "Cocoa_With_Carbon_or_CPP",
    "platform": "macOS",
    "topic": "General",
    "date": "2011-08-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JavaScriptCoreHeadstart/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JavaScriptCoreHeadstart/JavaScriptCoreHeadstart.zip",
    "title": "JavaScriptCoreHeadstart",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "JavaScriptCore",
    "date": "2011-08-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FunkyOverlayWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FunkyOverlayWindow/FunkyOverlayWindow.zip",
    "title": "FunkyOverlayWindow",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2011-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaDragAndDrop/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaDragAndDrop/CocoaDragAndDrop.zip",
    "title": "CocoaDragAndDrop",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioCDSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioCDSample/AudioCDSample.zip",
    "title": "AudioCDSample",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "date": "2011-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StopNGoOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StopNGoOSX/StopNGoOSX.zip",
    "title": "StopNGo for Mac",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "AVFoundation",
    "date": "2011-07-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reviews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reviews/Reviews.zip",
    "title": "Reviews",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "technology": "AppKit",
    "date": "2011-07-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScreenSnapshot/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScreenSnapshot/ScreenSnapshot.zip",
    "title": "ScreenSnapshot",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "ApplicationServices",
    "date": "2011-07-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SBSystemPrefs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SBSystemPrefs/SBSystemPrefs.zip",
    "title": "SBSystemPrefs",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ScriptingBridge",
    "date": "2011-07-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TargetGallery/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TargetGallery/TargetGallery.zip",
    "title": "TargetGallery",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "AppKit",
    "date": "2011-07-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedSlider/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedSlider/AnimatedSlider.zip",
    "title": "AnimatedSlider",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2011-07-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SBSetFinderComment/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SBSetFinderComment/SBSetFinderComment.zip",
    "title": "SBSetFinderComment",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ScriptingBridge",
    "date": "2011-07-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AttachAScript/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AttachAScript/AttachAScript.zip",
    "title": "AttachAScript",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2011-07-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SandboxedFetch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SandboxedFetch/SandboxedFetch.zip",
    "title": "SandboxedFetch",
    "platform": "macOS",
    "topic": "Security",
    "date": "2011-07-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpecialPictureProtocol/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpecialPictureProtocol/SpecialPictureProtocol.zip",
    "title": "SpecialPictureProtocol",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "technology": "Foundation",
    "date": "2011-07-11; Minor Change"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 5 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PushyMac/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PushyMac/PushyMac.zip",
    "title": "PushyMac",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "AppKit",
    "date": "2011-07-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CallJS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CallJS/CallJS.zip",
    "title": "CallJS",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2011-07-05; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TrackBall/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TrackBall/TrackBall.zip",
    "title": "TrackBall",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2011-07-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageTransition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageTransition/ImageTransition.zip",
    "title": "ImageTransition",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-07-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicCocoaAnimations/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicCocoaAnimations/BasicCocoaAnimations.zip",
    "title": "BasicCocoaAnimations",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2011-06-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo202/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo202/QTCoreVideo202.zip",
    "title": "QTCoreVideo202",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2011-06-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo201/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo201/QTCoreVideo201.zip",
    "title": "QTCoreVideo201",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2011-06-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo103/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo103/QTCoreVideo103.zip",
    "title": "QTCoreVideo103",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2011-06-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo102/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo102/QTCoreVideo102.zip",
    "title": "QTCoreVideo102",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "date": "2011-06-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Denoise/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Denoise/Denoise.zip",
    "title": "Denoise",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "date": "2011-06-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IRCServicePlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IRCServicePlugIn/IRCServicePlugIn.zip",
    "title": "IRCServicePlugIn",
    "platform": "macOS",
    "technology": "IMServicePlugIn",
    "date": "2011-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UnreadTabsSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UnreadTabsSafariExtension/UnreadTabsSafariExtension.zip",
    "title": "Unread Tabs Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2011-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ConfigurePrefsReminderSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ConfigurePrefsReminderSafariExtension/ConfigurePrefsReminderSafariExtension.zip",
    "title": "Configure Preferences Reminder Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2011-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorFinderSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorFinderSafariExtension/ColorFinderSafariExtension.zip",
    "title": "Color Finder Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2011-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AutoReaderSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AutoReaderSafariExtension/AutoReaderSafariExtension.zip",
    "title": "Auto-Reader Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2011-06-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DragItemAround/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DragItemAround/DragItemAround.zip",
    "title": "DragItemAround",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2011-06-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationKioskStyleMenu/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationKioskStyleMenu/CoreAnimationKioskStyleMenu.zip",
    "title": "CoreAnimationKioskStyleMenu",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-06-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IdentitySample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IdentitySample/IdentitySample.zip",
    "title": "IdentitySample",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Collaboration",
    "date": "2011-05-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SonOfSillyBalls/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SonOfSillyBalls/SonOfSillyBalls.zip",
    "title": "SonOfSillyBalls",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2011-05-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CxxNewDelete/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CxxNewDelete/CxxNewDelete.zip",
    "title": "CxxNewDelete",
    "platform": "macOS",
    "topic": "Xcode; Compiler Tools",
    "date": "2011-05-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetPrimaryMACAddress/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetPrimaryMACAddress/GetPrimaryMACAddress.zip",
    "title": "GetPrimaryMACAddress",
    "platform": "macOS",
    "topic": "Security",
    "technology": "IOKit",
    "date": "2011-05-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CDROMSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CDROMSample/CDROMSample.zip",
    "title": "CDROMSample",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2011-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SidebarDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SidebarDemo/SidebarDemo.zip",
    "title": "SidebarDemo",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2011-05-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Preferences/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Preferences/Preferences.zip",
    "title": "Preferences",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "CoreFoundation",
    "date": "2011-05-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKAuthentication/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKAuthentication/GKAuthentication.zip",
    "title": "GKAuthentication",
    "platform": "iOS",
    "topic": "General",
    "date": "2011-04-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dictionary/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dictionary/Dictionary.zip",
    "title": "Dictionary",
    "platform": "macOS",
    "topic": "Data Management; Data Types & Collections",
    "technology": "CoreFoundation",
    "date": "2011-04-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompositeLab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompositeLab/CompositeLab.zip",
    "title": "CompositeLab",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2011-04-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DisplayURL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DisplayURL/DisplayURL.zip",
    "title": "DisplayURL",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreFoundation",
    "date": "2011-04-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NineSlice/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NineSlice/NineSlice.zip",
    "title": "NineSlice",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-04-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Gradients/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Gradients/Gradients.zip",
    "title": "Gradients",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-04-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fire/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fire/Fire.zip",
    "title": "Fire",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2011-04-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_OceanWave/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_OceanWave/OpenCL_OceanWave.zip",
    "title": "OpenCL_OceanWave",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "OpenCL",
    "date": "2011-04-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TrackIt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TrackIt/TrackIt.zip",
    "title": "TrackIt",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "AppKit",
    "date": "2011-03-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKRocket/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKRocket/GKRocket.zip",
    "title": "GKRocket",
    "platform": "iOS",
    "technology": "GameCenter",
    "date": "2011-03-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JAWTExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JAWTExample/JAWTExample.zip",
    "title": "JAWTExample",
    "platform": "Java; macOS",
    "topic": "Cross Platform; Java",
    "date": "2011-03-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpaceTours/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpaceTours/SpaceTours.zip",
    "title": "Space Tours iAd",
    "platform": "iAd Producer; iOS",
    "topic": "User Experience",
    "date": "2011-03-08; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Hello_World_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Hello_World_Example/OpenCL_Hello_World_Example.zip",
    "title": "OpenCL Hello World Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2011-03-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyFirstJNIProject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyFirstJNIProject/MyFirstJNIProject.zip",
    "title": "MyFirstJNIProject",
    "platform": "Java; macOS",
    "topic": "Cross Platform; Java",
    "date": "2011-03-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OutputBinsPDE/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OutputBinsPDE/OutputBinsPDE.zip",
    "title": "OutputBinsPDE",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "ApplicationServices",
    "date": "2011-02-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedURLConnections/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedURLConnections/AdvancedURLConnections.zip",
    "title": "AdvancedURLConnections",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2011-01-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo101/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreVideo101/QTCoreVideo101.zip",
    "title": "QTCoreVideo101",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "QuartzCore",
    "date": "2011-01-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NullAuthPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NullAuthPlugin/NullAuthPlugin.zip",
    "title": "NullAuthPlugin",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2011-01-22; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TopPaid/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TopPaid/TopPaid.zip",
    "title": "TopPaid",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2011-01-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DictionaryController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DictionaryController/DictionaryController.zip",
    "title": "DictionaryController",
    "platform": "macOS",
    "topic": "Data Management; Data Types & Collections",
    "technology": "AppKit",
    "date": "2011-01-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Grass_and_Terrain_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Grass_and_Terrain_Example/OpenCL_Procedural_Grass_and_Terrain_Example.zip",
    "title": "OpenCL Procedural Grass and Terrain Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2011-01-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedTableViewCells/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AdvancedTableViewCells/AdvancedTableViewCells.zip",
    "title": "AdvancedTableViewCells",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2011-01-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKTapper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKTapper/GKTapper.zip",
    "title": "GKTapper",
    "platform": "iOS",
    "technology": "GameCenter",
    "date": "2010-12-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLFullScreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLFullScreen/GLFullScreen.zip",
    "title": "GLFullScreen",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2010-12-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TicTacToe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TicTacToe/TicTacToe.zip",
    "title": "TicTacToe with HTML5 Offline Storage",
    "platform": "Safari; iOS; macOS",
    "topic": "Data Management",
    "date": "2010-11-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoEventFlow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoEventFlow/HTML5VideoEventFlow.zip",
    "title": "HTML5VideoEventFlow",
    "platform": "Safari; iOS; macOS",
    "date": "2010-11-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleVideoOut/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleVideoOut/SimpleVideoOut.zip",
    "title": "SimpleVideoOut",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2010-11-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/lightbox/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/lightbox/lightbox.zip",
    "title": "CSS Effects: Lightbox",
    "platform": "Safari; iOS; macOS",
    "date": "2010-11-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioDataOutputToAudioUnit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioDataOutputToAudioUnit/AudioDataOutputToAudioUnit.zip",
    "title": "AudioDataOutputToAudioUnit",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2010-10-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MVCNetworking/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MVCNetworking/MVCNetworking.zip",
    "title": "MVCNetworking",
    "platform": "iOS",
    "date": "2010-10-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScrollViewSuite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScrollViewSuite/ScrollViewSuite.zip",
    "title": "ScrollViewSuite",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2010-10-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Geolocation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Geolocation/Geolocation.zip",
    "title": "Geolocation",
    "platform": "Safari",
    "topic": "Data Management",
    "date": "2010-10-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DemoMonkey/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DemoMonkey/DemoMonkey.zip",
    "title": "DemoMonkey",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2010-08-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_CG_arc_demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_CG_arc_demo/Cocoa_CG_arc_demo.zip",
    "title": "Cocoa CG arc demo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2010-08-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CSSEffectsPhotoGallery/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CSSEffectsPhotoGallery/CSSEffectsPhotoGallery.zip",
    "title": "CSS Effects: Photo Gallery",
    "platform": "Safari; iOS; macOS",
    "date": "2010-08-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLSprite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLSprite/GLSprite.zip",
    "title": "GLSprite",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "date": "2010-08-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Birthdays/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Birthdays/Birthdays.zip",
    "title": "Birthdays",
    "platform": "Safari; macOS",
    "topic": "Data Management",
    "date": "2010-07-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TemperatureTester/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TemperatureTester/TemperatureTester.zip",
    "title": "TemperatureTester",
    "platform": "Xcode Developer Tools",
    "topic": "Xcode; IDEs",
    "date": "2010-07-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLES2Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLES2Sample/GLES2Sample.zip",
    "title": "GLES2Sample",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGLES",
    "date": "2010-07-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLGravity/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLGravity/GLGravity.zip",
    "title": "GLGravity",
    "platform": "iOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGLES",
    "date": "2010-07-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Formulaic/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Formulaic/Formulaic.zip",
    "title": "Formulaic",
    "platform": "iOS",
    "topic": "General",
    "date": "2010-07-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TouchCells/Introduction/Intro.html",
    "title": "TouchCells",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2010-06-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Locations/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Locations/Locations.zip",
    "title": "Locations",
    "platform": "iOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2010-06-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HeaderFooter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HeaderFooter/HeaderFooter.zip",
    "title": "HeaderFooter",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2010-06-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CopyPasteTile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CopyPasteTile/CopyPasteTile.zip",
    "title": "CopyPasteTile",
    "platform": "iOS",
    "topic": "Data Management; Event Handling",
    "date": "2010-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AQOfflineRenderTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AQOfflineRenderTest/AQOfflineRenderTest.zip",
    "title": "AQOfflineRenderTest",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2010-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/URLCache/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/URLCache/URLCache.zip",
    "title": "URLCache",
    "platform": "iOS",
    "topic": "Performance",
    "date": "2010-06-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TransWeb/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TransWeb/TransWeb.zip",
    "title": "TransWeb",
    "platform": "iOS",
    "topic": "User Experience",
    "date": "2010-06-25; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HideImagesSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HideImagesSafariExtension/HideImagesSafariExtension.zip",
    "title": "Hide Images Safari Extension",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2010-06-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WhichWayIsUp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WhichWayIsUp/WhichWayIsUp.zip",
    "title": "WhichWayIsUp",
    "platform": "iOS",
    "topic": "Data Management; Device Information",
    "date": "2010-06-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrillDownSave/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DrillDownSave/DrillDownSave.zip",
    "title": "DrillDownSave",
    "platform": "iOS",
    "technology": "UIKit",
    "date": "2010-06-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Scrolling/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Scrolling/Scrolling.zip",
    "title": "Scrolling",
    "platform": "iOS",
    "topic": "User Experience; Windows & Views",
    "date": "2010-06-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoOverlays/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoOverlays/HTML5VideoOverlays.zip",
    "title": "HTML5VideoOverlays",
    "platform": "Safari; iOS; macOS",
    "date": "2010-06-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MailComposer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MailComposer/MailComposer.zip",
    "title": "MailComposer",
    "platform": "iOS",
    "technology": "MessageUI",
    "date": "2010-06-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/cssEffectsPart1/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/cssEffectsPart1/cssEffectsPart1.zip",
    "title": "CSS Showcase: UI Elements and Navigation",
    "platform": "Safari; macOS",
    "date": "2010-06-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BonjourWeb/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BonjourWeb/BonjourWeb.zip",
    "title": "BonjourWeb",
    "platform": "iOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2010-06-16; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReloadSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReloadSafariExtension/ReloadSafariExtension.zip",
    "title": "Reload Safari Extension",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MessagesSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MessagesSafariExtension/MessagesSafariExtension.zip",
    "title": "Messages Safari Extension",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FavoritesSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FavoritesSafariExtension/FavoritesSafariExtension.zip",
    "title": "Favorites Safari Extension",
    "platform": "Safari; macOS",
    "topic": "General",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ContactsSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ContactsSafariExtension/ContactsSafariExtension.zip",
    "title": "Contacts Safari Extension",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CloseTabSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CloseTabSafariExtension/CloseTabSafariExtension.zip",
    "title": "Close Tab Safari Extension",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlockerSafariExtension/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlockerSafariExtension/BlockerSafariExtension.zip",
    "title": "Blocker Safari Extension",
    "platform": "Safari",
    "topic": "User Experience",
    "date": "2010-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Droste/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Droste/Droste.zip",
    "title": "Droste image processing effect",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2010-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UIElementInspector/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UIElementInspector/UIElementInspector.zip",
    "title": "UIElementInspector",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "technology": "ApplicationServices",
    "date": "2010-06-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTMetadataEditor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTMetadataEditor/QTMetadataEditor.zip",
    "title": "QTMetadataEditor",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2010-05-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextureUpload/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextureUpload/TextureUpload.zip",
    "title": "TextureUpload",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2010-05-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ElectricImageComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ElectricImageComponent/ElectricImageComponent.zip",
    "title": "ElectricImageComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2010-05-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFPreferences/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFPreferences/CFPreferences.zip",
    "title": "CFPreferences",
    "platform": "macOS",
    "technology": "CoreFoundation",
    "date": "2010-05-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Trailers.dcproj/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Trailers.dcproj/Trailers.dcproj.zip",
    "title": "Trailers",
    "platform": "Safari (Mobile); Safari; Xcode Developer Tools",
    "topic": "Xcode; IDEs",
    "date": "2010-04-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CGRotation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CGRotation/CGRotation.zip",
    "title": "Quartz 2D Transformer",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2010-04-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationText/CoreAnimationText.zip",
    "title": "CoreAnimationText",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2010-04-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PredicateEditorSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PredicateEditorSample/PredicateEditorSample.zip",
    "title": "PredicateEditorSample",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2010-03-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTML5VideoPlayer/HTML5VideoPlayer.zip",
    "title": "ConcertDemo",
    "platform": "Safari; macOS",
    "date": "2010-02-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MassiveImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MassiveImage/MassiveImage.zip",
    "title": "MassiveImage",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2010-01-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIDemoImageUnit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIDemoImageUnit/CIDemoImageUnit.zip",
    "title": "CIDemoImageUnit",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2010-01-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/gpu_histogram/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/gpu_histogram/gpu_histogram.zip",
    "title": "GPU Histogram",
    "platform": "macOS",
    "topic": "General",
    "technology": "OpenCL",
    "date": "2010-01-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageExporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageExporter/ImageExporter.zip",
    "title": "Quartz Composer ImageExporter",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPatch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPatch/iPatch.zip",
    "title": "Quartz Composer iPatch",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightSearch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightSearch/SpotlightSearch.zip",
    "title": "Quartz Composer SpotlightSearch",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpeechSynthesis/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpeechSynthesis/SpeechSynthesis.zip",
    "title": "Quartz Composer SpeechSynthesis",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleText/SimpleText.zip",
    "title": "Quartz Composer SimpleText",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SQLiteQuery/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SQLiteQuery/SQLiteQuery.zip",
    "title": "Quartz Composer SQLiteQuery",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MiniSOAP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MiniSOAP/MiniSOAP.zip",
    "title": "Quartz Composer MiniSOAP",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageInfo/ImageInfo.zip",
    "title": "Quartz Composer ImageInfo",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IMStatus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IMStatus/IMStatus.zip",
    "title": "Quartz Composer IMStatus",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HistogramOperation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HistogramOperation/HistogramOperation.zip",
    "title": "Quartz Composer HistogramOperation",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLSquare/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLSquare/GLSquare.zip",
    "title": "Quartz Composer GLSquare",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLImage/GLImage.zip",
    "title": "Quartz Composer GLImage",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLHeightField/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLHeightField/GLHeightField.zip",
    "title": "Quartz Composer GLHeightField",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FastImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FastImage/FastImage.zip",
    "title": "Quartz Composer FastImage",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Core_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Core_Image/Core_Image.zip",
    "title": "Quartz Composer Core Image",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CommandLineTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CommandLineTool/CommandLineTool.zip",
    "title": "Quartz Composer CommandLineTool",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BatteryInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BatteryInfo/BatteryInfo.zip",
    "title": "Quartz Composer BatteryInfo",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Texture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Texture/Texture.zip",
    "title": "Quartz Composer Texture",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlideShow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SlideShow/SlideShow.zip",
    "title": "Quartz Composer SlideShow",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RepositoryBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RepositoryBrowser/RepositoryBrowser.zip",
    "title": "Quartz Composer RepositoryBrowser",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Poster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Poster/Poster.zip",
    "title": "Quartz Composer Poster",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Player/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Player/Player.zip",
    "title": "Quartz Composer Player",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ParameterView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ParameterView/ParameterView.zip",
    "title": "Quartz Composer ParameterView",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OverlayComposition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OverlayComposition/OverlayComposition.zip",
    "title": "Quartz Composer OverlayComposition",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL/OpenCL.zip",
    "title": "Quartz Composer OpenCL",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Offline/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Offline/Offline.zip",
    "title": "Quartz Composer Offline",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MiniBooth/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MiniBooth/MiniBooth.zip",
    "title": "Quartz Composer MiniBooth",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LiveEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LiveEdit/LiveEdit.zip",
    "title": "Quartz Composer LiveEdit",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageResizer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageResizer/ImageResizer.zip",
    "title": "Quartz Composer ImageResizer",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageFX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageFX/ImageFX.zip",
    "title": "Quartz Composer ImageFX",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DesktopRenderer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DesktopRenderer/DesktopRenderer.zip",
    "title": "Quartz Composer DesktopRenderer",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Conceptual/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Conceptual/Conceptual.zip",
    "title": "Quartz Composer Conceptual Compositions",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Chart/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Chart/Chart.zip",
    "title": "Quartz Composer Chart",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedCompositionLayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AnimatedCompositionLayer/AnimatedCompositionLayer.zip",
    "title": "Quartz Composer AnimatedCompostionLayer",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2009-10-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreImage101/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCoreImage101/QTCoreImage101.zip",
    "title": "QTCoreImage101",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "QuartzCore",
    "date": "2009-10-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ASOCTaskList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ASOCTaskList/ASOCTaskList.zip",
    "title": "ASOCTaskList",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2009-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_StickiesWithCoreData/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_StickiesWithCoreData/SyncServices_StickiesWithCoreData.zip",
    "title": "StickiesWithCoreData",
    "platform": "macOS",
    "topic": "Data Management; Syncing",
    "technology": "SyncServices",
    "date": "2009-10-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_SimpleStickies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_SimpleStickies/SyncServices_SimpleStickies.zip",
    "title": "SimpleStickies",
    "platform": "macOS",
    "topic": "Data Management; Syncing",
    "technology": "SyncServices",
    "date": "2009-10-14; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Noise_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Noise_Example/OpenCL_Procedural_Noise_Example.zip",
    "title": "OpenCL Procedural Noise Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2009-10-09; Minor Change"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 6 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Utilities/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Utilities/HID_Utilities.zip",
    "title": "HID Utilities",
    "platform": "macOS",
    "technology": "IOKit",
    "date": "2009-10-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddMusic/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddMusic/AddMusic.zip",
    "title": "AddMusic",
    "platform": "iOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "date": "2009-10-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Parallel_Reduction_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Parallel_Reduction_Example/OpenCL_Parallel_Reduction_Example.zip",
    "title": "OpenCL Parallel Reduction Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2009-09-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Trajectories/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Trajectories/Trajectories.zip",
    "title": "Trajectories",
    "platform": "macOS",
    "technology": "OpenCL",
    "date": "2009-09-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Geometric_Displacement_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Procedural_Geometric_Displacement_Example/OpenCL_Procedural_Geometric_Displacement_Example.zip",
    "title": "OpenCL Procedural Geometric Displacement Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2009-09-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/STUCOtherDeviceTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/STUCOtherDeviceTool/STUCOtherDeviceTool.zip",
    "title": "STUCOtherDeviceTool",
    "platform": "macOS",
    "technology": "IOKit",
    "date": "2009-09-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dispatch_Compared/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dispatch_Compared/Dispatch_Compared.zip",
    "title": "Dispatch_Compared",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "System",
    "date": "2009-09-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIRAWFilterSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIRAWFilterSample/CIRAWFilterSample.zip",
    "title": "CIRAWFilterSample",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2009-09-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIChromaKeyFilter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIChromaKeyFilter/CIChromaKeyFilter.zip",
    "title": "CIChromaKeyFilter",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "QuartzCore",
    "date": "2009-08-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Deva_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Deva_Example/Deva_Example.zip",
    "title": "Deva_Example",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Hardware",
    "technology": "IOKit",
    "date": "2009-08-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/STUCAuthoringDeviceTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/STUCAuthoringDeviceTool/STUCAuthoringDeviceTool.zip",
    "title": "STUCAuthoringDeviceTool",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2009-07-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/STUCAuthoringDeviceCocoaSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/STUCAuthoringDeviceCocoaSample/STUCAuthoringDeviceCocoaSample.zip",
    "title": "STUCAuthoringDeviceCocoaSample",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2009-07-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FinalCutPro_AppleEvents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FinalCutPro_AppleEvents/FinalCutPro_AppleEvents.zip",
    "title": "FinalCutPro_AppleEvents",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2009-07-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AbstractTree/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AbstractTree/AbstractTree.zip",
    "title": "AbstractTree",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2009-07-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReplicatorDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReplicatorDemo/ReplicatorDemo.zip",
    "title": "ReplicatorDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2009-07-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_People/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SyncServices_People/SyncServices_People.zip",
    "title": "People",
    "platform": "macOS",
    "topic": "Data Management; Syncing",
    "technology": "SyncServices",
    "date": "2009-07-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sketch+Accessibility/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sketch+Accessibility/Sketch+Accessibility.zip",
    "title": "Sketch+Accessibility",
    "platform": "macOS",
    "topic": "User Experience; Accessibility",
    "date": "2009-07-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLUTStereo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLUTStereo/GLUTStereo.zip",
    "title": "GLUTStereo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2009-07-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageMap/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageMap/ImageMap.zip",
    "title": "ImageMap",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2009-06-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dicey/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dicey/Dicey.zip",
    "title": "Dicey",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "AppKit",
    "date": "2009-06-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GKTank/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GKTank/GKTank.zip",
    "title": "GKTank",
    "platform": "iOS",
    "technology": "GameCenter",
    "date": "2009-06-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DispatchFractal/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DispatchFractal/DispatchFractal.zip",
    "title": "DispatchFractal",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2009-06-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageKitDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageKitDemo/ImageKitDemo.zip",
    "title": "ImageKitDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2009-06-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PTPPassThrough/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PTPPassThrough/PTPPassThrough.zip",
    "title": "PTPPassThrough",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2009-06-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictureSharingBrowser/Introduction/Intro.html",
    "title": "PictureSharingBrowser",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2009-06-04; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZipBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZipBrowser/ZipBrowser.zip",
    "title": "ZipBrowser",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2009-06-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RadiantColorPicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RadiantColorPicker/RadiantColorPicker.zip",
    "title": "RadiantColorPicker",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2009-05-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dispatch_Samples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dispatch_Samples/Dispatch_Samples.zip",
    "title": "Dispatch_Samples",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2009-05-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DispatchWebServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DispatchWebServer/DispatchWebServer.zip",
    "title": "DispatchWebServer",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2009-05-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DispatchLife/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DispatchLife/DispatchLife.zip",
    "title": "DispatchLife",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2009-05-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClockControlPalette/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClockControlPalette/ClockControlPalette.zip",
    "title": "ClockControlPalette",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2009-05-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleImageFilter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleImageFilter/SimpleImageFilter.zip",
    "title": "SimpleImageFilter",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2009-05-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ForwardInvocation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ForwardInvocation/ForwardInvocation.zip",
    "title": "ForwardInvocation",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2009-05-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClockControl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClockControl/ClockControl.zip",
    "title": "ClockControl",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2009-05-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/String/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/String/String.zip",
    "title": "String",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "Foundation",
    "date": "2009-05-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Matrix_Transpose_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenCL_Matrix_Transpose_Example/OpenCL_Matrix_Transpose_Example.zip",
    "title": "OpenCL Matrix Transpose Example",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenCL",
    "date": "2009-05-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleScriptingPlugin/SimpleScriptingPlugin.zip",
    "title": "SimpleScriptingPlugin",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2009-05-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickLookSketch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickLookSketch/QuickLookSketch.zip",
    "title": "QuickLookSketch",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "QuickLook",
    "date": "2009-05-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PersistentDocumentFileWrappers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PersistentDocumentFileWrappers/PersistentDocumentFileWrappers.zip",
    "title": "File Wrappers with Core Data Documents",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreData",
    "date": "2009-04-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioReflectorDriver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioReflectorDriver/AudioReflectorDriver.zip",
    "title": "AudioReflectorDriver",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "IOKit",
    "date": "2009-04-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ASCIIMoviePlayerSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ASCIIMoviePlayerSample/ASCIIMoviePlayerSample.zip",
    "title": "ASCIIMoviePlayerSample",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2009-04-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WaveformViewDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WaveformViewDemo/WaveformViewDemo.zip",
    "title": "WaveformViewDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleHardwarePlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleHardwarePlugIn/SampleHardwarePlugIn.zip",
    "title": "SampleHardwarePlugIn",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleDriverPlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleDriverPlugIn/SampleDriverPlugIn.zip",
    "title": "SampleDriverPlugIn",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlaySoftMIDI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlaySoftMIDI/PlaySoftMIDI.zip",
    "title": "PlaySoftMIDI",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MixMash/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MixMash/MixMash.zip",
    "title": "MixMash",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HALExamples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HALExamples/HALExamples.zip",
    "title": "HALExamples",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreAudio",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DiagnosticAUs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DiagnosticAUs/DiagnosticAUs.zip",
    "title": "DiagnosticAUs",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DefaultOutputUnit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DefaultOutputUnit/DefaultOutputUnit.zip",
    "title": "DefaultOutputUnit",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaAUHost/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaAUHost/CocoaAUHost.zip",
    "title": "CocoaAUHost",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioUnit",
    "date": "2009-04-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCarbonShell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCarbonShell/QTCarbonShell.zip",
    "title": "QTCarbonShell",
    "platform": "macOS",
    "date": "2009-03-19; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBMIDIDriver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleUSBMIDIDriver/SampleUSBMIDIDriver.zip",
    "title": "SampleUSBMIDIDriver",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "CoreMIDI",
    "date": "2009-03-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTMetaData/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTMetaData/QTMetaData.zip",
    "title": "QTMetaData",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2009-03-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PMPrinterTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PMPrinterTest/PMPrinterTest.zip",
    "title": "PMPrinterTest",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "ApplicationServices",
    "date": "2009-02-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FingerTips/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FingerTips/FingerTips.zip",
    "title": "FingerTips",
    "platform": "Safari",
    "date": "2008-12-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlideMe/Introduction/Intro.html",
    "title": "SlideMe",
    "platform": "Safari",
    "topic": "User Experience",
    "date": "2008-09-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleUserClient/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleUserClient/SimpleUserClient.zip",
    "title": "SimpleUserClient",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2008-08-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CSS_Transforms_Transitions_and_Web_Fonts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CSS_Transforms_Transitions_and_Web_Fonts/CSS_Transforms_Transitions_and_Web_Fonts.zip",
    "title": "PhotoToss: CSS Transforms, Transitions, and Web Fonts",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2008-08-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLScreenSnapshot/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLScreenSnapshot/OpenGLScreenSnapshot.zip",
    "title": "OpenGLScreenSnapshot",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-08-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTML_video_with_CSS_effects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTML_video_with_CSS_effects/HTML_video_with_CSS_effects.zip",
    "title": "iPodNanos",
    "platform": "Safari; iOS; macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2008-08-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreImageGLTextureFBO/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreImageGLTextureFBO/CoreImageGLTextureFBO.zip",
    "title": "CoreImageGLTextureFBO",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-07-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLSLBasicsCocoaDL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLSLBasicsCocoaDL/GLSLBasicsCocoaDL.zip",
    "title": "GLSL Basics Cocoa",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-07-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reminders/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reminders/Reminders.zip",
    "title": "Reminders",
    "platform": "macOS",
    "technology": "System",
    "date": "2008-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PortMapper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PortMapper/PortMapper.zip",
    "title": "PortMapper",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "date": "2008-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IKImageBrowserViewWithCoreData/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IKImageBrowserViewWithCoreData/IKImageBrowserViewWithCoreData.zip",
    "title": "ImageKit with Core Data",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2008-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Movie_Overlay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Movie_Overlay/Movie_Overlay.zip",
    "title": "Movie Overlay",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AppKit",
    "date": "2008-07-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneIntegration/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneIntegration/iPhoneIntegration.zip",
    "title": "iPhoneIntegration",
    "platform": "Safari; iOS",
    "topic": "General",
    "date": "2008-06-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrillDown/Introduction/Intro.html",
    "title": "DrillDown",
    "platform": "Safari",
    "date": "2008-06-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PosterCircle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PosterCircle/PosterCircle.zip",
    "title": "PosterCircle",
    "platform": "Safari; iOS",
    "date": "2008-06-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CardFlip/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CardFlip/CardFlip.zip",
    "title": "CardFlip",
    "platform": "Safari; iOS",
    "date": "2008-06-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BootstrapDump/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BootstrapDump/BootstrapDump.zip",
    "title": "BootstrapDump",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2008-06-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FinalCutServerIntegrationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FinalCutServerIntegrationSample/FinalCutServerIntegrationSample.zip",
    "title": "FinalCutServerIntegrationSample",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Server",
    "date": "2008-06-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightFortunes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightFortunes/SpotlightFortunes.zip",
    "title": "SpotlightFortunes",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "AppKit",
    "date": "2008-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SIMDPrimer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SIMDPrimer/SIMDPrimer.zip",
    "title": "SIMD Primer",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "Accelerate",
    "date": "2008-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CacheInfo-MacOSX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CacheInfo-MacOSX/CacheInfo-MacOSX.zip",
    "title": "URL CacheInfo",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2008-06-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Interaction/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Interaction/Interaction.zip",
    "title": "Quartz Composer WWDC 2008 Interaction",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2008-06-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KerberosGSS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KerberosGSS/KerberosGSS.zip",
    "title": "Kerberos GSS",
    "platform": "macOS",
    "topic": "Security",
    "date": "2008-06-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WikiServerSampleTheme2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WikiServerSampleTheme2/WikiServerSampleTheme2.zip",
    "title": "WikiSampleThemeWithJavaScript",
    "platform": "macOS",
    "topic": "System Administration; Mac OS X Server Administration",
    "date": "2008-06-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WikiServerSampleTheme1/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WikiServerSampleTheme1/WikiServerSampleTheme1.zip",
    "title": "WikiSampleThemeWithCSS",
    "platform": "macOS",
    "topic": "System Administration; Mac OS X Server Administration",
    "date": "2008-06-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTML_video_example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTML_video_example/HTML_video_example.zip",
    "title": "HTML Video Example",
    "platform": "Safari",
    "date": "2008-06-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BordersAndTitles/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BordersAndTitles/BordersAndTitles.zip",
    "title": "Aperture Edit Plugin - Borders & Titles",
    "platform": "macOS",
    "topic": "Apple Applications; Aperture",
    "date": "2008-06-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyMovieFilter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyMovieFilter/MyMovieFilter.zip",
    "title": "MyMovieFilter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2008-06-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GammaFilterforFxPlugandAE/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GammaFilterforFxPlugandAE/GammaFilterforFxPlugandAE.zip",
    "title": "Gamma Filter for FxPlug and AE",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2008-06-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingDefinitions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScriptingDefinitions/ScriptingDefinitions.zip",
    "title": "ScriptingDefinitions",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2008-05-30; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AlbumToSlideshow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AlbumToSlideshow/AlbumToSlideshow.zip",
    "title": "AlbumToSlideshow",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2008-05-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Leaves/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Leaves/Leaves.zip",
    "title": "Leaves",
    "platform": "Safari; macOS",
    "date": "2008-05-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleScannerApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleScannerApp/SampleScannerApp.zip",
    "title": "SampleScannerApp",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2008-05-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Explorer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Explorer/HID_Explorer.zip",
    "title": "HID Explorer",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2008-05-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer/LiveVideoMixer.zip",
    "title": "LiveVideoMixer",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-04-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIColorTracking/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIColorTracking/CIColorTracking.zip",
    "title": "CIColorTracking",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "QuartzCore",
    "date": "2008-04-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UTXplorer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UTXplorer/UTXplorer.zip",
    "title": "UTXplorer",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2008-03-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NumberInput_IMKit_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NumberInput_IMKit_Sample/NumberInput_IMKit_Sample.zip",
    "title": "NumberInput_IMKit_Sample",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "InputMethodKit",
    "date": "2008-03-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CryptNoMore/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CryptNoMore/CryptNoMore.zip",
    "title": "CryptNoMore",
    "platform": "macOS",
    "topic": "Security",
    "technology": "DirectoryService",
    "date": "2008-03-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoaTempConverter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoaTempConverter/CarbonCocoaTempConverter.zip",
    "title": "CarbonCocoaTempConverter",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "AppKit",
    "date": "2008-03-10; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSMegaInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSMegaInfo/FSMegaInfo.zip",
    "title": "FSMegaInfo",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "date": "2008-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCompressionOptionsWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCompressionOptionsWindow/QTCompressionOptionsWindow.zip",
    "title": "QTCompressionOptionsWindow",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2008-02-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OutputBins2PDE/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OutputBins2PDE/OutputBins2PDE.zip",
    "title": "OutputBins2PDE",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "AppKit",
    "date": "2008-02-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/glut/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/glut/glut.zip",
    "title": "GLUT",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-02-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ProgressBar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ProgressBar/ProgressBar.zip",
    "title": "ProgressBar",
    "platform": "Safari; macOS",
    "topic": "User Experience",
    "date": "2008-02-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLFilterBasicsCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLFilterBasicsCocoa/OpenGLFilterBasicsCocoa.zip",
    "title": "OpenGL Filter Basics Cocoa",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2008-02-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTControlCommandLine/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTControlCommandLine/QTControlCommandLine.zip",
    "title": "QTControlCommandLine",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2008-01-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTAudioContextInsert/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTAudioContextInsert/QTAudioContextInsert.zip",
    "title": "QTAudioContextInsert",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2008-01-21; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GeekGameBoard/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GeekGameBoard/GeekGameBoard.zip",
    "title": "GeekGameBoard",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2007-12-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneOrientation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneOrientation/iPhoneOrientation.zip",
    "title": "iPhoneOrientation",
    "platform": "Safari; iOS",
    "topic": "User Experience",
    "date": "2007-12-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneButtons/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneButtons/iPhoneButtons.zip",
    "title": "iPhoneButtons",
    "platform": "Safari",
    "topic": "General",
    "date": "2007-12-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BetterAuthorizationSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BetterAuthorizationSample/BetterAuthorizationSample.zip",
    "title": "BetterAuthorizationSample",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2007-11-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HackTVCarbon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HackTVCarbon/HackTVCarbon.zip",
    "title": "HackTV Carbon",
    "platform": "macOS",
    "date": "2007-11-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClosedCaptionImporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClosedCaptionImporter/ClosedCaptionImporter.zip",
    "title": "ClosedCaptionImporter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2007-11-15; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StillMotion/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StillMotion/StillMotion.zip",
    "title": "StillMotion",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-11-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JavaEOGenerator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JavaEOGenerator/JavaEOGenerator.zip",
    "title": "JavaEOGenerator",
    "platform": "macOS",
    "date": "2007-11-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieAssembler/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieAssembler/MovieAssembler.zip",
    "title": "MovieAssembler",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2007-11-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BoingX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BoingX/BoingX.zip",
    "title": "BoingX",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2007-11-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLSLShowpieceLite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLSLShowpieceLite/GLSLShowpieceLite.zip",
    "title": "GLSL Showpiece Lite",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2007-11-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFProxySupportTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFProxySupportTool/CFProxySupportTool.zip",
    "title": "CFProxySupportTool",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "technology": "CoreServices",
    "date": "2007-10-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Puzzler/Introduction/Intro.html",
    "title": "Puzzler",
    "platform": "Safari",
    "topic": "General",
    "date": "2007-10-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iSudoku/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iSudoku/iSudoku.zip",
    "title": "iSudoku",
    "platform": "Safari; iOS",
    "topic": "General",
    "date": "2007-10-29; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaGL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaGL/CocoaGL.zip",
    "title": "Cocoa OpenGL",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2007-10-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitThreadsExporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitThreadsExporter/QTKitThreadsExporter.zip",
    "title": "QTKitThreadsExporter",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-10-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneListPatterns/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iPhoneListPatterns/iPhoneListPatterns.zip",
    "title": "iPhoneListPatterns",
    "platform": "Safari; iOS",
    "topic": "User Experience",
    "date": "2007-10-08; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CIVideoDemoGL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CIVideoDemoGL/CIVideoDemoGL.zip",
    "title": "CIVideoDemoGL",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QuartzCore",
    "date": "2007-10-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationQuickTimeLayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreAnimationQuickTimeLayer/CoreAnimationQuickTimeLayer.zip",
    "title": "Core Animation QuickTime Layer",
    "platform": "macOS",
    "topic": "Graphics & Animation; Animation",
    "technology": "QuartzCore",
    "date": "2007-09-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DTSCarbonShell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DTSCarbonShell/DTSCarbonShell.zip",
    "title": "DTSCarbonShell",
    "platform": "macOS",
    "date": "2007-09-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitTimeCode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitTimeCode/QTKitTimeCode.zip",
    "title": "QTKitTimeCode",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-09-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fiendishthngs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fiendishthngs/Fiendishthngs.zip",
    "title": "Fiendishthngs",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2007-09-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fader/Fader.zip",
    "title": "Fader",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-09-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Quartz2DShadings/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Quartz2DShadings/Quartz2DShadings.zip",
    "title": "Quartz 2D Shadings",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2007-08-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitMovieFrameImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitMovieFrameImage/QTKitMovieFrameImage.zip",
    "title": "QTKitMovieFrameImage",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-08-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieFromReferences/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieFromReferences/CreateMovieFromReferences.zip",
    "title": "CreateMovieFromReferences",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2007-08-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitPlayer/QTKitPlayer.zip",
    "title": "QTKitPlayer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-08-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitCreateMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitCreateMovie/QTKitCreateMovie.zip",
    "title": "QTKitCreateMovie",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2007-08-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLScreenCapture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLScreenCapture/OpenGLScreenCapture.zip",
    "title": "OpenGLCaptureToMovie",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2007-08-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCaptureWidget/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCaptureWidget/QTCaptureWidget.zip",
    "title": "QT Capture Widget",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-08-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CaptureAndCompressIPBMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CaptureAndCompressIPBMovie/CaptureAndCompressIPBMovie.zip",
    "title": "CaptureAndCompressIPBMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2007-08-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/makeiPhoneRefMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/makeiPhoneRefMovie/makeiPhoneRefMovie.zip",
    "title": "MakeiPhoneRefMovie",
    "platform": "Safari; macOS",
    "technology": "QuickTime",
    "date": "2007-08-03; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonPrintingSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonPrintingSample/CarbonPrintingSample.zip",
    "title": "Cocoa PDE with Carbon Printing",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "AppKit",
    "date": "2007-07-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomMediaIcons/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomMediaIcons/CustomMediaIcons.zip",
    "title": "CustomMediaIcons",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2007-07-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GoodbyeWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GoodbyeWorld/GoodbyeWorld.zip",
    "title": "Goodbye World",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2007-06-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Voices/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Voices/Voices.zip",
    "title": "Voices",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2007-06-25; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloWelt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloWelt/HelloWelt.zip",
    "title": "Hello Welt",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2007-06-25; Content Update"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 7 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JavaFrameEmbeddingDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JavaFrameEmbeddingDemo/JavaFrameEmbeddingDemo.zip",
    "title": "JavaFrameEmbedding example",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2007-06-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AutomatorHandsOn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AutomatorHandsOn/AutomatorHandsOn.zip",
    "title": "AutomatorHandsOn",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Automator",
    "date": "2007-06-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ApplyFirmwarePassword/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ApplyFirmwarePassword/ApplyFirmwarePassword.zip",
    "title": "Apply Firmware Password",
    "platform": "macOS",
    "topic": "System Administration; Mac OS X Server Administration",
    "date": "2007-06-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerSamplePatches/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerSamplePatches/QuartzComposerSamplePatches.zip",
    "title": "QuartzComposerSamplePatches",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2007-06-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PinBallHighScores/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PinBallHighScores/PinBallHighScores.zip",
    "title": "Quartz Composer WWDC 2007 High Scores",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2007-06-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FancyEditingToolbar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FancyEditingToolbar/FancyEditingToolbar.zip",
    "title": "HTML Editing Toolbar",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-06-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomAtomicStoreSubclass/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomAtomicStoreSubclass/CustomAtomicStoreSubclass.zip",
    "title": "CustomAtomicStoreSubclass",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreData",
    "date": "2007-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ApertureResizer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ApertureResizer/ApertureResizer.zip",
    "title": "Aperture Image Resizer",
    "platform": "macOS",
    "topic": "Apple Applications; Aperture",
    "date": "2007-06-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreSCF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreSCF/MoreSCF.zip",
    "title": "MoreSCF",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "SystemConfiguration",
    "date": "2007-06-07; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JSPong/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JSPong/JSPong.zip",
    "title": "JSPong",
    "platform": "macOS",
    "topic": "Languages & Utilities; Other Languages",
    "technology": "JavaScriptCore",
    "date": "2007-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JSInterpreter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JSInterpreter/JSInterpreter.zip",
    "title": "JSInterpreter",
    "platform": "macOS",
    "topic": "Languages & Utilities; Other Languages",
    "technology": "JavaScriptCore",
    "date": "2007-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginWithJavaScript/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginWithJavaScript/WebKitPluginWithJavaScript.zip",
    "title": "WebKitPluginWithJavaScript",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-06-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginStarter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginStarter/WebKitPluginStarter.zip",
    "title": "WebKitPluginStarter",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-06-06; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginWithSimpleGUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WebKitPluginWithSimpleGUI/WebKitPluginWithSimpleGUI.zip",
    "title": "WebKitPluginWithSimpleGUI",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2007-06-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextArc/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextArc/CoreTextArc.zip",
    "title": "CoreTextArc",
    "platform": "macOS",
    "topic": "User Experience; Text Layout",
    "technology": "ApplicationServices",
    "date": "2007-06-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimelineToTC/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimelineToTC/TimelineToTC.zip",
    "title": "TimelineToTC",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2007-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AFWAVendorSpecificDriver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AFWAVendorSpecificDriver/AFWAVendorSpecificDriver.zip",
    "title": "AppleFWAudio Vendor Specific Override Driver",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2007-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OSXAdapter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OSXAdapter/OSXAdapter.zip",
    "title": "OSXAdapter",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2007-06-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NewsReader/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NewsReader/NewsReader.zip",
    "title": "NewsReader",
    "platform": "macOS",
    "technology": "PublicationSubscription",
    "date": "2007-06-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTMLStore/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTMLStore/HTMLStore.zip",
    "title": "Core Data HTML Store",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2007-06-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DepartmentAndEmployees/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DepartmentAndEmployees/DepartmentAndEmployees.zip",
    "title": "Departments and Employees",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "CoreData",
    "date": "2007-05-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CrossEvents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CrossEvents/CrossEvents.zip",
    "title": "CrossEvents",
    "platform": "macOS",
    "date": "2007-05-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SMARTQuery/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SMARTQuery/SMARTQuery.zip",
    "title": "SMARTQuery",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2007-05-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIView-NSView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIView-NSView/HIView-NSView.zip",
    "title": "HIView-NSView",
    "platform": "macOS",
    "date": "2007-05-29; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StarMenu/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StarMenu/StarMenu.zip",
    "title": "StarMenu",
    "platform": "macOS",
    "date": "2007-05-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoHardwareInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoHardwareInfo/VideoHardwareInfo.zip",
    "title": "VideoHardwareInfo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2007-05-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LSMSmartCategorizer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LSMSmartCategorizer/LSMSmartCategorizer.zip",
    "title": "LSMSmartCategorizer",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "LatentSemanticMapping",
    "date": "2007-05-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIFleetingControls/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIFleetingControls/HIFleetingControls.zip",
    "title": "HIFleetingControls",
    "platform": "macOS",
    "date": "2007-05-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MultiprecisionFP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MultiprecisionFP/MultiprecisionFP.zip",
    "title": "MultiprecisionFP",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2007-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AESendThreadSafe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AESendThreadSafe/AESendThreadSafe.zip",
    "title": "AESendThreadSafe",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ApplicationServices",
    "date": "2007-03-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCarbonAppleScript/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCarbonAppleScript/SimpleCarbonAppleScript.zip",
    "title": "SimpleCarbonAppleScript",
    "platform": "macOS",
    "date": "2007-03-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RecordAudioToFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RecordAudioToFile/RecordAudioToFile.zip",
    "title": "RecordAudioToFile",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2007-02-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSIHBAEmulator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSIHBAEmulator/SCSIHBAEmulator.zip",
    "title": "SCSIHBAEmulator",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2007-02-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSReplaceObject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSReplaceObject/FSReplaceObject.zip",
    "title": "FSReplaceObject",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2007-02-14; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoa_PictureCursor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoa_PictureCursor/CarbonCocoa_PictureCursor.zip",
    "title": "CarbonCocoa_PictureCursor",
    "platform": "macOS",
    "date": "2007-01-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreTextTest/CoreTextTest.zip",
    "title": "CoreTextTest",
    "platform": "macOS",
    "topic": "User Experience; Text Layout",
    "technology": "ApplicationServices",
    "date": "2006-12-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSIOldAndNew/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSIOldAndNew/SCSIOldAndNew.zip",
    "title": "SCSIOldAndNew",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2006-12-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetMouseAcclSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetMouseAcclSample/SetMouseAcclSample.zip",
    "title": "SetMouseAcclSample",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2006-11-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/tcplognke/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/tcplognke/tcplognke.zip",
    "title": "tcplognke",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Network Kernel Extensions",
    "technology": "Kernel",
    "date": "2006-11-27; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MFSLives/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MFSLives/MFSLives.zip",
    "title": "MFSLives",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "date": "2006-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LittleArrowsShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LittleArrowsShowcase/LittleArrowsShowcase.zip",
    "title": "LittleArrowsShowcase",
    "platform": "macOS",
    "date": "2006-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EmptyFS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EmptyFS/EmptyFS.zip",
    "title": "EmptyFS",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "date": "2006-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTExtractAndConvertToMovieFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTExtractAndConvertToMovieFile/QTExtractAndConvertToMovieFile.zip",
    "title": "QTExtractAndConvertToMovieFile",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "AudioToolbox",
    "date": "2006-11-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SeeMyFriends/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SeeMyFriends/SeeMyFriends.zip",
    "title": "SeeMyFriends",
    "platform": "macOS",
    "topic": "Data Management; Syncing",
    "technology": "SyncServices",
    "date": "2006-10-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VolumeToBSDNode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VolumeToBSDNode/VolumeToBSDNode.zip",
    "title": "VolumeToBSDNode",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "IOKit",
    "date": "2006-10-16; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/USBPrivateDataSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/USBPrivateDataSample/USBPrivateDataSample.zip",
    "title": "USBPrivateDataSample",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2006-10-16; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFFTPSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFFTPSample/CFFTPSample.zip",
    "title": "CFFTPSample",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "CoreFoundation",
    "date": "2006-10-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFPrefTopScores/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFPrefTopScores/CFPrefTopScores.zip",
    "title": "CFPrefTopScores",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "CoreFoundation",
    "date": "2006-10-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleCMPlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleCMPlugIn/SampleCMPlugIn.zip",
    "title": "SampleCMPlugIn",
    "platform": "macOS",
    "date": "2006-10-09; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RecentItems/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RecentItems/RecentItems.zip",
    "title": "RecentItems",
    "platform": "macOS",
    "topic": "User Experience; Menus",
    "technology": "Carbon",
    "date": "2006-10-09; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageBackground/Introduction/Intro.html",
    "title": "ImageBackground",
    "platform": "macOS",
    "topic": "User Experience; Windows & Views",
    "technology": "AppKit",
    "date": "2006-10-02; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VendorSpecificType00/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VendorSpecificType00/VendorSpecificType00.zip",
    "title": "VendorSpecificType00",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2006-10-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PBORenderToVertexArray/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PBORenderToVertexArray/PBORenderToVertexArray.zip",
    "title": "PBORenderToVertexArray",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2006-10-02; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQuartzComposer_TV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQuartzComposer_TV/CarbonQuartzComposer_TV.zip",
    "title": "CarbonQuartzComposer_TV",
    "platform": "macOS",
    "date": "2006-10-02; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FBOBunnies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FBOBunnies/FBOBunnies.zip",
    "title": "FBOBunnies",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2006-09-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Quartz2DBasics/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Quartz2DBasics/Quartz2DBasics.zip",
    "title": "Quartz2DBasics",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2006-09-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InstallerPluginSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InstallerPluginSample/InstallerPluginSample.zip",
    "title": "InstallerPluginSample",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Languages & Utilities; Distribution Tools",
    "date": "2006-08-30; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/scaudiocompress/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/scaudiocompress/scaudiocompress.zip",
    "title": "SCAudioCompress",
    "platform": "macOS",
    "date": "2006-08-22; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QCGalaxy/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QCGalaxy/QCGalaxy.zip",
    "title": "Quartz Composer WWDC 2006 Galaxy",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2006-08-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WebKitDOMElementPlugIn/Introduction/Intro.html",
    "title": "WebKitDOMElementPlugIn",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "technology": "Security",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Watcher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Watcher/Watcher.zip",
    "title": "Watcher",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SayIt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SayIt/SayIt.zip",
    "title": "SayIt",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "technology": "WebKit",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIToolboxSOU-MenuItemViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIToolboxSOU-MenuItemViews/HIToolboxSOU-MenuItemViews.zip",
    "title": "HIToolboxSOU-MenuItemViews",
    "platform": "macOS",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIToolboxSOU-Delegates/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIToolboxSOU-Delegates/HIToolboxSOU-Delegates.zip",
    "title": "HIToolboxSOU-Delegates",
    "platform": "macOS",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ABPresence/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ABPresence/ABPresence.zip",
    "title": "ABPresence",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "InstantMessage",
    "date": "2006-08-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iSyncSampleDocument/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iSyncSampleDocument/iSyncSampleDocument.zip",
    "title": "iSync Sample Document",
    "platform": "macOS",
    "topic": "Data Management; Syncing",
    "technology": "SyncServices",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WritableFileDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WritableFileDemo/WritableFileDemo.zip",
    "title": "WritableFileDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TrackFormatDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TrackFormatDemo/TrackFormatDemo.zip",
    "title": "TrackFormatDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Syncer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Syncer/Syncer.zip",
    "title": "Syncer",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Resizer/Introduction/Intro.html",
    "title": "Resizer",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTNoStepsDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTNoStepsDemo/QTNoStepsDemo.zip",
    "title": "QTNoStepsDemo",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitThreadedExport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitThreadedExport/QTKitThreadedExport.zip",
    "title": "QTKitThreadedExport",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitButtonTester/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitButtonTester/QTKitButtonTester.zip",
    "title": "QTKitButtonTester",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MethodReplacement/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MethodReplacement/MethodReplacement.zip",
    "title": "MethodReplacement",
    "platform": "macOS",
    "topic": "Languages & Utilities; Objective-C",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer3/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer3/LiveVideoMixer3.zip",
    "title": "LiveVideoMixer3",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IBFragmentVIew/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IBFragmentVIew/IBFragmentVIew.zip",
    "title": "IBFragmentView",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlockAnimation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlockAnimation/BlockAnimation.zip",
    "title": "BlockAnimation",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-08-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetCustomIcon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetCustomIcon/SetCustomIcon.zip",
    "title": "SetCustomIcon",
    "platform": "macOS",
    "date": "2006-08-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDFCalendar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDFCalendar/PDFCalendar.zip",
    "title": "PDF Calendar",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2006-07-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppleScriptRunner/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppleScriptRunner/AppleScriptRunner.zip",
    "title": "AppleScriptRunner",
    "platform": "macOS",
    "date": "2006-07-31; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextEditPlus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextEditPlus/TextEditPlus.zip",
    "title": "TextEditPlus",
    "platform": "macOS",
    "date": "2006-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Processes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Processes/Processes.zip",
    "title": "Processes",
    "platform": "macOS",
    "date": "2006-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NameAndPassword/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NameAndPassword/NameAndPassword.zip",
    "title": "NameAndPassword",
    "platform": "macOS",
    "topic": "Security",
    "technology": "SecurityInterface",
    "date": "2006-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloStudio/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloStudio/HelloStudio.zip",
    "title": "HelloStudio",
    "platform": "macOS",
    "date": "2006-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCalendar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCalendar/SimpleCalendar.zip",
    "title": "SimpleCalendar",
    "platform": "macOS",
    "topic": "Data Management; Calendar Data",
    "technology": "CalendarStore",
    "date": "2006-07-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImagePicker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImagePicker/ImagePicker.zip",
    "title": "ImagePicker",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2006-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoaCoreImageTab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCocoaCoreImageTab/CarbonCocoaCoreImageTab.zip",
    "title": "CarbonCocoaCoreImageTab",
    "platform": "macOS",
    "date": "2006-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonPorting/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonPorting/CarbonPorting.zip",
    "title": "Carbon Porting Tutorial",
    "platform": "macOS",
    "date": "2006-07-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtdataexchange.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtdataexchange.win/qtdataexchange.win.zip",
    "title": "qtdataexchange.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2006-07-20; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLSLShowpiece/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLSLShowpiece/GLSLShowpiece.zip",
    "title": "GLSLShowpiece",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2006-07-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieVideoChart/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieVideoChart/MovieVideoChart.zip",
    "title": "MovieVideoChart",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-07-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JSheets/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JSheets/JSheets.zip",
    "title": "JSheets",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-07-11; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTPixelBufferVCToCGImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTPixelBufferVCToCGImage/QTPixelBufferVCToCGImage.zip",
    "title": "QTPixelBufferVCToCGImage",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-07-07; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimeCode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimeCode/TimeCode.zip",
    "title": "TimeCode",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTStreamingApplet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTStreamingApplet/QTStreamingApplet.zip",
    "title": "QTStreamingApplet",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSimpleApplet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSimpleApplet/QTSimpleApplet.zip",
    "title": "QTSimpleApplet",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageFile/ImageFile.zip",
    "title": "ImageFile",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-06-28; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddTextMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddTextMovie/AddTextMovie.zip",
    "title": "AddTextMovie",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-06-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Test64BitMultiprec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Test64BitMultiprec/Test64BitMultiprec.zip",
    "title": "Test64BitMultiprec",
    "platform": "macOS",
    "date": "2006-06-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimeCallbackDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimeCallbackDemo/TimeCallbackDemo.zip",
    "title": "TimeCallbackDemo",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayTune/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayTune/PlayTune.zip",
    "title": "PlayTune",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlaySound/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlaySound/PlaySound.zip",
    "title": "PlaySound",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovie/PlayMovie.zip",
    "title": "PlayMovie",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Music/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Music/Music.zip",
    "title": "Music",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieTextFinder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieTextFinder/MovieTextFinder.zip",
    "title": "MovieTextFinder",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieCallbacks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieCallbacks/MovieCallbacks.zip",
    "title": "MovieCallbacks",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KeyboardController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KeyboardController/KeyboardController.zip",
    "title": "KeyboardController",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImportExport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImportExport/ImportExport.zip",
    "title": "ImportExport",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DukeMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DukeMovie/DukeMovie.zip",
    "title": "DukeMovie",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomMedia/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomMedia/CustomMedia.zip",
    "title": "CustomMedia",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreatePictFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreatePictFile/CreatePictFile.zip",
    "title": "CreatePictFile",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-11; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LiveVideoMixer2/LiveVideoMixer2.zip",
    "title": "LiveVideoMixer2",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-05-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundRecord/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundRecord/SoundRecord.zip",
    "title": "SoundRecord",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundMemRecord/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundMemRecord/SoundMemRecord.zip",
    "title": "SoundMemRecord",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageProducing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageProducing/ImageProducing.zip",
    "title": "ImageProducing",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-05-05; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FractalPerformance/Introduction/Intro.html",
    "title": "Fractal Performance",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2006-04-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlockedEventQueue/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlockedEventQueue/BlockedEventQueue.zip",
    "title": "BlockedEventQueue",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-04-13; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/simpleJavaLauncher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/simpleJavaLauncher/simpleJavaLauncher.zip",
    "title": "simpleJavaLauncher",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SkyCreator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SkyCreator/SkyCreator.zip",
    "title": "SkyCreator",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QCCocoaComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QCCocoaComponent/QCCocoaComponent.zip",
    "title": "QCCocoaComponent",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JavaSplashScreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JavaSplashScreen/JavaSplashScreen.zip",
    "title": "JavaSplashScreen",
    "platform": "macOS",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelpHook/Introduction/Intro.html",
    "title": "HelpHook",
    "platform": "macOS",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CWCocoaComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CWCocoaComponent/CWCocoaComponent.zip",
    "title": "CWCocoaComponent",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2006-04-12; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WcharDataFormatter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WcharDataFormatter/WcharDataFormatter.zip",
    "title": "WcharDataFormatter",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2006-03-31; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExtractMovieAudioToAIFF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExtractMovieAudioToAIFF/ExtractMovieAudioToAIFF.zip",
    "title": "ExtractMovieAudioToAIFF",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-03-31; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSetMovieAudioDevice/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSetMovieAudioDevice/QTSetMovieAudioDevice.zip",
    "title": "QTSetMovieAudioDevice",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2006-03-03; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HISimpleList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HISimpleList/HISimpleList.zip",
    "title": "HISimpleList",
    "platform": "macOS",
    "date": "2006-03-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iTunesController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iTunesController/iTunesController.zip",
    "title": "iTunesController",
    "platform": "macOS",
    "date": "2006-02-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTCarbonCoreImage101/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTCarbonCoreImage101/QTCarbonCoreImage101.zip",
    "title": "QTCarbonCoreImage101",
    "platform": "macOS",
    "date": "2006-02-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CheckExecutableArchitecture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CheckExecutableArchitecture/CheckExecutableArchitecture.zip",
    "title": "CheckExecutableArchitecture",
    "platform": "macOS",
    "topic": "General",
    "technology": "CoreFoundation",
    "date": "2006-02-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SillyFrequencyLevels/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SillyFrequencyLevels/SillyFrequencyLevels.zip",
    "title": "SillyFrequencyLevels",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-01-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFNetworkHTTPDownload/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFNetworkHTTPDownload/CFNetworkHTTPDownload.zip",
    "title": "CFNetworkHTTPDownload",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "CoreFoundation",
    "date": "2006-01-18; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/filesystem_examples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/filesystem_examples/filesystem_examples.zip",
    "title": "filesystem_examples",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2006-01-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleFilterScheme/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleFilterScheme/SampleFilterScheme.zip",
    "title": "SampleFilterScheme",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; KEXT Management & Debugging",
    "technology": "Kernel",
    "date": "2006-01-03; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsExportMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsExportMovie/ThreadsExportMovie.zip",
    "title": "ThreadsExportMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-01-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleAudioExtraction/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleAudioExtraction/SimpleAudioExtraction.zip",
    "title": "SimpleAudioExtraction",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2006-01-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitMovieShuffler/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitMovieShuffler/QTKitMovieShuffler.zip",
    "title": "QTKitMovieShuffler",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2006-01-03; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WebKitCIPlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WebKitCIPlugIn/WebKitCIPlugIn.zip",
    "title": "WebKitCIPlugIn",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Safari Reference Library",
    "date": "2005-11-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayerCSharp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayerCSharp/MoviePlayerCSharp.zip",
    "title": "MoviePlayer - C#",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-11-09; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 8 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EventMonitorTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EventMonitorTest/EventMonitorTest.zip",
    "title": "EventMonitorTest",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "Carbon",
    "date": "2005-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieVB6/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieVB6/CreateMovieVB6.zip",
    "title": "CreateMovie - VB6",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieCSharp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieCSharp/CreateMovieCSharp.zip",
    "title": "CreateMovie - C#",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2005-11-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TabsShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TabsShowcase/TabsShowcase.zip",
    "title": "TabsShowcase",
    "platform": "macOS",
    "date": "2005-10-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleD/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleD/SampleD.zip",
    "title": "SampleD",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2005-10-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FileNotification/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FileNotification/FileNotification.zip",
    "title": "FileNotification",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-10-27; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AuthForAll/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AuthForAll/AuthForAll.zip",
    "title": "AuthForAll",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2005-10-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DelegateOnlyComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DelegateOnlyComponent/DelegateOnlyComponent.zip",
    "title": "DelegateOnlyComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-10-18; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LoginItemsAE/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LoginItemsAE/LoginItemsAE.zip",
    "title": "LoginItemsAE",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "ApplicationServices",
    "date": "2005-10-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageMapView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageMapView/ImageMapView.zip",
    "title": "ImageMapView",
    "platform": "macOS",
    "date": "2005-10-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HICustomPushButton/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HICustomPushButton/HICustomPushButton.zip",
    "title": "HICustomPushButton",
    "platform": "macOS",
    "date": "2005-10-17; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoviePlayer/MoviePlayer.zip",
    "title": "MoviePlayer - Visual Basic",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2005-10-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTQuartzPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTQuartzPlayer/QTQuartzPlayer.zip",
    "title": "QTQuartzPlayer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QuartzCore",
    "date": "2005-10-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ComboBoxPrefs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ComboBoxPrefs/ComboBoxPrefs.zip",
    "title": "ComboBoxPrefs",
    "platform": "macOS",
    "date": "2005-10-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaInCarbon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaInCarbon/CocoaInCarbon.zip",
    "title": "CocoaInCarbon",
    "platform": "macOS",
    "date": "2005-10-04; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KillEveryOneButMe/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KillEveryOneButMe/KillEveryOneButMe.zip",
    "title": "KillEveryOneButMe",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2005-08-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImproveYourImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImproveYourImage/ImproveYourImage.zip",
    "title": "ImproveYourImage",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-24; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WindowFun/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WindowFun/WindowFun.zip",
    "title": "WindowFun",
    "platform": "macOS",
    "date": "2005-08-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DialogsToHIViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DialogsToHIViews/DialogsToHIViews.zip",
    "title": "DialogsToHIViews",
    "platform": "macOS",
    "date": "2005-08-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IOPrintSuperClasses/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IOPrintSuperClasses/IOPrintSuperClasses.zip",
    "title": "IOPrintSuperClasses",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2005-08-17; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExampleIPBCodec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExampleIPBCodec/ExampleIPBCodec.zip",
    "title": "ExampleIPBCodec",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-16; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BrideOfMungGrab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BrideOfMungGrab/BrideOfMungGrab.zip",
    "title": "BrideOfMungGrab",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-12; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoftVideoOutputComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoftVideoOutputComponent/SoftVideoOutputComponent.zip",
    "title": "SoftVideoOutputComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-10; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TypeServicesForUnicode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TypeServicesForUnicode/TypeServicesForUnicode.zip",
    "title": "TypeServicesForUnicode",
    "platform": "macOS",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CocoaCarbon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CocoaCarbon/SpellingChecker-CocoaCarbon.zip",
    "title": "SpellingChecker-CocoaCarbon",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SocketCancel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SocketCancel/SocketCancel.zip",
    "title": "SocketCancel",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScrollAndZoom/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScrollAndZoom/ScrollAndZoom.zip",
    "title": "ScrollAndZoom",
    "platform": "macOS",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickTimeMovieControl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickTimeMovieControl/QuickTimeMovieControl.zip",
    "title": "QuickTimeMovieControl",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PasteboardPeeker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PasteboardPeeker/PasteboardPeeker.zip",
    "title": "PasteboardPeeker",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "CoreServices",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDFKitLinker2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDFKitLinker2/PDFKitLinker2.zip",
    "title": "PDFKitLinker2",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MemoryBasedBundle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MemoryBasedBundle/MemoryBasedBundle.zip",
    "title": "MemoryBasedBundle",
    "platform": "macOS",
    "topic": "General",
    "technology": "CoreServices",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MachPortDump/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MachPortDump/MachPortDump.zip",
    "title": "MachPortDump",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIObjectThreadController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIObjectThreadController/HIObjectThreadController.zip",
    "title": "HIObjectThreadController",
    "platform": "macOS",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonTransparentWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonTransparentWindow/CarbonTransparentWindow.zip",
    "title": "CarbonTransparentWindow",
    "platform": "macOS",
    "date": "2005-08-10; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoViewer/VideoViewer.zip",
    "title": "VideoViewer",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Video",
    "technology": "OpenGL",
    "date": "2005-08-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitSimpleDocument/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitSimpleDocument/QTKitSimpleDocument.zip",
    "title": "QTKitSimpleDocument",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-08-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitProgressTester/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitProgressTester/QTKitProgressTester.zip",
    "title": "QTKitProgressTester",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-08-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitFrameStepper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitFrameStepper/QTKitFrameStepper.zip",
    "title": "QTKitFrameStepper",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-08-01; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitAdvancedDocument/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitAdvancedDocument/QTKitAdvancedDocument.zip",
    "title": "QTKitAdvancedDocument",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-08-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DropDraw/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DropDraw/DropDraw.zip",
    "title": "DropDraw",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-08-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsImportMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsImportMovie/ThreadsImportMovie.zip",
    "title": "ThreadsImportMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsExporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsExporter/ThreadsExporter.zip",
    "title": "ThreadsExporter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-07-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleReach/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleReach/SimpleReach.zip",
    "title": "SimpleReach",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "SystemConfiguration",
    "date": "2005-07-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDial/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDial/SimpleDial.zip",
    "title": "SimpleDial",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "SystemConfiguration",
    "date": "2005-07-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFLocalServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFLocalServer/CFLocalServer.zip",
    "title": "CFLocalServer",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Sockets & TCP",
    "technology": "CoreFoundation",
    "date": "2005-07-26; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsImporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ThreadsImporter/ThreadsImporter.zip",
    "title": "ThreadsImporter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-07-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BackgroundExporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BackgroundExporter/BackgroundExporter.zip",
    "title": "BackgroundExporter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-07-22; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleHIMovieViewPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleHIMovieViewPlayer/SimpleHIMovieViewPlayer.zip",
    "title": "SimpleHIMovieViewPlayer",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-07-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_QCTV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_QCTV/QuartzComposer_WWDC_QCTV.zip",
    "title": "Quartz Composer QCTV",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-07-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EnhancedAudioBurn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EnhancedAudioBurn/EnhancedAudioBurn.zip",
    "title": "EnhancedAudioBurn",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-07-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextTrack/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextTrack/TextTrack.zip",
    "title": "TextTrack",
    "platform": "macOS",
    "topic": "Apple Applications; Final Cut Pro X",
    "date": "2005-06-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTAudioExtractionPanel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTAudioExtractionPanel/QTAudioExtractionPanel.zip",
    "title": "QTAudioExtractionPanel",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2005-06-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppearanceSampleUpdated/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppearanceSampleUpdated/AppearanceSampleUpdated.zip",
    "title": "AppearanceSampleUpdated",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2005-06-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/XcodeClientServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/XcodeClientServer/XcodeClientServer.zip",
    "title": "XcodeClientServer",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UpdateXcodeSubprojects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UpdateXcodeSubprojects/UpdateXcodeSubprojects.zip",
    "title": "UpdateXcodeSubprojects",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UnsharpMask/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UnsharpMask/UnsharpMask.zip",
    "title": "UnsharpMask",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Automator",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SDKExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SDKExample/SDKExample.zip",
    "title": "SDKExample",
    "platform": "macOS",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reducer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reducer/Reducer.zip",
    "title": "Reducer",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "QuartzCore",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSFileOperation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSFileOperation/FSFileOperation.zip",
    "title": "FSFileOperation",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DuplicateFinderItems/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DuplicateFinderItems/DuplicateFinderItems.zip",
    "title": "Duplicate Finder Items",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSOAP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaSOAP/CocoaSOAP.zip",
    "title": "CocoaSOAP",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "Foundation",
    "date": "2005-06-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioUnitEffectTemplates/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioUnitEffectTemplates/AudioUnitEffectTemplates.zip",
    "title": "Audio Unit Effect Templates",
    "platform": "macOS",
    "date": "2005-06-06; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VertexPerformanceDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VertexPerformanceDemo/VertexPerformanceDemo.zip",
    "title": "VertexPerformanceDemo",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "OpenGL",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TexturePerformanceDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TexturePerformanceDemo/TexturePerformanceDemo.zip",
    "title": "TexturePerformanceDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightAPI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpotlightAPI/SpotlightAPI.zip",
    "title": "SpotlightAPI",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Spotlight/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Spotlight/Spotlight.zip",
    "title": "Spotlight",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScriptView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScriptView/ScriptView.zip",
    "title": "ScriptView",
    "platform": "Xcode Developer Tools",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzLines/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzLines/QuartzLines.zip",
    "title": "QuartzLines",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzCache/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzCache/QuartzCache.zip",
    "title": "QuartzCache",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_TextEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_TextEdit/QuartzComposer_WWDC_TextEdit.zip",
    "title": "Quartz Composer WWDC 2005 TextEdit",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_Composition/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposer_WWDC_Composition/QuartzComposer_WWDC_Composition.zip",
    "title": "Quartz Composer WWDC 2005 Composition",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerOffline/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerOffline/QuartzComposerOffline.zip",
    "title": "Quartz Composer Offline Rendering",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerMatrix/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerMatrix/QuartzComposerMatrix.zip",
    "title": "Quartz Composer Matrix",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerLiveDV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzComposerLiveDV/QuartzComposerLiveDV.zip",
    "title": "Quartz Composer Live DV",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitImport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitImport/QTKitImport.zip",
    "title": "QTKitImport",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTKitCommandLine/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTKitCommandLine/QTKitCommandLine.zip",
    "title": "QTKitCommandLine",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NetworkAuthentication/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NetworkAuthentication/NetworkAuthentication.zip",
    "title": "NetworkAuthentication",
    "platform": "macOS",
    "topic": "Security",
    "technology": "DirectoryService",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyPhoto/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyPhoto/MyPhoto.zip",
    "title": "MyPhoto",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ImageCaptureCore",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovingToGCC4/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovingToGCC4/MovingToGCC4.zip",
    "title": "Moving To GCC 4.0",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; Compiler Tools",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MouseTracking/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MouseTracking/MouseTracking.zip",
    "title": "MouseTracking",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ManagedObjectDataFormatter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ManagedObjectDataFormatter/ManagedObjectDataFormatter.zip",
    "title": "ManagedObjectDataFormatter",
    "platform": "Xcode Developer Tools; macOS",
    "topic": "Xcode; IDEs",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LinkSnoop/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LinkSnoop/LinkSnoop.zip",
    "title": "Link Snoop",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JustDraw/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JustDraw/JustDraw.zip",
    "title": "JustDraw",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InstallerDists2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InstallerDists2/InstallerDists2.zip",
    "title": "Installer Tiger Examples",
    "platform": "macOS",
    "topic": "Languages & Utilities; Distribution Tools",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageClient/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageClient/ImageClient.zip",
    "title": "ImageClient",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "CoreFoundation",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowserView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageBrowserView/ImageBrowserView.zip",
    "title": "ImageBrowserView",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HelloWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HelloWorld/HelloWorld.zip",
    "title": "Hello World",
    "platform": "Safari; macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HITextViewDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HITextViewDemo/HITextViewDemo.zip",
    "title": "HITextViewDemo",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GridCalendar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GridCalendar/GridCalendar.zip",
    "title": "GridCalendar",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web",
    "technology": "XgridFoundation",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fortune/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fortune/Fortune.zip",
    "title": "Fortune",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSRemoveInheritedACEs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSRemoveInheritedACEs/FSRemoveInheritedACEs.zip",
    "title": "FSRemoveInheritedACEs",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSCreateFileAndOpenForkUnicode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSCreateFileAndOpenForkUnicode/FSCreateFileAndOpenForkUnicode.zip",
    "title": "FSCreateFileAndOpenForkUnicode",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Custom_HIView_Tutorial/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Custom_HIView_Tutorial/Custom_HIView_Tutorial.zip",
    "title": "Custom_HIView_Tutorial",
    "platform": "macOS",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreRecipes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreRecipes/CoreRecipes.zip",
    "title": "CoreRecipes",
    "platform": "macOS",
    "topic": "General",
    "technology": "AppKit",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaHTTPServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaHTTPServer/CocoaHTTPServer.zip",
    "title": "CocoaHTTPServer",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AutoUpdater/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AutoUpdater/AutoUpdater.zip",
    "title": "AutoUpdater",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Protocol Streams",
    "technology": "Foundation",
    "date": "2005-06-01; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DNSServiceMetaQuery/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DNSServiceMetaQuery/DNSServiceMetaQuery.zip",
    "title": "DNSServiceMetaQuery",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "CoreServices",
    "date": "2005-06-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreFilesX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreFilesX/MoreFilesX.zip",
    "title": "MoreFilesX",
    "platform": "macOS",
    "date": "2005-05-13; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ProfileSystem/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ProfileSystem/ProfileSystem.zip",
    "title": "ProfileSystem",
    "platform": "macOS",
    "topic": "Data Management",
    "technology": "CoreFoundation",
    "date": "2005-05-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ASCIIMoviePlayerSample.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ASCIIMoviePlayerSample.win/ASCIIMoviePlayerSample.win.zip",
    "title": "ASCIIMoviePlayerSample for Windows",
    "platform": "macOS",
    "date": "2005-05-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonSketch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonSketch/CarbonSketch.zip",
    "title": "CarbonSketch",
    "platform": "macOS",
    "date": "2005-03-23; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QDCocoaComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QDCocoaComponent/QDCocoaComponent.zip",
    "title": "QDCocoaComponent",
    "platform": "macOS",
    "date": "2005-03-15; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuartzShapes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuartzShapes/QuartzShapes.zip",
    "title": "QuartzShapes",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2005-03-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SwapLAF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SwapLAF/SwapLAF.zip",
    "title": "SwapLAF",
    "platform": "macOS",
    "date": "2005-02-28; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSGLImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSGLImage/NSGLImage.zip",
    "title": "NSGLImage",
    "platform": "macOS",
    "date": "2004-12-01; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayAudioFileLite/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayAudioFileLite/PlayAudioFileLite.zip",
    "title": "PlayAudioFileLite",
    "platform": "macOS",
    "date": "2004-11-24; Minor Change"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MLTE_CustomScrolling/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MLTE_CustomScrolling/MLTE_CustomScrolling.zip",
    "title": "MLTE_CustomScrolling",
    "platform": "macOS",
    "date": "2004-10-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/dist_fft/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/dist_fft/dist_fft.zip",
    "title": "dist_fft",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2004-08-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CarbonCocoa-Bundled/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CarbonCocoa-Bundled/SpellingChecker-CarbonCocoa-Bundled.zip",
    "title": "SpellingChecker CarbonCocoa Bundled",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2004-08-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DREraseCarbonUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DREraseCarbonUI/DREraseCarbonUI.zip",
    "title": "DREraseCarbonUI",
    "platform": "macOS",
    "date": "2004-04-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DRDataBurnCarbonUI/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DRDataBurnCarbonUI/DRDataBurnCarbonUI.zip",
    "title": "DRDataBurnCarbonUI",
    "platform": "macOS",
    "date": "2004-04-09; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLUTBasics/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLUTBasics/GLUTBasics.zip",
    "title": "GLUTBasics",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2004-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLCarbonSharedPbuffer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLCarbonSharedPbuffer/GLCarbonSharedPbuffer.zip",
    "title": "GLCarbonSharedPbuffer",
    "platform": "macOS",
    "date": "2004-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLCarbon1ContextPbuffer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLCarbon1ContextPbuffer/GLCarbon1ContextPbuffer.zip",
    "title": "GLCarbon1ContextPbuffer",
    "platform": "macOS",
    "date": "2004-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLUTSurfaceTexture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLUTSurfaceTexture/GLUTSurfaceTexture.zip",
    "title": "GLUTSurfaceTexture",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2004-03-26; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FSCopyObject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FSCopyObject/FSCopyObject.zip",
    "title": "FSCopyObject",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2004-03-19; Content Update"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Video_Hardware_Info/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Video_Hardware_Info/Video_Hardware_Info.zip",
    "title": "Video Hardware Info",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "OpenGL",
    "date": "2004-02-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSOpenGL_Fullscreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSOpenGL_Fullscreen/NSOpenGL_Fullscreen.zip",
    "title": "NSOpenGL Fullscreen",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2004-02-11; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Verification/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Verification/Verification.zip",
    "title": "Verification",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2004-01-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ElectricImageComponent.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ElectricImageComponent.win/ElectricImageComponent.win.zip",
    "title": "ElectricImageComponent.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2004-01-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddNibToNav/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddNibToNav/AddNibToNav.zip",
    "title": "AddNibToNav",
    "platform": "macOS",
    "date": "2004-01-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TipWrapper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TipWrapper/TipWrapper.zip",
    "title": "TipWrapper",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2003-12-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieGWorlds/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieGWorlds/MovieGWorlds.zip",
    "title": "MovieGWorlds",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-12-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorMatching/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorMatching/ColorMatching.zip",
    "title": "ColorMatching",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-12-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MapLargeFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MapLargeFile/MapLargeFile.zip",
    "title": "MapLargeFile",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2003-11-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RGB_ValueTransformers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RGB_ValueTransformers/RGB_ValueTransformers.zip",
    "title": "RGB ValueTransformers",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-11-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MungSaver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MungSaver/MungSaver.zip",
    "title": "MungSaver",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "AppKit",
    "date": "2003-11-18; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIEmbedder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIEmbedder/HIEmbedder.zip",
    "title": "HIEmbedder",
    "platform": "macOS",
    "date": "2003-11-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIScrollingTextBox/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIScrollingTextBox/HIScrollingTextBox.zip",
    "title": "HIScrollingTextBox",
    "platform": "macOS",
    "date": "2003-11-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VBLSnippet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VBLSnippet/VBLSnippet.zip",
    "title": "VBLSnippet",
    "platform": "macOS",
    "date": "2003-10-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ProcDoggie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ProcDoggie/ProcDoggie.zip",
    "title": "ProcDoggie",
    "platform": "macOS",
    "date": "2003-10-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Just_Finder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Just_Finder/Just_Finder.zip",
    "title": "Just Finder",
    "platform": "macOS",
    "date": "2003-10-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HITextViewShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HITextViewShowcase/HITextViewShowcase.zip",
    "title": "HITextViewShowcase",
    "platform": "macOS",
    "date": "2003-10-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/soundsnippets.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/soundsnippets.win/soundsnippets.win.zip",
    "title": "soundsnippets.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/soundsnippets/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/soundsnippets/soundsnippets.zip",
    "title": "soundsnippets",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshell.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshell.win/qtshell.win.zip",
    "title": "qtshell.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshell/qtshell.zip",
    "title": "qtshell",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/YASTControl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/YASTControl/YASTControl.zip",
    "title": "YASTControl",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextNameTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextNameTool/TextNameTool.zip",
    "title": "TextNameTool",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 9 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SeedCFill/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SeedCFill/SeedCFill.zip",
    "title": "SeedCFill",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Rubber_Bandit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Rubber_Bandit/Rubber_Bandit.zip",
    "title": "Rubber Bandit",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Rotate_Bitmap_90/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Rotate_Bitmap_90/Rotate_Bitmap_90.zip",
    "title": "Rotate Bitmap 90",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QuickDraw_FX/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QuickDraw_FX/QuickDraw_FX.zip",
    "title": "QuickDraw FX",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTMLPrintingSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTMLPrintingSample/QTMLPrintingSample.zip",
    "title": "QTMLPrintingSample",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PixMap2PixPat2ppat/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PixMap2PixPat2ppat/PixMap2PixPat2ppat.zip",
    "title": "PixMap2PixPat2ppat",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OldDelegateOnlyComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OldDelegateOnlyComponent/OldDelegateOnlyComponent.zip",
    "title": "OldDelegateOnlyComponent",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreIsBetter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreIsBetter/MoreIsBetter.zip",
    "title": "MoreIsBetter",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPPeriodicalTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPPeriodicalTest/MPPeriodicalTest.zip",
    "title": "MPPeriodicalTest",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPDelayUntilTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPDelayUntilTest/MPDelayUntilTest.zip",
    "title": "MPDelayUntilTest",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InkSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InkSample/InkSample.zip",
    "title": "InkSample",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "Carbon",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HITextShowcase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HITextShowcase/HITextShowcase.zip",
    "title": "HITextShowcase",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIDoubleSlider/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIDoubleSlider/HIDoubleSlider.zip",
    "title": "HIDoubleSlider",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DelegateOnlyComponentOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DelegateOnlyComponentOld/DelegateOnlyComponentOld.zip",
    "title": "DelegateOnlyComponentOld",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CPUGestalt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CPUGestalt/CPUGestalt.zip",
    "title": "CPUGestalt",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AsyncPB/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AsyncPB/AsyncPB.zip",
    "title": "AsyncPB",
    "platform": "macOS",
    "date": "2003-10-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tiler/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tiler/Tiler.zip",
    "title": "Tiler",
    "platform": "macOS",
    "date": "2003-10-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sheets/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sheets/Sheets.zip",
    "title": "Sheets",
    "platform": "macOS",
    "date": "2003-10-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MenuViews/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MenuViews/MenuViews.zip",
    "title": "MenuViews",
    "platform": "macOS",
    "date": "2003-10-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FloatingWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FloatingWindow/FloatingWindow.zip",
    "title": "FloatingWindow",
    "platform": "macOS",
    "date": "2003-10-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SuspendAppleEvent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SuspendAppleEvent/SuspendAppleEvent.zip",
    "title": "SuspendAppleEvent",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SprocketInvadersOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SprocketInvadersOld/SprocketInvadersOld.zip",
    "title": "SprocketInvadersOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundSprocketTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundSprocketTest/SoundSprocketTest.zip",
    "title": "SoundSprocketTest",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NetSprocketTestOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NetSprocketTestOld/NetSprocketTestOld.zip",
    "title": "NetSprocketTestOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoofWarsOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoofWarsOld/MoofWarsOld.zip",
    "title": "MoofWarsOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InputSprocketTestOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InputSprocketTestOld/InputSprocketTestOld.zip",
    "title": "InputSprocketTestOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ISp_SampleOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ISp_SampleOld/ISp_SampleOld.zip",
    "title": "ISp SampleOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GlyphaIVOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GlyphaIVOld/GlyphaIVOld.zip",
    "title": "GlyphaIVOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FinderLaunch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FinderLaunch/FinderLaunch.zip",
    "title": "FinderLaunch",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ApplicationServices",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DroneZoneOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DroneZoneOld/DroneZoneOld.zip",
    "title": "DroneZoneOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrawSprocketTestOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DrawSprocketTestOld/DrawSprocketTestOld.zip",
    "title": "DrawSprocketTestOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DSp_Context_SwitchOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DSp_Context_SwitchOld/DSp_Context_SwitchOld.zip",
    "title": "DSp Context SwitchOld",
    "platform": "macOS",
    "date": "2003-10-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZoomRecter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZoomRecter/ZoomRecter.zip",
    "title": "ZoomRecter",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SuperSnapshot/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SuperSnapshot/SuperSnapshot.zip",
    "title": "SuperSnapshot",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Snapshot/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Snapshot/Snapshot.zip",
    "title": "Snapshot",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Save_PICT_file/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Save_PICT_file/Save_PICT_file.zip",
    "title": "Save PICT file",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RotateString/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RotateString/RotateString.zip",
    "title": "RotateString",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Record_RetrievePictInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Record_RetrievePictInfo/Record_RetrievePictInfo.zip",
    "title": "Record RetrievePictInfo",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Palette_and_GWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Palette_and_GWorld/Palette_and_GWorld.zip",
    "title": "Palette and GWorld",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/New_NewGWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/New_NewGWorld/New_NewGWorld.zip",
    "title": "New NewGWorld",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyDeviceLoop/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyDeviceLoop/MyDeviceLoop.zip",
    "title": "MyDeviceLoop",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Magnify/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Magnify/Magnify.zip",
    "title": "Magnify",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Direct_Pixel_Access/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Direct_Pixel_Access/Direct_Pixel_Access.zip",
    "title": "Direct Pixel Access",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomPicComments/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomPicComments/CustomPicComments.zip",
    "title": "CustomPicComments",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CopyDeepMask/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CopyDeepMask/CopyDeepMask.zip",
    "title": "CopyDeepMask",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CopyBitsSpeedPalette/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CopyBitsSpeedPalette/CopyBitsSpeedPalette.zip",
    "title": "CopyBitsSpeedPalette",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorizePict/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorizePict/ColorizePict.zip",
    "title": "ColorizePict",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Color_Marquee/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Color_Marquee/Color_Marquee.zip",
    "title": "Color Marquee",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CollectPictColors/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CollectPictColors/CollectPictColors.zip",
    "title": "CollectPictColors",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CalcCMaskCalcMask/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CalcCMaskCalcMask/CalcCMaskCalcMask.zip",
    "title": "CalcCMaskCalcMask",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BrightContrastEngine/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BrightContrastEngine/BrightContrastEngine.zip",
    "title": "BrightContrastEngine",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Bitblitz/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Bitblitz/Bitblitz.zip",
    "title": "Bitblitz",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Anima/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Anima/Anima.zip",
    "title": "Anima",
    "platform": "macOS",
    "date": "2003-10-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoProcessing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoProcessing/VideoProcessing.zip",
    "title": "VideoProcessing",
    "platform": "macOS",
    "date": "2003-10-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Utilities_Source/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Utilities_Source/HID_Utilities_Source.zip",
    "title": "HID Utilities Source",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2003-10-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simple_AppKit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simple_AppKit/Simple_AppKit.zip",
    "title": "Simple AppKit",
    "platform": "macOS",
    "date": "2003-09-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CGText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CGText/CGText.zip",
    "title": "CGText",
    "platform": "macOS",
    "date": "2003-09-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTEffectsDialog_-_Cocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTEffectsDialog_-_Cocoa/QTEffectsDialog_-_Cocoa.zip",
    "title": "QTEffectsDialog - Cocoa",
    "platform": "macOS",
    "date": "2003-09-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EmbededAppleScripts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EmbededAppleScripts/EmbededAppleScripts.zip",
    "title": "EmbededAppleScripts",
    "platform": "macOS",
    "topic": "Languages & Utilities; Other Languages",
    "technology": "CoreServices",
    "date": "2003-09-04; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/softvdig.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/softvdig.win/softvdig.win.zip",
    "title": "softvdig.win",
    "platform": "macOS",
    "date": "2003-08-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/softvdig/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/softvdig/softvdig.zip",
    "title": "softvdig",
    "platform": "macOS",
    "date": "2003-08-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ControlStripSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ControlStripSample/ControlStripSample.zip",
    "title": "ControlStripSample",
    "platform": "macOS",
    "date": "2003-08-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Concordia/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Concordia/Concordia.zip",
    "title": "Concordia",
    "platform": "macOS",
    "date": "2003-08-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorCDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorCDEF/ColorCDEF.zip",
    "title": "ColorCDEF",
    "platform": "macOS",
    "date": "2003-08-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IOKitWithLibrary/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IOKitWithLibrary/IOKitWithLibrary.zip",
    "title": "IOKitWithLibrary",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2003-08-27; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTEndpointInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTEndpointInfo/OTEndpointInfo.zip",
    "title": "OTEndpointInfo",
    "platform": "macOS",
    "date": "2003-08-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CopyMask/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CopyMask/CopyMask.zip",
    "title": "CopyMask",
    "platform": "macOS",
    "date": "2003-08-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextLinks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextLinks/TextLinks.zip",
    "title": "TextLinks",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2003-07-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GrabBag/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GrabBag/GrabBag.zip",
    "title": "GrabBag",
    "platform": "macOS",
    "date": "2003-07-29; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/X11CallCarbonAndCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/X11CallCarbonAndCocoa/X11CallCarbonAndCocoa.zip",
    "title": "X11CallCarbonAndCocoa",
    "platform": "macOS",
    "topic": "Cross Platform; Open Source",
    "date": "2003-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicPlugIn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicPlugIn/BasicPlugIn.zip",
    "title": "BasicPlugIn",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "CoreFoundation",
    "date": "2003-07-28; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/txRatio_PICT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/txRatio_PICT/txRatio_PICT.zip",
    "title": "txRatio PICT",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/quitapps/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/quitapps/quitapps.zip",
    "title": "quitapps",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VMSify/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VMSify/VMSify.zip",
    "title": "VMSify",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UserFunction_Gestalt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UserFunction_Gestalt/UserFunction_Gestalt.zip",
    "title": "UserFunction Gestalt",
    "platform": "Xcode Developer Tools",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TranslateRotate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TranslateRotate/TranslateRotate.zip",
    "title": "TranslateRotate",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TransferProvider/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TransferProvider/TransferProvider.zip",
    "title": "TransferProvider",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TickAnimate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TickAnimate/TickAnimate.zip",
    "title": "TickAnimate",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TestVM/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TestVM/TestVM.zip",
    "title": "TestVM",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TestQD/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TestQD/TestQD.zip",
    "title": "TestQD",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TPIFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TPIFile/TPIFile.zip",
    "title": "TPIFile",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TE_Over_Background/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TE_Over_Background/TE_Over_Background.zip",
    "title": "TE Over Background",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StreamNOP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StreamNOP/StreamNOP.zip",
    "title": "StreamNOP",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simple_DrawSprocket/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simple_DrawSprocket/Simple_DrawSprocket.zip",
    "title": "Simple DrawSprocket",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetDeskCPatDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetDeskCPatDemo/SetDeskCPatDemo.zip",
    "title": "SetDeskCPatDemo",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PGPuam/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PGPuam/PGPuam.zip",
    "title": "PGPuam",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PCCardNetworkSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PCCardNetworkSample/PCCardNetworkSample.zip",
    "title": "PCCardNetworkSample",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OffScreenControlUpdate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OffScreenControlUpdate/OffScreenControlUpdate.zip",
    "title": "OffScreenControlUpdate",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTTraceRouteSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTTraceRouteSample/OTTraceRouteSample.zip",
    "title": "OTTraceRouteSample",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTStreamLogViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTStreamLogViewer/OTStreamLogViewer.zip",
    "title": "OTStreamLogViewer",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTStreamDumper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTStreamDumper/OTStreamDumper.zip",
    "title": "OTStreamDumper",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTPingSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTPingSample/OTPingSample.zip",
    "title": "OTPingSample",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTPAPSampleServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTPAPSampleServer/OTPAPSampleServer.zip",
    "title": "OTPAPSampleServer",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTMP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTMP/OTMP.zip",
    "title": "OTMP",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTLLCTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTLLCTest/OTLLCTest.zip",
    "title": "OTLLCTest",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTFindSerialPorts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTFindSerialPorts/OTFindSerialPorts.zip",
    "title": "OTFindSerialPorts",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTDumpPortRegistry/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTDumpPortRegistry/OTDumpPortRegistry.zip",
    "title": "OTDumpPortRegistry",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTDumpInternetStatus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTDumpInternetStatus/OTDumpInternetStatus.zip",
    "title": "OTDumpInternetStatus",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTCodeResource/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTCodeResource/OTCodeResource.zip",
    "title": "OTCodeResource",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTClassicContext/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTClassicContext/OTClassicContext.zip",
    "title": "OTClassicContext",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OT_PAPServerSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OT_PAPServerSample/OT_PAPServerSample.zip",
    "title": "OT PAPServerSample",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreNetworkSetup/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreNetworkSetup/MoreNetworkSetup.zip",
    "title": "MoreNetworkSetup",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreAutoPush/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreAutoPush/MoreAutoPush.zip",
    "title": "MoreAutoPush",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MakeITable/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MakeITable/MakeITable.zip",
    "title": "MakeITable",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Magic_Oracle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Magic_Oracle/Magic_Oracle.zip",
    "title": "Magic Oracle",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MacGamma/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MacGamma/MacGamma.zip",
    "title": "MacGamma",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LockFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LockFile/LockFile.zip",
    "title": "LockFile",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LaunchWithDoc2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LaunchWithDoc2/LaunchWithDoc2.zip",
    "title": "LaunchWithDoc2",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LaunchWithDoc/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LaunchWithDoc/LaunchWithDoc.zip",
    "title": "LaunchWithDoc",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JDirectTalker_Example/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JDirectTalker_Example/JDirectTalker_Example.zip",
    "title": "JDirectTalker Example",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JDirect_Mouse/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JDirect_Mouse/JDirect_Mouse.zip",
    "title": "JDirect Mouse",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IconDimming/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IconDimming/IconDimming.zip",
    "title": "IconDimming",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Icon_Display/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Icon_Display/Icon_Display.zip",
    "title": "Icon Display",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GrayishOutline/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GrayishOutline/GrayishOutline.zip",
    "title": "GrayishOutline",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetEnetAddrDirect.ppc/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetEnetAddrDirect.ppc/GetEnetAddrDirect.ppc.zip",
    "title": "GetEnetAddrDirect.ppc",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GDevVideo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GDevVideo/GDevVideo.zip",
    "title": "GDevVideo",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FileSharingOn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FileSharingOn/FileSharingOn.zip",
    "title": "FileSharingOn",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DumpNetworkSetup/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DumpNetworkSetup/DumpNetworkSetup.zip",
    "title": "DumpNetworkSetup",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DumpARPCache/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DumpARPCache/DumpARPCache.zip",
    "title": "DumpARPCache",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DeepScreen_Picker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DeepScreen_Picker/DeepScreen_Picker.zip",
    "title": "DeepScreen Picker",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DebuggerPresence/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DebuggerPresence/DebuggerPresence.zip",
    "title": "DebuggerPresence",
    "platform": "Xcode Developer Tools",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Creator_Changer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Creator_Changer/Creator_Changer.zip",
    "title": "Creator Changer",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateDirWCustIcon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateDirWCustIcon/CreateDirWCustIcon.zip",
    "title": "CreateDirWCustIcon",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CopyBits_vs._CopyMask/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CopyBits_vs._CopyMask/CopyBits_vs._CopyMask.zip",
    "title": "CopyBits vs. CopyMask",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Compressed_PICT_Info/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Compressed_PICT_Info/Compressed_PICT_Info.zip",
    "title": "Compressed PICT Info",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppleEvent_Send_and_Receive/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppleEvent_Send_and_Receive/AppleEvent_Send_and_Receive.zip",
    "title": "AppleEvent Send and Receive",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ARPSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ARPSample/ARPSample.zip",
    "title": "ARPSample",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AECoercion/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AECoercion/AECoercion.zip",
    "title": "AECoercion",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/7Edit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/7Edit/7Edit.zip",
    "title": "7Edit",
    "platform": "macOS",
    "date": "2003-07-22; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DeviceListener/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DeviceListener/DeviceListener.zip",
    "title": "DeviceListener",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2003-07-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_CG_aliasing_demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_CG_aliasing_demo/Cocoa_CG_aliasing_demo.zip",
    "title": "Cocoa CG aliasing demo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-07-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CallMachOFramework/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CallMachOFramework/CallMachOFramework.zip",
    "title": "CallMachOFramework",
    "platform": "macOS",
    "date": "2003-07-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFM_MachO_CFM/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFM_MachO_CFM/CFM_MachO_CFM.zip",
    "title": "CFM_MachO_CFM",
    "platform": "macOS",
    "date": "2003-07-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextureRange/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextureRange/TextureRange.zip",
    "title": "TextureRange",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Monochrome_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Monochrome_Image/Monochrome_Image.zip",
    "title": "Monochrome Image",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-07-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Draw_Pixels/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Draw_Pixels/Draw_Pixels.zip",
    "title": "Draw Pixels",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-16; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iGetKeys/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iGetKeys/iGetKeys.zip",
    "title": "iGetKeys",
    "platform": "macOS",
    "date": "2003-07-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleDS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleDS/SampleDS.zip",
    "title": "SampleDS",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-07-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleButtonPlugin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleButtonPlugin/SampleButtonPlugin.zip",
    "title": "SampleButtonPlugin",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-07-10; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 10 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HID_Manager_Basics/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HID_Manager_Basics/HID_Manager_Basics.zip",
    "title": "HID Manager Basics",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2003-07-10; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Vertex_Optimization/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Vertex_Optimization/Vertex_Optimization.zip",
    "title": "Vertex Optimization",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VBL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VBL/VBL.zip",
    "title": "VBL",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SurfaceVertexProgram/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SurfaceVertexProgram/SurfaceVertexProgram.zip",
    "title": "SurfaceVertexProgram",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NURBSSurfaceVertexProg/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NURBSSurfaceVertexProg/NURBSSurfaceVertexProg.zip",
    "title": "NURBSSurfaceVertexProg",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Carbon_GLSnapshot/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Carbon_GLSnapshot/Carbon_GLSnapshot.zip",
    "title": "Carbon GLSnapshot",
    "platform": "macOS",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AGLSurfaceTexture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AGLSurfaceTexture/AGLSurfaceTexture.zip",
    "title": "AGLSurfaceTexture",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-07-07; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BSDLLCTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BSDLLCTest/BSDLLCTest.zip",
    "title": "BSDLLCTest",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Network Kernel Extensions",
    "technology": "Kernel",
    "date": "2003-06-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QISA/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QISA/QISA.zip",
    "title": "QISA",
    "platform": "macOS",
    "date": "2003-05-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicDataBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicDataBrowser/BasicDataBrowser.zip",
    "title": "BasicDataBrowser",
    "platform": "macOS",
    "date": "2003-05-08; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FunWithFileDialogs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FunWithFileDialogs/FunWithFileDialogs.zip",
    "title": "FunWithFileDialogs",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2003-04-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLCompositorLab/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLCompositorLab/OpenGLCompositorLab.zip",
    "title": "OpenGLCompositorLab",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-04-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLChildWindowDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLChildWindowDemo/GLChildWindowDemo.zip",
    "title": "GLChildWindowDemo",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-04-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CubePuzzle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CubePuzzle/CubePuzzle.zip",
    "title": "CubePuzzle",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-04-21; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleSpeechRecExample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleSpeechRecExample/SimpleSpeechRecExample.zip",
    "title": "SimpleSpeechRecExample",
    "platform": "macOS",
    "topic": "User Experience; Speech Technologies",
    "technology": "Carbon",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Scriptable_Print_SimpleText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Scriptable_Print_SimpleText/Scriptable_Print_SimpleText.zip",
    "title": "Scriptable Print SimpleText",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/STD_File_Saver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/STD_File_Saver/STD_File_Saver.zip",
    "title": "STD File Saver",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PrintDialogMagic/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PrintDialogMagic/PrintDialogMagic.zip",
    "title": "PrintDialogMagic",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Print_Clipped_Offscreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Print_Clipped_Offscreen/Print_Clipped_Offscreen.zip",
    "title": "Print Clipped Offscreen",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PostScriptHandleDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PostScriptHandleDemo/PostScriptHandleDemo.zip",
    "title": "PostScriptHandleDemo",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PostScript_Output_Filters/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PostScript_Output_Filters/PostScript_Output_Filters.zip",
    "title": "PostScript Output Filters",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LW8_Hosesample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LW8_Hosesample/LW8_Hosesample.zip",
    "title": "LW8_Hosesample",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DropPrint_USB/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DropPrint_USB/DropPrint_USB.zip",
    "title": "DropPrint USB",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dashed-capped_Lines/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dashed-capped_Lines/Dashed-capped_Lines.zip",
    "title": "Dashed-capped Lines",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dashed_Lines/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dashed_Lines/Dashed_Lines.zip",
    "title": "Dashed Lines",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonInCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonInCocoa/CarbonInCocoa.zip",
    "title": "CarbonInCocoa",
    "platform": "macOS",
    "date": "2003-03-26; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTMusicToo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTMusicToo/QTMusicToo.zip",
    "title": "QTMusicToo",
    "platform": "macOS",
    "date": "2003-03-19; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SnapshotSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SnapshotSample/SnapshotSample.zip",
    "title": "SnapshotSample",
    "platform": "macOS",
    "date": "2003-03-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DTS.Utilities/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DTS.Utilities/DTS.Utilities.zip",
    "title": "DTS.Utilities",
    "platform": "macOS",
    "date": "2003-03-17; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vox_recording/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vox_recording/vox_recording.zip",
    "title": "vox recording",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SquareWave/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SquareWave/SquareWave.zip",
    "title": "SquareWave",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Speech_Recognition_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Speech_Recognition_Sample/Speech_Recognition_Sample.zip",
    "title": "Speech Recognition Sample",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundLevel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundLevel/SoundLevel.zip",
    "title": "SoundLevel",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundApp/SoundApp.zip",
    "title": "SoundApp",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sound_PreMixer_effect/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sound_PreMixer_effect/Sound_PreMixer_effect.zip",
    "title": "Sound PreMixer effect",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SndPlayDoubleBuffer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SndPlayDoubleBuffer/SndPlayDoubleBuffer.zip",
    "title": "SndPlayDoubleBuffer",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SndForEver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SndForEver/SndForEver.zip",
    "title": "SndForEver",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Server_Remote_Control/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Server_Remote_Control/Server_Remote_Control.zip",
    "title": "Server Remote Control",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleRateAvail/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleRateAvail/SampleRateAvail.zip",
    "title": "SampleRateAvail",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Record_sound_to_disk/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Record_sound_to_disk/Record_sound_to_disk.zip",
    "title": "Record sound to disk",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Record_sound_specific_rate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Record_sound_specific_rate/Record_sound_specific_rate.zip",
    "title": "Record sound specific rate",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PPCToolboxKeychain/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PPCToolboxKeychain/PPCToolboxKeychain.zip",
    "title": "PPCToolboxKeychain",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PCI_Sound_Input_driver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PCI_Sound_Input_driver/PCI_Sound_Input_driver.zip",
    "title": "PCI Sound Input driver",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MeterTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MeterTest/MeterTest.zip",
    "title": "MeterTest",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IPCLister/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IPCLister/IPCLister.zip",
    "title": "IPCLister",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cheap_Studio/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cheap_Studio/Cheap_Studio.zip",
    "title": "Cheap Studio",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonSndPlayDB/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonSndPlayDB/CarbonSndPlayDB.zip",
    "title": "CarbonSndPlayDB",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BufCallback/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BufCallback/BufCallback.zip",
    "title": "BufCallback",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ALaw_sdec_scom/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ALaw_sdec_scom/ALaw_sdec_scom.zip",
    "title": "ALaw sdec scom",
    "platform": "macOS",
    "date": "2003-03-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StandardGetFolder/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StandardGetFolder/StandardGetFolder.zip",
    "title": "StandardGetFolder",
    "platform": "macOS",
    "date": "2003-03-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SettingUpStdFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SettingUpStdFile/SettingUpStdFile.zip",
    "title": "SettingUpStdFile",
    "platform": "macOS",
    "date": "2003-03-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomPutSuffix/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomPutSuffix/CustomPutSuffix.zip",
    "title": "CustomPutSuffix",
    "platform": "macOS",
    "date": "2003-03-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomPutAppend/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomPutAppend/CustomPutAppend.zip",
    "title": "CustomPutAppend",
    "platform": "macOS",
    "date": "2003-03-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomGet_unresolved_alias/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomGet_unresolved_alias/CustomGet_unresolved_alias.zip",
    "title": "CustomGet unresolved alias",
    "platform": "macOS",
    "date": "2003-03-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TubeTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TubeTest/TubeTest.zip",
    "title": "TubeTest",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Thumbnail_Test/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Thumbnail_Test/Thumbnail_Test.zip",
    "title": "Thumbnail Test",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScreenDump/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScreenDump/ScreenDump.zip",
    "title": "ScreenDump",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Restore_Screen_Cluts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Restore_Screen_Cluts/Restore_Screen_Cluts.zip",
    "title": "Restore Screen Cluts",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PaletteAnimation_gray/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PaletteAnimation_gray/PaletteAnimation_gray.zip",
    "title": "PaletteAnimation gray",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PaletteAnimation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PaletteAnimation/PaletteAnimation.zip",
    "title": "PaletteAnimation",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Out_of_This_GWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Out_of_This_GWorld/Out_of_This_GWorld.zip",
    "title": "Out of This GWorld",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GiMeDaPalette_with_Sound/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GiMeDaPalette_with_Sound/GiMeDaPalette_with_Sound.zip",
    "title": "GiMeDaPalette with Sound",
    "platform": "macOS",
    "date": "2003-03-12; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtbroadcast/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtbroadcast/qtbroadcast.zip",
    "title": "qtbroadcast",
    "platform": "macOS",
    "date": "2003-03-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictureShow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictureShow/PictureShow.zip",
    "title": "PictureShow",
    "platform": "macOS",
    "date": "2003-03-05; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/watchme.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/watchme.win/watchme.win.zip",
    "title": "watchme.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/watchme/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/watchme/watchme.zip",
    "title": "watchme",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/samplemakeeffectmovie.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/samplemakeeffectmovie.win/samplemakeeffectmovie.win.zip",
    "title": "samplemakeeffectmovie.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/samplemakeeffectmovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/samplemakeeffectmovie/samplemakeeffectmovie.zip",
    "title": "samplemakeeffectmovie",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredspritesjr.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredspritesjr.win/qtwiredspritesjr.win.zip",
    "title": "qtwiredspritesjr.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredspritesjr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredspritesjr/qtwiredspritesjr.zip",
    "title": "qtwiredspritesjr",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredsprites.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredsprites.win/qtwiredsprites.win.zip",
    "title": "qtwiredsprites.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredsprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredsprites/qtwiredsprites.zip",
    "title": "qtwiredsprites",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredactions.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredactions.win/qtwiredactions.win.zip",
    "title": "qtwiredactions.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredactions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtwiredactions/qtwiredactions.zip",
    "title": "qtwiredactions",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtspritesplus.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtspritesplus.win/qtspritesplus.win.zip",
    "title": "qtspritesplus.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtspritesplus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtspritesplus/qtspritesplus.zip",
    "title": "qtspritesplus",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtsprites.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtsprites.win/qtsprites.win.zip",
    "title": "qtsprites.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtsprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtsprites/qtsprites.zip",
    "title": "qtsprites",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshoweffect.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshoweffect.win/qtshoweffect.win.zip",
    "title": "qtshoweffect.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshoweffect/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshoweffect/qtshoweffect.zip",
    "title": "qtshoweffect",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtaddeffectseg.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtaddeffectseg.win/qtaddeffectseg.win.zip",
    "title": "qtaddeffectseg.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtaddeffectseg/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtaddeffectseg/qtaddeffectseg.zip",
    "title": "qtaddeffectseg",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtactiontargets.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtactiontargets.win/qtactiontargets.win.zip",
    "title": "qtactiontargets.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtactiontargets/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtactiontargets/qtactiontargets.zip",
    "title": "qtactiontargets",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/makeeffectslideshow.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/makeeffectslideshow.win/makeeffectslideshow.win.zip",
    "title": "makeeffectslideshow.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/makeeffectslideshow/index.html",
    "title": "makeeffectslideshow",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addhtactions.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addhtactions.win/addhtactions.win.zip",
    "title": "addhtactions.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addhtactions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addhtactions/addhtactions.zip",
    "title": "addhtactions",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addflashactions.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addflashactions.win/addflashactions.win.zip",
    "title": "addflashactions.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addflashactions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addflashactions/addflashactions.zip",
    "title": "addflashactions",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WiredSpritesJava/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WiredSpritesJava/WiredSpritesJava.zip",
    "title": "WiredSpritesJava",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WiredSprites.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WiredSprites.win/WiredSprites.win.zip",
    "title": "WiredSprites.win",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WiredSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WiredSprites/WiredSprites.zip",
    "title": "WiredSprites",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTEffects_Explode.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTEffects_Explode.win/QTEffects_Explode.win.zip",
    "title": "QTEffects Explode.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTEffects_Explode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTEffects_Explode/QTEffects_Explode.zip",
    "title": "QTEffects Explode",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GreyscaleEffectSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GreyscaleEffectSample/GreyscaleEffectSample.zip",
    "title": "GreyscaleEffectSample",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FastDitherUsingQT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FastDitherUsingQT/FastDitherUsingQT.zip",
    "title": "FastDitherUsingQT",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dimmer2Effect.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dimmer2Effect.win/Dimmer2Effect.win.zip",
    "title": "Dimmer2Effect.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Dimmer2Effect/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Dimmer2Effect/Dimmer2Effect.zip",
    "title": "Dimmer2Effect",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DesktopSprites.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DesktopSprites.win/DesktopSprites.win.zip",
    "title": "DesktopSprites.win",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DesktopSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DesktopSprites/DesktopSprites.zip",
    "title": "DesktopSprites",
    "platform": "macOS",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Clock_Control/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Clock_Control/Clock_Control.zip",
    "title": "Clock Control",
    "platform": "macOS",
    "topic": "User Experience; Controls",
    "technology": "AppKit",
    "date": "2003-02-25; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTabControl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleTabControl/SimpleTabControl.zip",
    "title": "SimpleTabControl",
    "platform": "macOS",
    "date": "2003-02-20; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PIDFromBSDProcessName/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PIDFromBSDProcessName/PIDFromBSDProcessName.zip",
    "title": "PIDFromBSDProcessName",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "date": "2003-02-13; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIFramework/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIFramework/HIFramework.zip",
    "title": "HIFramework",
    "platform": "macOS",
    "date": "2003-02-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HICustomLeftRightSwitch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HICustomLeftRightSwitch/HICustomLeftRightSwitch.zip",
    "title": "HICustomLeftRightSwitch",
    "platform": "macOS",
    "date": "2003-02-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CryptoSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CryptoSample/CryptoSample.zip",
    "title": "CryptoSample",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2003-02-06; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/stdFilterHacking/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/stdFilterHacking/stdFilterHacking.zip",
    "title": "stdFilterHacking",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/kcapApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/kcapApp/kcapApp.zip",
    "title": "kcapApp",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ictbSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ictbSample/ictbSample.zip",
    "title": "ictbSample",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/icon_cache_demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/icon_cache_demo/icon_cache_demo.zip",
    "title": "icon cache demo",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZoomWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZoomWindow/ZoomWindow.zip",
    "title": "ZoomWindow",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WindowColors/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WindowColors/WindowColors.zip",
    "title": "WindowColors",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WDEFColorSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WDEFColorSample/WDEFColorSample.zip",
    "title": "WDEFColorSample",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Vertest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Vertest/Vertest.zip",
    "title": "Vertest",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/URLTextView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/URLTextView/URLTextView.zip",
    "title": "URLTextView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TwoColumn_LDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TwoColumn_LDEF/TwoColumn_LDEF.zip",
    "title": "TwoColumn LDEF",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TickerView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TickerView/TickerView.zip",
    "title": "TickerView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tabs_LDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tabs_LDEF/Tabs_LDEF.zip",
    "title": "Tabs LDEF",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sys7_popUpCDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sys7_popUpCDEF/Sys7_popUpCDEF.zip",
    "title": "Sys7 popUpCDEF",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SplitView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SplitView/SplitView.zip",
    "title": "SplitView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Splasher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Splasher/Splasher.zip",
    "title": "Splasher",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleList/SimpleList.zip",
    "title": "SimpleList",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ShowInitIcon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ShowInitIcon/ShowInitIcon.zip",
    "title": "ShowInitIcon",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ShadingWinds/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ShadingWinds/ShadingWinds.zip",
    "title": "ShadingWinds",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetWindBackColor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetWindBackColor/SetWindBackColor.zip",
    "title": "SetWindBackColor",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetIndString/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetIndString/SetIndString.zip",
    "title": "SetIndString",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SegmentView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SegmentView/SegmentView.zip",
    "title": "SegmentView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Scrap_Parsing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Scrap_Parsing/Scrap_Parsing.zip",
    "title": "Scrap Parsing",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SICN_LDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SICN_LDEF/SICN_LDEF.zip",
    "title": "SICN LDEF",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RequiredFinderColors/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RequiredFinderColors/RequiredFinderColors.zip",
    "title": "RequiredFinderColors",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReadLocation/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReadLocation/ReadLocation.zip",
    "title": "ReadLocation",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReKeyTrans/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReKeyTrans/ReKeyTrans.zip",
    "title": "ReKeyTrans",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ROMResourceDump/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ROMResourceDump/ROMResourceDump.zip",
    "title": "ROMResourceDump",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ProgressBars/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ProgressBars/ProgressBars.zip",
    "title": "ProgressBars",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PopUpMenuWithCurFont/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PopUpMenuWithCurFont/PopUpMenuWithCurFont.zip",
    "title": "PopUpMenuWithCurFont",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Password/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Password/Password.zip",
    "title": "Password",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PackageTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PackageTool/PackageTool.zip",
    "title": "PackageTool",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NoSound/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NoSound/NoSound.zip",
    "title": "NoSound",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 11 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/LocalServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/LocalServer/LocalServer.zip",
    "title": "LocalServer",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Live_Scroll/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Live_Scroll/Live_Scroll.zip",
    "title": "Live Scroll",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Live_Control_Scroll/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Live_Control_Scroll/Live_Control_Scroll.zip",
    "title": "Live Control Scroll",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/KeyMapTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/KeyMapTest/KeyMapTest.zip",
    "title": "KeyMapTest",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ItemHider/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ItemHider/ItemHider.zip",
    "title": "ItemHider",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Image_Difference/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Image_Difference/Image_Difference.zip",
    "title": "Image Difference",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IconUtilCheck/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IconUtilCheck/IconUtilCheck.zip",
    "title": "IconUtilCheck",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Icon_Play/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Icon_Play/Icon_Play.zip",
    "title": "Icon Play",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HideMenuBar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HideMenuBar/HideMenuBar.zip",
    "title": "HideMenuBar",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HexEditorView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HexEditorView/HexEditorView.zip",
    "title": "HexEditorView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HandyScrollingSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HandyScrollingSample/HandyScrollingSample.zip",
    "title": "HandyScrollingSample",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTMLUserPane/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTMLUserPane/HTMLUserPane.zip",
    "title": "HTMLUserPane",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HTMLSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HTMLSample/HTMLSample.zip",
    "title": "HTMLSample",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HIViewTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HIViewTest/HIViewTest.zip",
    "title": "HIViewTest",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GridWindowGrow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GridWindowGrow/GridWindowGrow.zip",
    "title": "GridWindowGrow",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetDragHiliteColor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetDragHiliteColor/GetDragHiliteColor.zip",
    "title": "GetDragHiliteColor",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Fragment_Tool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Fragment_Tool/Fragment_Tool.zip",
    "title": "Fragment Tool",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DragWindowGrid/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DragWindowGrid/DragWindowGrid.zip",
    "title": "DragWindowGrid",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomWindowWidget/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomWindowWidget/CustomWindowWidget.zip",
    "title": "CustomWindowWidget",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomWindow/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomWindow/CustomWindow.zip",
    "title": "CustomWindow",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ControlBackground/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ControlBackground/ControlBackground.zip",
    "title": "ControlBackground",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColoredCheckBox/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColoredCheckBox/ColoredCheckBox.zip",
    "title": "ColoredCheckBox",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorSwatchView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorSwatchView/ColorSwatchView.zip",
    "title": "ColorSwatchView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorPopUpMenus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorPopUpMenus/ColorPopUpMenus.zip",
    "title": "ColorPopUpMenus",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClockView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClockView/ClockView.zip",
    "title": "ClockView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonMDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonMDEF/CarbonMDEF.zip",
    "title": "CarbonMDEF",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCustomList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonCustomList/CarbonCustomList.zip",
    "title": "CarbonCustomList",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CalendarView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CalendarView/CalendarView.zip",
    "title": "CalendarView",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Calculator/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Calculator/Calculator.zip",
    "title": "Calculator",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Calc_ControlRgn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Calc_ControlRgn/Calc_ControlRgn.zip",
    "title": "Calc ControlRgn",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AuntieDialog/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AuntieDialog/AuntieDialog.zip",
    "title": "AuntieDialog",
    "platform": "macOS",
    "date": "2003-01-30; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtdataref.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtdataref.win/qtdataref.win.zip",
    "title": "qtdataref.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtdataref/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtdataref/qtdataref.zip",
    "title": "qtdataref",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-24; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDFView/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDFView/PDFView.zip",
    "title": "PDFView",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "Quartz",
    "date": "2003-01-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Is_PC_Exchange_Installed/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Is_PC_Exchange_Installed/Is_PC_Exchange_Installed.zip",
    "title": "Is PC Exchange Installed",
    "platform": "macOS",
    "date": "2003-01-23; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FindSerialPorts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FindSerialPorts/FindSerialPorts.zip",
    "title": "FindSerialPorts",
    "platform": "macOS",
    "date": "2003-01-15; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrspeech/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrspeech/vrspeech.zip",
    "title": "vrspeech",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrscript.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrscript.win/vrscript.win.zip",
    "title": "vrscript.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrscript/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrscript/vrscript.zip",
    "title": "vrscript",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmovies.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmovies.win/vrmovies.win.zip",
    "title": "vrmovies.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmovies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmovies/vrmovies.zip",
    "title": "vrmovies",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmakepano.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmakepano.win/vrmakepano.win.zip",
    "title": "vrmakepano.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmakepano/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmakepano/vrmakepano.zip",
    "title": "vrmakepano",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmakeobject.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmakeobject.win/vrmakeobject.win.zip",
    "title": "vrmakeobject.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrmakeobject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrmakeobject/vrmakeobject.zip",
    "title": "vrmakeobject",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrflattenmovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrflattenmovie/vrflattenmovie.zip",
    "title": "vrflattenmovie",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrcursors.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrcursors.win/vrcursors.win.zip",
    "title": "vrcursors.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrcursors/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrcursors/vrcursors.zip",
    "title": "vrcursors",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrbackbuffer.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrbackbuffer.win/vrbackbuffer.win.zip",
    "title": "vrbackbuffer.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/vrbackbuffer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/vrbackbuffer/vrbackbuffer.zip",
    "title": "vrbackbuffer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/usher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/usher/usher.zip",
    "title": "usher",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/testNBP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/testNBP/testNBP.zip",
    "title": "testNBP",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/soundconverter.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/soundconverter.win/soundconverter.win.zip",
    "title": "soundconverter.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/soundconverter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/soundconverter/soundconverter.zip",
    "title": "soundconverter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/sndequalizer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/sndequalizer/sndequalizer.zip",
    "title": "sndequalizer",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/simpleplayersdi.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/simpleplayersdi.win/simpleplayersdi.win.zip",
    "title": "simpleplayersdi.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/simpleeditsdi.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/simpleeditsdi.win/simpleeditsdi.win.zip",
    "title": "simpleeditsdi.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/simpleAVC/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/simpleAVC/simpleAVC.zip",
    "title": "simpleAVC",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; User-Space Device Access",
    "technology": "IOKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/rollercoasterold/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/rollercoasterold/rollercoasterold.zip",
    "title": "rollercoasterold",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/resolveRelativeAlias/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/resolveRelativeAlias/resolveRelativeAlias.zip",
    "title": "resolveRelativeAlias",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtvectors.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtvectors.win/qtvectors.win.zip",
    "title": "qtvectors.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtvectors/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtvectors/qtvectors.zip",
    "title": "qtvectors",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qttimecode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qttimecode/qttimecode.zip",
    "title": "qttimecode",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qttext.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qttext.win/qttext.win.zip",
    "title": "qttext.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qttext/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qttext/qttext.zip",
    "title": "qttext",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreamsplicer.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreamsplicer.win/qtstreamsplicer.win.zip",
    "title": "qtstreamsplicer.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreamsplicer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreamsplicer/qtstreamsplicer.zip",
    "title": "qtstreamsplicer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreammsg.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreammsg.win/qtstreammsg.win.zip",
    "title": "qtstreammsg.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreammsg/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreammsg/qtstreammsg.zip",
    "title": "qtstreammsg",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreaming.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreaming.win/qtstreaming.win.zip",
    "title": "qtstreaming.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstreaming/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstreaming/qtstreaming.zip",
    "title": "qtstreaming",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstdcompr.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstdcompr.win/qtstdcompr.win.zip",
    "title": "qtstdcompr.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtstdcompr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtstdcompr/qtstdcompr.zip",
    "title": "qtstdcompr",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtsndtween.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtsndtween.win/qtsndtween.win.zip",
    "title": "qtsndtween.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtsndtween/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtsndtween/qtsndtween.zip",
    "title": "qtsndtween",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtskins.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtskins.win/qtskins.win.zip",
    "title": "qtskins.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtskins/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtskins/qtskins.zip",
    "title": "qtskins",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshortcut.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshortcut.win/qtshortcut.win.zip",
    "title": "qtshortcut.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshortcut/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshortcut/qtshortcut.zip",
    "title": "qtshortcut",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshellCEvents.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshellCEvents.win/qtshellCEvents.win.zip",
    "title": "qtshellCEvents.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtshellCEvents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtshellCEvents/qtshellCEvents.zip",
    "title": "qtshellCEvents",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtreadwritejpeg.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtreadwritejpeg.win/qtreadwritejpeg.win.zip",
    "title": "qtreadwritejpeg.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtreadwritejpeg/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtreadwritejpeg/qtreadwritejpeg.zip",
    "title": "qtreadwritejpeg",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmusic.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmusic.win/qtmusic.win.zip",
    "title": "qtmusic.win",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmusic/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmusic/qtmusic.zip",
    "title": "qtmusic",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmultiimage.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmultiimage.win/qtmultiimage.win.zip",
    "title": "qtmultiimage.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmultiimage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmultiimage/qtmultiimage.zip",
    "title": "qtmultiimage",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmovietrack.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmovietrack.win/qtmovietrack.win.zip",
    "title": "qtmovietrack.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmovietrack/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmovietrack/qtmovietrack.zip",
    "title": "qtmovietrack",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromurl.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromurl.win/qtmoviefromurl.win.zip",
    "title": "qtmoviefromurl.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromurl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromurl/qtmoviefromurl.zip",
    "title": "qtmoviefromurl",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromprocs.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromprocs.win/qtmoviefromprocs.win.zip",
    "title": "qtmoviefromprocs.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromprocs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmoviefromprocs/qtmoviefromprocs.zip",
    "title": "qtmoviefromprocs",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmissingcomp.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmissingcomp.win/qtmissingcomp.win.zip",
    "title": "qtmissingcomp.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmissingcomp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmissingcomp/qtmissingcomp.zip",
    "title": "qtmissingcomp",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtmakemovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtmakemovie/qtmakemovie.zip",
    "title": "qtmakemovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtinfo.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtinfo.win/qtinfo.win.zip",
    "title": "qtinfo.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtinfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtinfo/qtinfo.zip",
    "title": "qtinfo",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qthintmovies.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qthintmovies.win/qthintmovies.win.zip",
    "title": "qthintmovies.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qthintmovies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qthintmovies/qthintmovies.zip",
    "title": "qthintmovies",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphimp.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphimp.win/qtgraphimp.win.zip",
    "title": "qtgraphimp.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphimp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphimp/qtgraphimp.zip",
    "title": "qtgraphimp",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphics.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphics.win/qtgraphics.win.zip",
    "title": "qtgraphics.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphics/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtgraphics/qtgraphics.zip",
    "title": "qtgraphics",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtfullscreen.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtfullscreen.win/qtfullscreen.win.zip",
    "title": "qtfullscreen.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtfullscreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtfullscreen/qtfullscreen.zip",
    "title": "qtfullscreen",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtframestepper.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtframestepper.win/qtframestepper.win.zip",
    "title": "qtframestepper.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtframestepper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtframestepper/qtframestepper.zip",
    "title": "qtframestepper",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtflattentohandle.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtflattentohandle.win/qtflattentohandle.win.zip",
    "title": "qtflattentohandle.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtflattentohandle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtflattentohandle/qtflattentohandle.zip",
    "title": "qtflattentohandle",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtfiletransfer.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtfiletransfer.win/qtfiletransfer.win.zip",
    "title": "qtfiletransfer.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtfiletransfer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtfiletransfer/qtfiletransfer.zip",
    "title": "qtfiletransfer",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qteffects.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qteffects.win/qteffects.win.zip",
    "title": "qteffects.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qteffects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qteffects/qteffects.zip",
    "title": "qteffects",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtdataexchange/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtdataexchange/qtdataexchange.zip",
    "title": "qtdataexchange",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcustombutton.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcustombutton.win/qtcustombutton.win.zip",
    "title": "qtcustombutton.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcustombutton/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcustombutton/qtcustombutton.zip",
    "title": "qtcustombutton",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcreatemovie.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcreatemovie.win/qtcreatemovie.win.zip",
    "title": "qtcreatemovie.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcreatemovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcreatemovie/qtcreatemovie.zip",
    "title": "qtcreatemovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcontroller.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcontroller.win/qtcontroller.win.zip",
    "title": "qtcontroller.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcontroller/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcontroller/qtcontroller.zip",
    "title": "qtcontroller",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcompress.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcompress.win/qtcompress.win.zip",
    "title": "qtcompress.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcompress/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcompress/qtcompress.zip",
    "title": "qtcompress",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtchannels.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtchannels.win/qtchannels.win.zip",
    "title": "qtchannels.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtchannels/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtchannels/qtchannels.zip",
    "title": "qtchannels",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcapture.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcapture.win/qtcapture.win.zip",
    "title": "qtcapture.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtcapture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtcapture/qtcapture.zip",
    "title": "qtcapture",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtbigscreen.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtbigscreen.win/qtbigscreen.win.zip",
    "title": "qtbigscreen.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qtbigscreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qtbigscreen/qtbigscreen.zip",
    "title": "qtbigscreen",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qt3dtween.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qt3dtween.win/qt3dtween.win.zip",
    "title": "qt3dtween.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qt3dtween/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qt3dtween/qt3dtween.zip",
    "title": "qt3dtween",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qdmediamaker.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qdmediamaker.win/qdmediamaker.win.zip",
    "title": "qdmediamaker.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qdmediamaker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qdmediamaker/qdmediamaker.zip",
    "title": "qdmediamaker",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qdmediahandler.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qdmediahandler.win/qdmediahandler.win.zip",
    "title": "qdmediahandler.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/qdmediahandler/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/qdmediahandler/qdmediahandler.zip",
    "title": "qdmediahandler",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/offscreen.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/offscreen.win/offscreen.win.zip",
    "title": "offscreen.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/mfc.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/mfc.win/mfc.win.zip",
    "title": "mfc.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/mdiplayer.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/mdiplayer.win/mdiplayer.win.zip",
    "title": "mdiplayer.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ledApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ledApp/ledApp.zip",
    "title": "ledApp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 12 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/jGNEFilter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/jGNEFilter/jGNEFilter.zip",
    "title": "jGNEFilter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/jGNE_Helper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/jGNE_Helper/jGNE_Helper.zip",
    "title": "jGNE Helper",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/iso9660/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/iso9660/iso9660.zip",
    "title": "iso9660",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/hacktv.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/hacktv.win/hacktv.win.zip",
    "title": "hacktv.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/hacktv/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/hacktv/hacktv.zip",
    "title": "hacktv",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/graphicimporter.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/graphicimporter.win/graphicimporter.win.zip",
    "title": "graphicimporter.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ficycle/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ficycle/ficycle.zip",
    "title": "ficycle",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/deleteEmptyDir/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/deleteEmptyDir/deleteEmptyDir.zip",
    "title": "deleteEmptyDir",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/databurntest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/databurntest/databurntest.zip",
    "title": "databurntest",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "DiscRecording",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/bulkerase/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/bulkerase/bulkerase.zip",
    "title": "bulkerase",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "DiscRecording",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/bMoviePaletteCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/bMoviePaletteCocoa/bMoviePaletteCocoa.zip",
    "title": "bMoviePaletteCocoa",
    "platform": "Xcode Developer Tools",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/bMoviePalette/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/bMoviePalette/bMoviePalette.zip",
    "title": "bMoviePalette",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/audioconverter.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/audioconverter.win/audioconverter.win.zip",
    "title": "audioconverter.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/audioconverter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/audioconverter/audioconverter.zip",
    "title": "audioconverter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/audiocodec.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/audiocodec.win/audiocodec.win.zip",
    "title": "audiocodec.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/audiocodec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/audiocodec/audiocodec.zip",
    "title": "audiocodec",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/audioburntest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/audioburntest/audioburntest.zip",
    "title": "audioburntest",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "DiscRecording",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/aiffwriter.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/aiffwriter.win/aiffwriter.win.zip",
    "title": "aiffwriter.win",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addvractions.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addvractions.win/addvractions.win.zip",
    "title": "addvractions.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/addvractions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/addvractions/addvractions.zip",
    "title": "addvractions",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Zoo_Tutorial/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Zoo_Tutorial/Zoo_Tutorial.zip",
    "title": "Zoo Tutorial",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZapTCP_Application/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZapTCP_Application/ZapTCP_Application.zip",
    "title": "ZapTCP Application",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ZAM/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ZAM/ZAM.zip",
    "title": "ZAM",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/XML_Transport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/XML_Transport/XML_Transport.zip",
    "title": "XML_Transport",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WorldRayPickSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WorldRayPickSample/WorldRayPickSample.zip",
    "title": "WorldRayPickSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Win2MacCounterSamples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Win2MacCounterSamples/Win2MacCounterSamples.zip",
    "title": "Win2MacCounterSamples",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WaveTable_Sounds/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WaveTable_Sounds/WaveTable_Sounds.zip",
    "title": "WaveTable Sounds",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Wake100/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Wake100/Wake100.zip",
    "title": "Wake100",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/WDEFPatch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/WDEFPatch/WDEFPatch.zip",
    "title": "WDEFPatch",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VwrFrameWork/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VwrFrameWork/VwrFrameWork.zip",
    "title": "VwrFrameWork",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewerOptBtnSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewerOptBtnSample/ViewerOptBtnSample.zip",
    "title": "ViewerOptBtnSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewerGWorldTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewerGWorldTest/ViewerGWorldTest.zip",
    "title": "ViewerGWorldTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewerFrameWorkSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewerFrameWorkSample/ViewerFrameWorkSample.zip",
    "title": "ViewerFrameWorkSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ViewerCallbackSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ViewerCallbackSample/ViewerCallbackSample.zip",
    "title": "ViewerCallbackSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VideoFrameToGWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VideoFrameToGWorld/VideoFrameToGWorld.zip",
    "title": "VideoFrameToGWorld",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VertexPerformanceTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VertexPerformanceTest/VertexPerformanceTest.zip",
    "title": "VertexPerformanceTest",
    "platform": "macOS",
    "topic": "Graphics & Animation; 3D Drawing",
    "technology": "OpenGL",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Versions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Versions/Versions.zip",
    "title": "Versions",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_Wavelet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_Wavelet/VelEng_Wavelet.zip",
    "title": "VelEng Wavelet",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_Multiprecision/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_Multiprecision/VelEng_Multiprecision.zip",
    "title": "VelEng Multiprecision",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_FFT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VelEng_FFT/VelEng_FFT.zip",
    "title": "VelEng FFT",
    "platform": "macOS",
    "topic": "Mathematical Computation",
    "technology": "Accelerate",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VRMakePano_Library/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VRMakePano_Library/VRMakePano_Library.zip",
    "title": "VRMakePano Library",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VRInteraction/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VRInteraction/VRInteraction.zip",
    "title": "VRInteraction",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VDTextSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VDTextSample/VDTextSample.zip",
    "title": "VDTextSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/VCDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/VCDemo/VCDemo.zip",
    "title": "VCDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Utility_Library/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Utility_Library/Utility_Library.zip",
    "title": "Utility Library",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UniversalHIDModuleTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UniversalHIDModuleTest/UniversalHIDModuleTest.zip",
    "title": "UniversalHIDModuleTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/UDPSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/UDPSample/UDPSample.zip",
    "title": "UDPSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TweenCamera/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TweenCamera/TweenCamera.zip",
    "title": "TweenCamera",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tumbler_and_Podium/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tumbler_and_Podium/Tumbler_and_Podium.zip",
    "title": "Tumbler and Podium",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TriGrids/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TriGrids/TriGrids.zip",
    "title": "TriGrids",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Transitions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Transitions/Transitions.zip",
    "title": "Transitions",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Transition_Queue_Watcher/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Transition_Queue_Watcher/Transition_Queue_Watcher.zip",
    "title": "Transition Queue Watcher",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Transformed_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Transformed_Image/Transformed_Image.zip",
    "title": "Transformed Image",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TradDriverLoaderLib/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TradDriverLoaderLib/TradDriverLoaderLib.zip",
    "title": "TradDriverLoaderLib",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Tinted_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Tinted_Image/Tinted_Image.zip",
    "title": "Tinted Image",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimerTst/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimerTst/TimerTst.zip",
    "title": "TimerTst",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimerEventSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimerEventSample/TimerEventSample.zip",
    "title": "TimerEventSample",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimeZone.Daylight/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimeZone.Daylight/TimeZone.Daylight.zip",
    "title": "TimeZone.Daylight",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimeSlaving/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimeSlaving/TimeSlaving.zip",
    "title": "TimeSlaving",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TimeCode_Media_Handlers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TimeCode_Media_Handlers/TimeCode_Media_Handlers.zip",
    "title": "TimeCode Media Handlers",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextViewConfig/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextViewConfig/TextViewConfig.zip",
    "title": "TextViewConfig",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TextDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TextDemo/TextDemo.zip",
    "title": "TextDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Test_Code/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Test_Code/Test_Code.zip",
    "title": "Test Code",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TbltDrvr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TbltDrvr/TbltDrvr.zip",
    "title": "TbltDrvr",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Talking_Heads/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Talking_Heads/Talking_Heads.zip",
    "title": "Talking Heads",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TalkTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TalkTool/TalkTool.zip",
    "title": "TalkTool",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TEXTtotypeIntlCoercion/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TEXTtotypeIntlCoercion/TEXTtotypeIntlCoercion.zip",
    "title": "TEXTtotypeIntlCoercion",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TESample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TESample/TESample.zip",
    "title": "TESample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TCPClose/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TCPClose/TCPClose.zip",
    "title": "TCPClose",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TCP_Server/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TCP_Server/TCP_Server.zip",
    "title": "TCP Server",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/TCP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/TCP/TCP.zip",
    "title": "TCP",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/System_7.0_WDEF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/System_7.0_WDEF/System_7.0_WDEF.zip",
    "title": "System 7.0 WDEF",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/System_7.0_Menu_Def_Info/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/System_7.0_Menu_Def_Info/System_7.0_Menu_Def_Info.zip",
    "title": "System 7.0 Menu Def Info",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Switch_Stack/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Switch_Stack/Switch_Stack.zip",
    "title": "Switch Stack",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StyleMap/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StyleMap/StyleMap.zip",
    "title": "StyleMap",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/StyleFlatteningSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/StyleFlatteningSample/StyleFlatteningSample.zip",
    "title": "StyleFlatteningSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Std_Compression_Examples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Std_Compression_Examples/Std_Compression_Examples.zip",
    "title": "Std Compression Examples",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CarbonCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SpellingChecker-CarbonCocoa/SpellingChecker-CarbonCocoa.zip",
    "title": "SpellingChecker-CarbonCocoa",
    "platform": "macOS",
    "topic": "Data Management; Strings, Text, & Fonts",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Soundboard/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Soundboard/Soundboard.zip",
    "title": "Soundboard",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundPlayer.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundPlayer.win/SoundPlayer.win.zip",
    "title": "SoundPlayer.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundPlayer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundPlayer/SoundPlayer.zip",
    "title": "SoundPlayer",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SoundMeter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SoundMeter/SoundMeter.zip",
    "title": "SoundMeter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sound_Input/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sound_Input/Sound_Input.zip",
    "title": "Sound Input",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SmallDaemon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SmallDaemon/SmallDaemon.zip",
    "title": "SmallDaemon",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlotVInstall/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SlotVInstall/SlotVInstall.zip",
    "title": "SlotVInstall",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowJava/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowJava/SlideShowJava.zip",
    "title": "SlideShowJava",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowImporter.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowImporter.win/SlideShowImporter.win.zip",
    "title": "SlideShowImporter.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowImporter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SlideShowImporter/SlideShowImporter.zip",
    "title": "SlideShowImporter",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sleep_Queue_Entry/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Sleep_Queue_Entry/Sleep_Queue_Entry.zip",
    "title": "Sleep Queue Entry",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Skinny3DSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Skinny3DSample/Skinny3DSample.zip",
    "title": "Skinny3DSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simplest_Viewer_App/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simplest_Viewer_App/Simplest_Viewer_App.zip",
    "title": "Simplest Viewer App",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleViewer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleViewer/SimpleViewer.zip",
    "title": "SimpleViewer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleThreads/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleThreads/SimpleThreads.zip",
    "title": "SimpleThreads",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "Foundation",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleText_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleText_Sample/SimpleText_Sample.zip",
    "title": "SimpleText Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleHelp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleHelp/SimpleHelp.zip",
    "title": "SimpleHelp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDownload/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDownload/SimpleDownload.zip",
    "title": "SimpleDownload",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDataQueue/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleDataQueue/SimpleDataQueue.zip",
    "title": "SimpleDataQueue",
    "platform": "macOS",
    "topic": "Drivers, Kernel, & Hardware; Kernel Device Drivers",
    "technology": "Kernel",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaMovieQT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaMovieQT/SimpleCocoaMovieQT.zip",
    "title": "SimpleCocoaMovieQT",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaMovie/SimpleCocoaMovie.zip",
    "title": "SimpleCocoaMovie",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaJavaMovieCocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaJavaMovieCocoa/SimpleCocoaJavaMovieCocoa.zip",
    "title": "SimpleCocoaJavaMovieCocoa",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaJavaMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SimpleCocoaJavaMovie/SimpleCocoaJavaMovie.zip",
    "title": "SimpleCocoaJavaMovie",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simple_HLE/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simple_HLE/Simple_HLE.zip",
    "title": "Simple HLE",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simon_Tool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simon_Tool/Simon_Tool.zip",
    "title": "Simon Tool",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Simon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Simon/Simon.zip",
    "title": "Simon",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SillyBalls/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SillyBalls/SillyBalls.zip",
    "title": "SillyBalls",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SignatureToApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SignatureToApp/SignatureToApp.zip",
    "title": "SignatureToApp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Show_Movie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Show_Movie/Show_Movie.zip",
    "title": "Show Movie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SharedMemory/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SharedMemory/SharedMemory.zip",
    "title": "SharedMemory",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetSoundInput/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetSoundInput/SetSoundInput.zip",
    "title": "SetSoundInput",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SetPDiMC/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SetPDiMC/SetPDiMC.zip",
    "title": "SetPDiMC",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Set_Folder_Windows/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Set_Folder_Windows/Set_Folder_Windows.zip",
    "title": "Set Folder Windows",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SerialDriverArbitration/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SerialDriverArbitration/SerialDriverArbitration.zip",
    "title": "SerialDriverArbitration",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Serial_Demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Serial_Demo/Serial_Demo.zip",
    "title": "Serial Demo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SearchProcs_&_Color_Sep/index.html",
    "title": "SearchProcs & Color Sep",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ScreenFKey/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ScreenFKey/ScreenFKey.zip",
    "title": "ScreenFKey",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Scalable_PostScript_PICT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Scalable_PostScript_PICT/Scalable_PostScript_PICT.zip",
    "title": "Scalable PostScript PICT",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Save_Print_Record/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Save_Print_Record/Save_Print_Record.zip",
    "title": "Save Print Record",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SampleSndPlay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SampleSndPlay/SampleSndPlay.zip",
    "title": "SampleSndPlay",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Sample_(Traffic_Light)/index.html",
    "title": "Sample (Traffic Light)",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SSLSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SSLSample/SSLSample.zip",
    "title": "SSLSample",
    "platform": "macOS",
    "topic": "Security",
    "technology": "Security",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SOAPServer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SOAPServer/SOAPServer.zip",
    "title": "SOAPServer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SOAPClient/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SOAPClient/SOAPClient.zip",
    "title": "SOAPClient",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SGDevices/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SGDevices/SGDevices.zip",
    "title": "SGDevices",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SGDataProcSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SGDataProcSample/SGDataProcSample.zip",
    "title": "SGDataProcSample",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SGDataProcDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SGDataProcDemo/SGDataProcDemo.zip",
    "title": "SGDataProcDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SGCapture2Disk/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SGCapture2Disk/SGCapture2Disk.zip",
    "title": "SGCapture2Disk",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SGCapture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SGCapture/SGCapture.zip",
    "title": "SGCapture",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Simple_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Simple_Sample/SCSI_Simple_Sample.zip",
    "title": "SCSI Simple Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Inquiry_(More)/index.html",
    "title": "SCSI Inquiry (More)",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Inquiry/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Inquiry/SCSI_Inquiry.zip",
    "title": "SCSI Inquiry",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Find_Devices/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Find_Devices/SCSI_Find_Devices.zip",
    "title": "SCSI Find Devices",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_DriveID_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_DriveID_Sample/SCSI_DriveID_Sample.zip",
    "title": "SCSI DriveID Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Async_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/SCSI_Async_Sample/SCSI_Async_Sample.zip",
    "title": "SCSI Async Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/S3V/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/S3V/S3V.zip",
    "title": "S3V",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Rotated_Thingies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Rotated_Thingies/Rotated_Thingies.zip",
    "title": "Rotated Thingies",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RollerCoaster.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RollerCoaster.win/RollerCoaster.win.zip",
    "title": "RollerCoaster.win",
    "platform": "macOS",
    "topic": "Cross Platform; Windows",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RollerCoaster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RollerCoaster/RollerCoaster.zip",
    "title": "RollerCoaster",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Reinstallable/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Reinstallable/Reinstallable.zip",
    "title": "Reinstallable",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Red_Rocket/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Red_Rocket/Red_Rocket.zip",
    "title": "Red Rocket",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 13 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RecordToFile/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RecordToFile/RecordToFile.zip",
    "title": "RecordToFile",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ReadSector_MSDOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ReadSector_MSDOS/ReadSector_MSDOS.zip",
    "title": "ReadSector MSDOS",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RaveEngineInfoSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RaveEngineInfoSample/RaveEngineInfoSample.zip",
    "title": "RaveEngineInfoSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RaveContextSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RaveContextSample/RaveContextSample.zip",
    "title": "RaveContextSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RGB_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RGB_Image/RGB_Image.zip",
    "title": "RGB Image",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RAVE_Starter_Samples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RAVE_Starter_Samples/RAVE_Starter_Samples.zip",
    "title": "RAVE Starter Samples",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/RAMDisk/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/RAMDisk/RAMDisk.zip",
    "title": "RAMDisk",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Quartz_EB/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Quartz_EB/Quartz_EB.zip",
    "title": "Quartz EB",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTtoJavaImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTtoJavaImage/QTtoJavaImage.zip",
    "title": "QTtoJavaImage",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTtoCG/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTtoCG/QTtoCG.zip",
    "title": "QTtoCG",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTimadecompression/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTimadecompression/QTimadecompression.zip",
    "title": "QTimadecompression",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTVector/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTVector/QTVector.zip",
    "title": "QTVector",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTTestApplet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTTestApplet/QTTestApplet.zip",
    "title": "QTTestApplet",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSSInspector/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSSInspector/QTSSInspector.zip",
    "title": "QTSSInspector",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSSConnectionMonitor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSSConnectionMonitor/QTSSConnectionMonitor.zip",
    "title": "QTSSConnectionMonitor",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSPketizerReassem.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSPketizerReassem.win/QTSPketizerReassem.win.zip",
    "title": "QTSPketizerReassem.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTSPketizerReassem/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTSPketizerReassem/QTSPketizerReassem.zip",
    "title": "QTSPketizerReassem",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTMP3Player/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTMP3Player/QTMP3Player.zip",
    "title": "QTMP3Player",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTJava_media_samples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTJava_media_samples/QTJava_media_samples.zip",
    "title": "QTJava media samples",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTGraphicsImport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTGraphicsImport/QTGraphicsImport.zip",
    "title": "QTGraphicsImport",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTEffectsJava/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTEffectsJava/QTEffectsJava.zip",
    "title": "QTEffectsJava",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTButtonDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTButtonDemo/QTButtonDemo.zip",
    "title": "QTButtonDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QTBRemoteAdmin/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QTBRemoteAdmin/QTBRemoteAdmin.zip",
    "title": "QTBRemoteAdmin",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QT_QDesign_decomp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QT_QDesign_decomp/QT_QDesign_decomp.zip",
    "title": "QT QDesign decomp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/QT_Internals/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/QT_Internals/QT_Internals.zip",
    "title": "QT Internals",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PutAwayVolumes/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PutAwayVolumes/PutAwayVolumes.zip",
    "title": "PutAwayVolumes",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Print_multipage_PICT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Print_multipage_PICT/Print_multipage_PICT.zip",
    "title": "Print multipage PICT",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PopMenus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PopMenus/PopMenus.zip",
    "title": "PopMenus",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Polygons/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Polygons/Polygons.zip",
    "title": "Polygons",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in_-Postscript_Renderer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in_-Postscript_Renderer/Plug-in_-Postscript_Renderer.zip",
    "title": "Plug-in -Postscript Renderer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-QuickDraw_Renderer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-QuickDraw_Renderer/Plug-in__-QuickDraw_Renderer.zip",
    "title": "Plug-in -QuickDraw Renderer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-DistanceProxyGroup/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-DistanceProxyGroup/Plug-in__-DistanceProxyGroup.zip",
    "title": "Plug-in -DistanceProxyGroup",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-_Sample_Renderer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-_Sample_Renderer/Plug-in__-_Sample_Renderer.zip",
    "title": "Plug-in - Sample Renderer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-_Attr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Plug-in__-_Attr/Plug-in__-_Attr.zip",
    "title": "Plug-in - Attr",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovieOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovieOld/PlayMovieOld.zip",
    "title": "PlayMovieOld",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovieJava/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PlayMovieJava/PlayMovieJava.zip",
    "title": "PlayMovieJava",
    "platform": "macOS",
    "topic": "Cross Platform; Java",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Play_Video_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Play_Video_Sample/Play_Video_Sample.zip",
    "title": "Play Video Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Play_Movie_with_Controller/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Play_Movie_with_Controller/Play_Movie_with_Controller.zip",
    "title": "Play Movie with Controller",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Play/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Play/Play.zip",
    "title": "Play",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictMovier/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictMovier/PictMovier.zip",
    "title": "PictMovier",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PictInfoTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PictInfoTest/PictInfoTest.zip",
    "title": "PictInfoTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Picking_Mesh_ShapeParts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Picking_Mesh_ShapeParts/Picking_Mesh_ShapeParts.zip",
    "title": "Picking Mesh ShapeParts",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PickOne/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PickOne/PickOne.zip",
    "title": "PickOne",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PicCommentsTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PicCommentsTest/PicCommentsTest.zip",
    "title": "PicCommentsTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Pallete_DA/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Pallete_DA/Pallete_DA.zip",
    "title": "Pallete DA",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PThreadSorts/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PThreadSorts/PThreadSorts.zip",
    "title": "PThreadSorts",
    "platform": "macOS",
    "topic": "Performance",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDlog_Expand/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDlog_Expand/PDlog_Expand.zip",
    "title": "PDlog Expand",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PDEProject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PDEProject/PDEProject.zip",
    "title": "PDEProject",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PBDTGetAppl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PBDTGetAppl/PBDTGetAppl.zip",
    "title": "PBDTGetAppl",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PBAllocate/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PBAllocate/PBAllocate.zip",
    "title": "PBAllocate",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/PACKman/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/PACKman/PACKman.zip",
    "title": "PACKman",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Optimization_TN_Demos/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Optimization_TN_Demos/Optimization_TN_Demos.zip",
    "title": "Optimization TN Demos",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLMovieQT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGLMovieQT/OpenGLMovieQT.zip",
    "title": "OpenGLMovieQT",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Stereo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Stereo/OpenGL_Stereo.zip",
    "title": "OpenGL Stereo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Movie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Movie/OpenGL_Movie.zip",
    "title": "OpenGL Movie",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OpenGL_Image/OpenGL_Image.zip",
    "title": "OpenGL Image",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OffSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OffSample/OffSample.zip",
    "title": "OffSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Obj_Hierarchy/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Obj_Hierarchy/Obj_Hierarchy.zip",
    "title": "Obj Hierarchy",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTTCPWillDial/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTTCPWillDial/OTTCPWillDial.zip",
    "title": "OTTCPWillDial",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTSimpleServerHTTP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTSimpleServerHTTP/OTSimpleServerHTTP.zip",
    "title": "OTSimpleServerHTTP",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTSimpleDownloadHTTP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTSimpleDownloadHTTP/OTSimpleDownloadHTTP.zip",
    "title": "OTSimpleDownloadHTTP",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTLookupNameTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTLookupNameTest/OTLookupNameTest.zip",
    "title": "OTLookupNameTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OTCheckNetForNBPName/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OTCheckNetForNBPName/OTCheckNetForNBPName.zip",
    "title": "OTCheckNetForNBPName",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OT_Virtual_Server/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OT_Virtual_Server/OT_Virtual_Server.zip",
    "title": "OT Virtual Server",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OSA_Preserve_68K_Registers/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OSA_Preserve_68K_Registers/OSA_Preserve_68K_Registers.zip",
    "title": "OSA Preserve 68K Registers",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/OOPTESample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/OOPTESample/OOPTESample.zip",
    "title": "OOPTESample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ODOC/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ODOC/ODOC.zip",
    "title": "ODOC",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Notification_Hacks/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Notification_Hacks/Notification_Hacks.zip",
    "title": "Notification Hacks",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NoPowerOffKey/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NoPowerOffKey/NoPowerOffKey.zip",
    "title": "NoPowerOffKey",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NoCopyReceives/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NoCopyReceives/NoCopyReceives.zip",
    "title": "NoCopyReceives",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NewCCursor/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NewCCursor/NewCCursor.zip",
    "title": "NewCCursor",
    "platform": "macOS",
    "topic": "User Experience",
    "technology": "Carbon",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Network_Stream/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Network_Stream/Network_Stream.zip",
    "title": "Network Stream",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Neighborhood_Watch/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Neighborhood_Watch/Neighborhood_Watch.zip",
    "title": "Neighborhood Watch",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NamingTableAccess/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NamingTableAccess/NamingTableAccess.zip",
    "title": "NamingTableAccess",
    "platform": "macOS",
    "topic": "User Experience; Text Layout",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NameAndAddress/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NameAndAddress/NameAndAddress.zip",
    "title": "NameAndAddress",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Services & Discovery",
    "technology": "Foundation",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/NSLMiniBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/NSLMiniBrowser/NSLMiniBrowser.zip",
    "title": "NSLMiniBrowser",
    "platform": "macOS",
    "topic": "Networking, Internet, & Web; Web Client",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyRegisterComponentOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyRegisterComponentOld/MyRegisterComponentOld.zip",
    "title": "MyRegisterComponentOld",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyRegisterComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyRegisterComponent/MyRegisterComponent.zip",
    "title": "MyRegisterComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyQuickTimeApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyQuickTimeApp/MyQuickTimeApp.zip",
    "title": "MyQuickTimeApp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyMultipleMoviesApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyMultipleMoviesApp/MyMultipleMoviesApp.zip",
    "title": "MyMultipleMoviesApp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyGrabOneFrame/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyGrabOneFrame/MyGrabOneFrame.zip",
    "title": "MyGrabOneFrame",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyComponentOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyComponentOld/MyComponentOld.zip",
    "title": "MyComponentOld",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyComponent/MyComponent.zip",
    "title": "MyComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MyCaptureApp/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MyCaptureApp/MyCaptureApp.zip",
    "title": "MyCaptureApp",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieToAIFF/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieToAIFF/MovieToAIFF.zip",
    "title": "MovieToAIFF",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieSprites/MovieSprites.zip",
    "title": "MovieSprites",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieShell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieShell/MovieShell.zip",
    "title": "MovieShell",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MovieBrowser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MovieBrowser/MovieBrowser.zip",
    "title": "MovieBrowser",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Movie_From_DataRef/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Movie_From_DataRef/Movie_From_DataRef.zip",
    "title": "Movie From DataRef",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Moriarity/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Moriarity/Moriarity.zip",
    "title": "Moriarity",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreOSL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreOSL/MoreOSL.zip",
    "title": "MoreOSL",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreFinderEvents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreFinderEvents/MoreFinderEvents.zip",
    "title": "MoreFinderEvents",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreFiles/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreFiles/MoreFiles.zip",
    "title": "MoreFiles",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MoreAppleEvents/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MoreAppleEvents/MoreAppleEvents.zip",
    "title": "MoreAppleEvents",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "CoreServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ModifyMouseAccl/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ModifyMouseAccl/ModifyMouseAccl.zip",
    "title": "ModifyMouseAccl",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ModeWhacker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ModeWhacker/ModeWhacker.zip",
    "title": "ModeWhacker",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Mode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Mode/Mode.zip",
    "title": "Mode",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MetafileRead/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MetafileRead/MetafileRead.zip",
    "title": "MetafileRead",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MenuScripter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MenuScripter/MenuScripter.zip",
    "title": "MenuScripter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MediaPresenter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MediaPresenter/MediaPresenter.zip",
    "title": "MediaPresenter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MarkerPick/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MarkerPick/MarkerPick.zip",
    "title": "MarkerPick",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MakeIcon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MakeIcon/MakeIcon.zip",
    "title": "MakeIcon",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MakeEffectMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MakeEffectMovie/MakeEffectMovie.zip",
    "title": "MakeEffectMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Make_QTVR_Panorama/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Make_QTVR_Panorama/Make_QTVR_Panorama.zip",
    "title": "Make QTVR Panorama",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Make_QTVR_Object/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Make_QTVR_Object/Make_QTVR_Object.zip",
    "title": "Make QTVR Object",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MacCalendar/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MacCalendar/MacCalendar.zip",
    "title": "MacCalendar",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MRJToolkitStubsOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MRJToolkitStubsOld/MRJToolkitStubsOld.zip",
    "title": "MRJToolkitStubsOld",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MRJToolkitStubs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MRJToolkitStubs/MRJToolkitStubs.zip",
    "title": "MRJToolkitStubs",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MPFileCopy/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MPFileCopy/MPFileCopy.zip",
    "title": "MPFileCopy",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MP3Player/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MP3Player/MP3Player.zip",
    "title": "MP3Player",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MP3_Player/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MP3_Player/MP3_Player.zip",
    "title": "MP3 Player",
    "platform": "macOS",
    "topic": "Interapplication Communication",
    "technology": "Foundation",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MDEF.Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MDEF.Sample/MDEF.Sample.zip",
    "title": "MDEF.Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MCPlayMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MCPlayMovie/MCPlayMovie.zip",
    "title": "MCPlayMovie",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/MCComponent/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/MCComponent/MCComponent.zip",
    "title": "MCComponent",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Load_PCI_Driver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Load_PCI_Driver/Load_PCI_Driver.zip",
    "title": "Load PCI Driver",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ListMania/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ListMania/ListMania.zip",
    "title": "ListMania",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JavaSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JavaSprites/JavaSprites.zip",
    "title": "JavaSprites",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Java_Drawing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Java_Drawing/Java_Drawing.zip",
    "title": "Java Drawing",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JScriptApplet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JScriptApplet/JScriptApplet.zip",
    "title": "JScriptApplet",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JSaver/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JSaver/JSaver.zip",
    "title": "JSaver",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JPEG_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JPEG_Sample/JPEG_Sample.zip",
    "title": "JPEG Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JPEG_File_Interchange_Format/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JPEG_File_Interchange_Format/JPEG_File_Interchange_Format.zip",
    "title": "JPEG File Interchange Format",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JNISample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JNISample/JNISample.zip",
    "title": "JNISample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JISApplet/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JISApplet/JISApplet.zip",
    "title": "JISApplet",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/JDragNDrop/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/JDragNDrop/JDragNDrop.zip",
    "title": "JDragNDrop",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InvertedText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InvertedText/InvertedText.zip",
    "title": "InvertedText",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Inside_Mac_Movie_TB_Code/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Inside_Mac_Movie_TB_Code/Inside_Mac_Movie_TB_Code.zip",
    "title": "Inside Mac Movie TB Code",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Inside_Mac_ICM_Code/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Inside_Mac_ICM_Code/Inside_Mac_ICM_Code.zip",
    "title": "Inside Mac ICM Code",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/InputSprocketPPTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/InputSprocketPPTest/InputSprocketPPTest.zip",
    "title": "InputSprocketPPTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Inline_Input_for_TextEdit/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Inline_Input_for_TextEdit/Inline_Input_for_TextEdit.zip",
    "title": "Inline Input for TextEdit",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImportExportMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImportExportMovie/ImportExportMovie.zip",
    "title": "ImportExportMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImagesToQTMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImagesToQTMovie/ImagesToQTMovie.zip",
    "title": "ImagesToQTMovie",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "ImageCaptureCore",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Imageer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Imageer/Imageer.zip",
    "title": "Imageer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageWriter_bug/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageWriter_bug/ImageWriter_bug.zip",
    "title": "ImageWriter bug",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ImageCompositing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ImageCompositing/ImageCompositing.zip",
    "title": "ImageCompositing",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/IW-Half-Dither/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/IW-Half-Dither/IW-Half-Dither.zip",
    "title": "IW-Half-Dither",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/INIT_-_CDEV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/INIT_-_CDEV/INIT_-_CDEV.zip",
    "title": "INIT - CDEV",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ICAObjectDumper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ICAObjectDumper/ICAObjectDumper.zip",
    "title": "ICAObjectDumper",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ICADownloadFirst/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ICADownloadFirst/ICADownloadFirst.zip",
    "title": "ICADownloadFirst",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-01-14; First Version"
  }
]

@vgorloff
Copy link

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Part 14 of 14:

Click to Expand very large JSON.
[
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Http_Server/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Http_Server/Http_Server.zip",
    "title": "Http Server",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/How_to_Detect_a_CD/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/How_to_Detect_a_CD/How_to_Detect_a_CD.zip",
    "title": "How to Detect a CD",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/HairLines/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/HairLines/HairLines.zip",
    "title": "HairLines",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Hack_TV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Hack_TV/Hack_TV.zip",
    "title": "Hack TV",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GroupDrawing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GroupDrawing/GroupDrawing.zip",
    "title": "GroupDrawing",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Group_Dumper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Group_Dumper/Group_Dumper.zip",
    "title": "Group Dumper",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GrayText/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GrayText/GrayText.zip",
    "title": "GrayText",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Graphic_Import-Export/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Graphic_Import-Export/Graphic_Import-Export.zip",
    "title": "Graphic Import-Export",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetZoneList/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetZoneList/GetZoneList.zip",
    "title": "GetZoneList",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetVInfo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetVInfo/GetVInfo.zip",
    "title": "GetVInfo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetSetOptions/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetSetOptions/GetSetOptions.zip",
    "title": "GetSetOptions",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetPPPStatus/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetPPPStatus/GetPPPStatus.zip",
    "title": "GetPPPStatus",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetHWEthernetAddr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetHWEthernetAddr/GetHWEthernetAddr.zip",
    "title": "GetHWEthernetAddr",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GetADevType/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GetADevType/GetADevType.zip",
    "title": "GetADevType",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Get_Tool_Config/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Get_Tool_Config/Get_Tool_Config.zip",
    "title": "Get Tool Config",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Get_LAP_Connection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Get_LAP_Connection/Get_LAP_Connection.zip",
    "title": "Get LAP Connection",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Get_Ethernet_Address/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Get_Ethernet_Address/Get_Ethernet_Address.zip",
    "title": "Get Ethernet Address",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GeometryTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GeometryTest/GeometryTest.zip",
    "title": "GeometryTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Geometry_Samples/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Geometry_Samples/Geometry_Samples.zip",
    "title": "Geometry Samples",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GXSetDefaultDTP/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GXSetDefaultDTP/GXSetDefaultDTP.zip",
    "title": "GXSetDefaultDTP",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/GLUT_for_OS_X/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/GLUT_for_OS_X/GLUT_for_OS_X.zip",
    "title": "GLUT_for_OS_X",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FullScreen/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FullScreen/FullScreen.zip",
    "title": "FullScreen",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FreqForEverChange/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FreqForEverChange/FreqForEverChange.zip",
    "title": "FreqForEverChange",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FrameStepper.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FrameStepper.win/FrameStepper.win.zip",
    "title": "FrameStepper.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FrameStepper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FrameStepper/FrameStepper.zip",
    "title": "FrameStepper",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FormatAsDOS/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FormatAsDOS/FormatAsDOS.zip",
    "title": "FormatAsDOS",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FogStyleSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FogStyleSample/FogStyleSample.zip",
    "title": "FogStyleSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Floppy_II/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Floppy_II/Floppy_II.zip",
    "title": "Floppy II",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FinderDragPro/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FinderDragPro/FinderDragPro.zip",
    "title": "FinderDragPro",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/FindPrinter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/FindPrinter/FindPrinter.zip",
    "title": "FindPrinter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExampleVideoPanel.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExampleVideoPanel.win/ExampleVideoPanel.win.zip",
    "title": "ExampleVideoPanel.win",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExampleVideoPanel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExampleVideoPanel/ExampleVideoPanel.zip",
    "title": "ExampleVideoPanel",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ExampleCodec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ExampleCodec/ExampleCodec.zip",
    "title": "ExampleCodec",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Example_Video_Panel/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Example_Video_Panel/Example_Video_Panel.zip",
    "title": "Example Video Panel",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Eraser/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Eraser/Eraser.zip",
    "title": "Eraser",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EnhancedDataBurn/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EnhancedDataBurn/EnhancedDataBurn.zip",
    "title": "EnhancedDataBurn",
    "platform": "macOS",
    "topic": "Data Management; File Management",
    "technology": "CoreServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EnableSoundThrough/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EnableSoundThrough/EnableSoundThrough.zip",
    "title": "EnableSoundThrough",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Empty_Engine/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Empty_Engine/Empty_Engine.zip",
    "title": "Empty Engine",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Embedding_Instruments/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Embedding_Instruments/Embedding_Instruments.zip",
    "title": "Embedding Instruments",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EgretWakeup/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EgretWakeup/EgretWakeup.zip",
    "title": "EgretWakeup",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/EasyPlayRecord/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/EasyPlayRecord/EasyPlayRecord.zip",
    "title": "EasyPlayRecord",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Easy_Video_Grabber/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Easy_Video_Grabber/Easy_Video_Grabber.zip",
    "title": "Easy Video Grabber",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ENET_sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ENET_sample/ENET_sample.zip",
    "title": "ENET sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DriverGestaltExplorer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DriverGestaltExplorer/DriverGestaltExplorer.zip",
    "title": "DriverGestaltExplorer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DriverGestalt_Demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DriverGestalt_Demo/DriverGestalt_Demo.zip",
    "title": "DriverGestalt Demo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrawableBroadcaster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DrawableBroadcaster/DrawableBroadcaster.zip",
    "title": "DrawableBroadcaster",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DrawTextCodec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DrawTextCodec/DrawTextCodec.zip",
    "title": "DrawTextCodec",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DraggingSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DraggingSprites/DraggingSprites.zip",
    "title": "DraggingSprites",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DragWindow_INIT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DragWindow_INIT/DragWindow_INIT.zip",
    "title": "DragWindow INIT",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DragAndDrop_Shell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DragAndDrop_Shell/DragAndDrop_Shell.zip",
    "title": "DragAndDrop Shell",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Double_Buffer/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Double_Buffer/Double_Buffer.zip",
    "title": "Double Buffer",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DisplayVideo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DisplayVideo/DisplayVideo.zip",
    "title": "DisplayVideo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Disk_Icons/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Disk_Icons/Disk_Icons.zip",
    "title": "Disk Icons",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DisableEject/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DisableEject/DisableEject.zip",
    "title": "DisableEject",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DirectSetEntries/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DirectSetEntries/DirectSetEntries.zip",
    "title": "DirectSetEntries",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DigitizerShell/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DigitizerShell/DigitizerShell.zip",
    "title": "DigitizerShell",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DetachedController/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DetachedController/DetachedController.zip",
    "title": "DetachedController",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Desktop_Sprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Desktop_Sprites/Desktop_Sprites.zip",
    "title": "Desktop Sprites",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DefProcs/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DefProcs/DefProcs.zip",
    "title": "DefProcs",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DecompressionAndScaling/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DecompressionAndScaling/DecompressionAndScaling.zip",
    "title": "DecompressionAndScaling",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DTSCPlusLibrary/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DTSCPlusLibrary/DTSCPlusLibrary.zip",
    "title": "DTSCPlusLibrary",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/DMFkey_Source/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/DMFkey_Source/DMFkey_Source.zip",
    "title": "DMFkey Source",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CustomIcon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CustomIcon/CustomIcon.zip",
    "title": "CustomIcon",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CurvesDemo.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CurvesDemo.win/CurvesDemo.win.zip",
    "title": "CurvesDemo.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CurvesDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CurvesDemo/CurvesDemo.zip",
    "title": "CurvesDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CullGroupSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CullGroupSample/CullGroupSample.zip",
    "title": "CullGroupSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cropped_Image/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cropped_Image/Cropped_Image.zip",
    "title": "Cropped Image",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieJava/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovieJava/CreateMovieJava.zip",
    "title": "CreateMovieJava",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CreateMovie/CreateMovie.zip",
    "title": "CreateMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CoreSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CoreSample/CoreSample.zip",
    "title": "CoreSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ConvertToMovieJr/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ConvertToMovieJr/ConvertToMovieJr.zip",
    "title": "ConvertToMovieJr",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ConvertMovieSndTrack/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ConvertMovieSndTrack/ConvertMovieSndTrack.zip",
    "title": "ConvertMovieSndTrack",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects; Audio",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompressedPixmapSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompressedPixmapSample/CompressedPixmapSample.zip",
    "title": "CompressedPixmapSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompressMovies/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompressMovies/CompressMovies.zip",
    "title": "CompressMovies",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Compress_Picture_FKEY/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Compress_Picture_FKEY/Compress_Picture_FKEY.zip",
    "title": "Compress Picture FKEY",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompositedEffects.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompositedEffects.win/CompositedEffects.win.zip",
    "title": "CompositedEffects.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CompositedEffects/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CompositedEffects/CompositedEffects.zip",
    "title": "CompositedEffects",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CommonSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CommonSample/CommonSample.zip",
    "title": "CommonSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorTextureSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorTextureSample/ColorTextureSample.zip",
    "title": "ColorTextureSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorSyncDevices-Cocoa/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorSyncDevices-Cocoa/ColorSyncDevices-Cocoa.zip",
    "title": "ColorSyncDevices-Cocoa",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorSyncDevices/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorSyncDevices/ColorSyncDevices.zip",
    "title": "ColorSyncDevices",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ColorBars/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ColorBars/ColorBars.zip",
    "title": "ColorBars",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Color_Sampler/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Color_Sampler/Color_Sampler.zip",
    "title": "Color Sampler",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "AppKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Color_Picker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Color_Picker/Color_Picker.zip",
    "title": "Color Picker",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaVideoFrameToNSImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaVideoFrameToNSImage/CocoaVideoFrameToNSImage.zip",
    "title": "CocoaVideoFrameToNSImage",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaVideoFrameToGWorld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaVideoFrameToGWorld/CocoaVideoFrameToGWorld.zip",
    "title": "CocoaVideoFrameToGWorld",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CocoaCreateMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CocoaCreateMovie/CocoaCreateMovie.zip",
    "title": "CocoaCreateMovie",
    "platform": "macOS",
    "topic": "Audio, Video, & Visual Effects",
    "technology": "QTKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_-_SGDataProc/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cocoa_-_SGDataProc/Cocoa_-_SGDataProc.zip",
    "title": "Cocoa - SGDataProc",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClutWind/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClutWind/ClutWind.zip",
    "title": "ClutWind",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ClickSound/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ClickSound/ClickSound.zip",
    "title": "ClickSound",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ChromaKeyMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ChromaKeyMovie/ChromaKeyMovie.zip",
    "title": "ChromaKeyMovie",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ChangeTextStyleRec/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ChangeTextStyleRec/ChangeTextStyleRec.zip",
    "title": "ChangeTextStyleRec",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQuartzDrawingWPrinting/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQuartzDrawingWPrinting/CarbonQuartzDrawingWPrinting.zip",
    "title": "CarbonQuartzDrawingWPrinting",
    "platform": "macOS",
    "topic": "Graphics & Animation; Printing",
    "technology": "Carbon",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQTGraphicImport/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CarbonQTGraphicImport/CarbonQTGraphicImport.zip",
    "title": "CarbonQTGraphicImport",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CapabilitiesSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CapabilitiesSample/CapabilitiesSample.zip",
    "title": "CapabilitiesSample",
    "platform": "macOS",
    "topic": "Graphics & Animation",
    "technology": "ImageCaptureCore",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Cache_Flushing/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Cache_Flushing/Cache_Flushing.zip",
    "title": "Cache Flushing",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CTMDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CTMDemo/CTMDemo.zip",
    "title": "CTMDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CTMClip/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CTMClip/CTMClip.zip",
    "title": "CTMClip",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CPlusTESample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CPlusTESample/CPlusTESample.zip",
    "title": "CPlusTESample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CGGamma/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CGGamma/CGGamma.zip",
    "title": "CGGamma",
    "platform": "macOS",
    "topic": "Graphics & Animation; 2D Drawing",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CGDrawPicture/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CGDrawPicture/CGDrawPicture.zip",
    "title": "CGDrawPicture",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CFPrefsDumper/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CFPrefsDumper/CFPrefsDumper.zip",
    "title": "CFPrefsDumper",
    "platform": "macOS",
    "topic": "Data Management; Preference Settings",
    "technology": "CoreFoundation",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CDTool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CDTool/CDTool.zip",
    "title": "CDTool",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CDROMDriveCheck/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CDROMDriveCheck/CDROMDriveCheck.zip",
    "title": "CDROMDriveCheck",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CD-ROM_Detection/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CD-ROM_Detection/CD-ROM_Detection.zip",
    "title": "CD-ROM Detection",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CD_Tracker/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CD_Tracker/CD_Tracker.zip",
    "title": "CD Tracker",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/CASoundLab2/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/CASoundLab2/CASoundLab2.zip",
    "title": "CASoundLab2",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BusErrorTest/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BusErrorTest/BusErrorTest.zip",
    "title": "BusErrorTest",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BurntTextSampleCode/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BurntTextSampleCode/BurntTextSampleCode.zip",
    "title": "BurntTextSampleCode",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BufferedWindows/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BufferedWindows/BufferedWindows.zip",
    "title": "BufferedWindows",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BoxTex/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BoxTex/BoxTex.zip",
    "title": "BoxTex",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BoxMooV/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BoxMooV/BoxMooV.zip",
    "title": "BoxMooV",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Box/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Box/Box.zip",
    "title": "Box",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BouncingSprites/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BouncingSprites/BouncingSprites.zip",
    "title": "BouncingSprites",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlitVBL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlitVBL/BlitVBL.zip",
    "title": "BlitVBL",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BlitNoVBL/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BlitNoVBL/BlitNoVBL.zip",
    "title": "BlitNoVBL",
    "platform": "macOS",
    "topic": "Performance",
    "technology": "ApplicationServices",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicInputMethod/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicInputMethod/BasicInputMethod.zip",
    "title": "BasicInputMethod",
    "platform": "macOS",
    "topic": "Data Management; Event Handling",
    "technology": "InputMethodKit",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BasicDiskImage/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BasicDiskImage/BasicDiskImage.zip",
    "title": "BasicDiskImage",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/BackGround/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/BackGround/BackGround.zip",
    "title": "BackGround",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecOld.win/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecOld.win/AudioCodecOld.win.zip",
    "title": "AudioCodecOld.win",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecOld/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioCodecOld/AudioCodecOld.zip",
    "title": "AudioCodecOld",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AudioBroadcaster/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AudioBroadcaster/AudioBroadcaster.zip",
    "title": "AudioBroadcaster",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/Audio_CD_Tool/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/Audio_CD_Tool/Audio_CD_Tool.zip",
    "title": "Audio CD Tool",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AsyncDriverSample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AsyncDriverSample/AsyncDriverSample.zip",
    "title": "AsyncDriverSample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AppleTalk_Libraries/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AppleTalk_Libraries/AppleTalk_Libraries.zip",
    "title": "AppleTalk Libraries",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AlwaysPreview/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AlwaysPreview/AlwaysPreview.zip",
    "title": "AlwaysPreview",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddressBookCarbon/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddressBookCarbon/AddressBookCarbon.zip",
    "title": "AddressBookCarbon",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AddFrameToMovie/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AddFrameToMovie/AddFrameToMovie.zip",
    "title": "AddFrameToMovie",
    "platform": "macOS",
    "technology": "QuickTime",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ATSUIDirectAccessDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ATSUIDirectAccessDemo/ATSUIDirectAccessDemo.zip",
    "title": "ATSUIDirectAccessDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ATSUICurveAccessDemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ATSUICurveAccessDemo/ATSUICurveAccessDemo.zip",
    "title": "ATSUICurveAccessDemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ATP_Demo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ATP_Demo/ATP_Demo.zip",
    "title": "ATP Demo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ATAErrorDetector/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ATAErrorDetector/ATAErrorDetector.zip",
    "title": "ATAErrorDetector",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ATADemo/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ATADemo/ATADemo.zip",
    "title": "ATADemo",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ASLM_C++/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ASLM_C++/ASLM_C++.zip",
    "title": "ASLM C++",
    "platform": "Xcode Developer Tools",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AIFFWriter/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AIFFWriter/AIFFWriter.zip",
    "title": "AIFFWriter",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AESendandReceive/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AESendandReceive/AESendandReceive.zip",
    "title": "AESendandReceive",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AEObject-Edition_Sample/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AEObject-Edition_Sample/AEObject-Edition_Sample.zip",
    "title": "AEObject-Edition Sample",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/AEGestalt/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/AEGestalt/AEGestalt.zip",
    "title": "AEGestalt",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ADSP_Chat/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ADSP_Chat/ADSP_Chat.zip",
    "title": "ADSP Chat",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  }
]

@vgorloff
Copy link

vgorloff commented Aug 17, 2022

Direct links to Zip-files and Documentation pages from this page: https://developer.apple.com/library/archive/navigation/#section=Resource%20Types&topic=Sample%20Code

Plus, missed part "15" from 14 ;)

Click to Expand very large JSON.
{
    "docUrl": "https://developer.apple.com/library/archive/samplecode/ADB_Key_Spy/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/ADB_Key_Spy/ADB_Key_Spy.zip",
    "title": "ADB Key Spy",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/3DMF2PICT/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/3DMF2PICT/3DMF2PICT.zip",
    "title": "3DMF2PICT",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/3D_Rotation_Controller/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/3D_Rotation_Controller/3D_Rotation_Controller.zip",
    "title": "3D Rotation Controller",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/2BufRecordSndPlay/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/2BufRecordSndPlay/2BufRecordSndPlay.zip",
    "title": "2BufRecordSndPlay",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/2BufRecordBufferCmd/Introduction/Intro.html",
    "dlUrl": "https://developer.apple.com/library/archive/samplecode/2BufRecordBufferCmd/2BufRecordBufferCmd.zip",
    "title": "2BufRecordBufferCmd",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  },
  {
    "docUrl": "https://developer.apple.com/library/archive/samplecode/2BufRecord&Play/index.html",
    "title": "2BufRecord&Play",
    "platform": "macOS",
    "date": "2003-01-14; First Version"
  }

@TuanManhCao
Copy link

This is so helpful for everyone :-)

AFAIU this is the most recent link.

For people who are wondering how to extract .pkgs, using Suspicious Package and exporting the outermost folder com.apple.adc.documentation.docset to ~/Downloads(⌥+⌘+E) and double clicking will work as well.

image

This is the missing gem! Thanks so much for documenting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment