4676 projects tagged "Mac OS X"
Brain Party is a fun, family-friendly puzzle game that's made up of 36 mini-games designed to push your brain to its limits by testing memory, logic, mathematics, reaction time, and more. It is split into two modes: test mode gives you five mini-games in a row and adds up your brain weight to see how smart you are, and practice mode lets you play your favorite mini-games as often as you want. If you do well enough, there are six extra mini-games that can be unlocked, as well as a new game mode designed to keep you playing and enjoying your favorite games even longer.
Xpostulate is a blog/microblogging client that posts to Livejournal, InsaneJournal, IziBlog.net, DeadJournal, Scribbld, Inksome, Wordpress, and DreamWidth. It can tweet to twitter.com and dent to identi.ca so that you can announce new articles. This is all done via one interface, saving your login information for each, and thus simplifying cross-posting to your various social networking sites.
The stx::CBTreeDB is a collection of C++ classes with which read-only key-value database files can be created and read. A database efficiently maps a large number of integral fixed-length keys to opaque binary value blobs. Variable-length or duplicate keys are currently not supported. Keys are organized into a highly compact index structure, which is very similar to a B-tree and allows very fast key lookups. Both keys and values are stored in order and thus queries in a local proximity can benefit from caching effects. All applications mapping a large number of constant, integral keys to string or data blobs can benefit from this library.