RSS 6 projects tagged "Mac OS X"

Download Website Updated 04 May 2013 mdp

Screenshot
Pop 76.78
Vit 3.77

mdp stands for "Mot de Passe", which means "password" in French. It wraps GnuPG for encryption and deals with all the small details of generating, managing, and fetching your passwords. It is similar to many other programs, but differentiates itself with simplicity (not button-driven simplicity, but with a Unix less-is-more style). For example, beyond the use of GnuPG for encryption, it lets you use your own editor to manage your passwords, categorize them, and delete them. In order to avoid passwords lingering on your screen, the results from the queries are displayed through a custom pager which is cleared after a customizable timeout (defaulting to ten seconds).

No download Website Updated 01 May 2010 Shannon

Screenshot
Pop 32.50
Vit 35.37

Shannon is a general purpose stream-oriented programming language; it is concise and yet feature rich. Streams, FIFOs, and Unix shell-style pipes are first-class concepts in the language. You can connect functions and FIFOs within your program similar to the way you connect processes with pipes in the Unix shell. These constructs in Shannon, however, are highly efficient as no true multitasking is involved, and at the same time they allow you to write more concise and readable code for chained data processing. State is a special type of function that returns a reference to its own local data and any nested functions it may have. In effect, states implement classes in terms of OOP, and yet classes per se aren't part of the language. A special type of modules marked as "persistent" is an effective replacement for databases and SQL. This allows you to access persistent shared data using native Shannon constructs, eliminating the need for an extra query language. Intuitive and minimalist syntax and semantics are used. Particularly, "minimalist semantics" means less things to remember and more possibilities. Shannon is statically-typed, although it provides dynamic typing facilities as well.

No download Website Updated 27 Nov 2009 eeemac.kext

Screenshot
Pop 19.39
Vit 35.69

eeemac.kext is a kernel module that provides sysctl states to monitor some functions specific to EeePC hardware, particularly fan speed and CPU temperature. Fan speed can also be adjusted manually (gradually from "off" to jet speed), but this is a highly experimental and risky feature, potentially causing data loss or even physical damage.

No download No website Updated 26 Oct 2009 SSVPN

Screenshot
Pop 39.15
Vit 36.14

"Stupid Simple VPN" is a virtual private networking program contained as source in a 7.0KB tarball. It does not daemonize, and is intended to create a temporary VPN for emergency circumstances when you "just need a pipe" without the hassle of authentication, keys, encryption, and compression. It runs on OS X using the tuntaposx driver and Linux 2.6 using the native tuntap driver.

Download Website Updated 12 Oct 2009 jpeginfo

Screenshot
Pop 45.93
Vit 1.00

jpeginfo is a command line tool used to generate informative listings of JPEG files, and also to check JPEG files for errors. The program also supports automatic deletion of broken JPEG files.

Download Website Updated 20 Mar 2013 jpegoptim

Screenshot
Pop 464.45
Vit 16.92

jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting a maximum quality factor.

Screenshot

Project Spotlight

EC2Dream Fogviz

A visual tool for building and managing cloud servers.

Screenshot

Project Spotlight

PHP Shell

A shell wrapped in a PHP script.