sarwat.net * OpenSource

Source code is distributed under a BSD-style license unless otherwise noted;
read the license in the package contents for details.
Most archives are compressed using bzip2.

Python Modules & Tools

The plistservices module lets you read and write CoreFoundation XML property lists. userdefaults provides a Python interface to access the host OS’s persistent defaults (preferences). CFPython is some nice glue between CoreFoundation objects and the Python C API.

Show Downloads

AppleScripts

Here’s a section I’ve wanted to put up for years. My AppleScript uses keep changing, so many cool scripts (and dumb scripts) I wrote long ago aren’t relevant today. My most frequently used scripts (only?) are these ones that I’ve bound to my keyboard keys (f13-f16 +modifiers, using DragThing) to control iTunes.

Show Downloads

Tomato Torrent

An Xcode project for my version of BitTorrent. This package does not include the BitTorrent source. You’d have to get that from BitTorrent.com.

Use bzcat «file» | pax -r to extract.

Show Downloads

CoreFoundation-Lite for FreeBSD

This is my port of CoreFoundation-Lite to FreeBSD. CoreFoundation-Lite is the open source subset of Apple’s CoreFoundation. The following is from Apple’s description of CoreFoundation,

Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support, XML property lists, URL resource access, and preferences.

Distributed under the APSL.

Show Downloads