40 projects tagged "Cocoa"
PumpKIN is a fully functional TFTP server and TFTP client that implements the TFTP protocol according to RFC1350. It also implements the block size option, which allows the transfer of files larger than 32MB, as well as transfer size and transfer timeout options described in RFC2348 and RFC2349.
Unlike other Java to Objective-C solutions, Java-Objective-C Bridge doesn't require any code generation of class stubs. It allows you to use any Objective-C libraries and frameworks from Java without having to write any native code. In addition to being able to use Objective-C objects, it allows you to pass Java objects to the objective-c runtime as delegates, so that you can write an entire Cocoa application in Java. The bridge provides 3 levels of abstraction. At the lowest level, it provides wrappers around the Objective-C runtime functions. At a slightly higher level of abstraction, it provides a procedural API to send messages to the Objective-C runtime. At the highest level of abstraction, it provides a Proxy class that serves as a wrapper around any Objective-C object that allows you to work with it in Java almost the same as if you were in Objective-C.
PixSteward downloads pictures and metadata from your Flickr accounts and archives them in a relational database on your computer, allowing offline searches and image exporting. With PixSteward, you can safely back up multiple Flickr photostreams with metadata to your Mac, perform sophisticated searches (even where there's no Internet connection), rapidly browse your picture archive and export original-sized JPEGs, PNGs, and GIFs (groups and one-by-one), export sets of pictures along with their metadata for use in other apps, and edit your Flickr tags, titles, and descriptions simultaneously on Flickr and within PixSteward.
headstak is a stack-based task list. Before you start a task, or when you are interrupted while working on a task, you push the current job onto a stack. When the interruption finishes, or when the task is complete, you pop it from the stack - leaving you facing the job you were working on beforehand at the top of the stack. Run it and it should appear on your status bar as a little stack of stuff on a head. It is activated with the Control-Command-0 global hotkey.
KeyBoards is a cross-operating system platform that synchronizes short text messages or URLs. It is designed to be used for composing messages on a desktop system with a real, comfortable keyboard, and then sending them to a mobile device for transmission as an SMS. It is ideal for use with non-Latin character sets.
DiscRotate is a MenuItem that will control the speed of your optical drives. It is written in Cocoa for Mac OS X Leopard and later. It can help you make optical drive operation much quieter. Upon launching, a drive icon will appear in your menu bar at the top. It will list all installed optical drives and let you choose how much throttling applies to each of them. The green bar shows the current setting, and can be clicked to change the throttling speed. 100% means the minimum drive speed. When using heavily scratched CD/DVDs it is recommended to lower the setting to about 85%. Clicking the CD icon in the list will pause throttling for that particular optical drive.
BackPlay a program that plays music files from a folder in the background. At login, it scans a directory called "BackPlay" under the user's Music directory, and begins playing any music files it finds there in random order. BackPlay is independent from iTunes. It can be paused from an icon in the status area.
Boom is a simple volume booster application that lets you boost the volume of your Mac, your music, and video files. Changing the volume with Boom is the same as changing the volume normally. It can boost the volume of videos on YouTube or Hulu, your music playing on iTunes, voice applications like Skype and iChat, and your favorite Games.
OFXKit is an Objective-C framework for parsing OFX files into a class hierarchy. Since OFXKit is a native Cocoa framework, Mac OS X development technologies can be easily used with OFXKit. Its main features include OFX 1.x and 2.x support, banking, loan, and investment message sets, and creation of OFX request documents for the "Direct-Connect" feature of many banking Web sites.