nutcase charlotte hughes
NutCase MacBinary 0.9b
NutCase MacBinary - A program to create and unpack MacBinary III ( .bin ) files more>>
NutCase Binhex 0.9b
NutCase Binhex - A program to create and unpack binhex ( .hqx ) file more>>
NutCase UU 0.9b
NutCase UU - A program to create and unpack uuencoded ( .uu ) files more>>
NutCase Gzip 0.9b
NutCase Gzip - A program to create and unpack Gzip ( .gz ) files more>>

Charlotte Bobcats Calendar 1.0
Charlotte Bobcats Calendar. more>>
Charlotte Bobcats Calendar.
Zootertagonoides 1.0
Zootertagonoides - Animals icon set more>>
The icons are beautifully drawn and look best in 128x128 at 32bit mode.
Completly freeware.
80s Moviebot 1.0
80s Moviebot - The 80s Moviebot speaks random quotes from classic eighties films more>>
If its considered to be an eighties movie he knows it (or soon will).
Shows the film title and director, plus year of release. Each film is also linked to the corresponding page in the IMDB.
The current number of quotes has just passed 700 but we have just begun to feed videos into the Moviebot for him to digest. You can follow the quote count of the database on the back of the widget. Feel free to contribute!
*This widget is rated PG-13, due to some of the quote content.
Bloglines Notifier 1.0
Bloglines Notifier - Displays the current number of unread posts in your Bloglines RSS reading account. more>> Bloglines Notifier - Displays the current number of unread posts in your Bloglines RSS reading account.
Bloglines Notifier is a simple dashboard widget that displays the current number of unread posts in your Bloglines RSS reading account.
System requirements:
- Bloglines account
Monster-in-Law Screensaver
Monster-in-Law Screensaver - Put images from the new Jennifer Lopez film on your desktop more>>
Unlucky in love, beautiful Charlotte Cantilini (Jennifer Lopez) has finally met the man of her dreams but theres just one problem - his mother (Jane Fonda).
Evergreen Rev 1294
Evergreen - Cross-platform GPL development environment that tries to be lightweight and language-agnostic yet functional more>> Evergreen - Cross-platform GPL development environment that tries to be lightweight and language-agnostic yet functional
Evergreen is a cross-platform GPL development environment that tries to be lightweight and language-agnostic yet functional.
Main features:
- Ubiquitous Regular Expressions - Programmers know regular expressions, and yet their graphical tools dont use make much use of them. Evergreen does. Anywhere its asking you to type something, its probably expecting a regular expression: full Perl/Java regular expressions in find, in find/replace, in find in files (as youd expect), but also in the open dialog. Evergreen uses "smart case" regular expressions, too, where an all-lowercase regular expression is assumed to be case-insensitive. You can use (?-i) and (?i) to explicitly turn case-sensitivity on and off.
- Open Files Quicker - Evergreen indexes your project, so you dont have to remember where files are. Or what case your co-worker used ("Hyperlink" or "HyperLink"?). Just a substring or regular expression that matches what you want. Evergreen updates a list of the matching files as you type (like iTunes):
- Find in Files - You can also search for files to open based on their content. Evergreen shows a tree of matches, representing the directory hierarchy. Files containing definitions are marked as such. Searching is done in parallel to take advantage of modern multi-core machines. Search results are automatically updated if anything changes:
- Find - You have a fast computer, yet the find function in other editors doesnt take full advantage of that fact. Evergreen, like less(1), highlights all the matches, whether you search with C-F or clicked on a match in the "Find in Files" dialog. Better still, Evergreen highlights all the matches as you type, so you know when youve typed enough (or too much, if you suddenly see there are no matches). Evergreen also lets you move backwards as easily as forwards through the matches: just use C-D to move backwards and C-G to move forwards, both conveniently placed around C-F, which defaults to searching for the currently-selected word. All of this comes together for fluid one-handed searching. Finally, Evergreen uses marks next to the scroll bar to give you contextual information about how many matches there are, and how theyre clustered.
- Spelling Checking for Source Code - Not only does Evergreen check your spelling as you type, it understands CamelCase words arent single-word spelling mistakes but compounds of correctly spelled words.
- Exuberant Ctags Support - Evergreen uses Exuberant Ctags (if installed) to understand the structure of your file. The symbols in the current file are shown as a tree preserving their hierarchy. You can click on an item in the tree to go to the corresponding part of the file. Conversely, as you edit, the item in the tree corresponding to the current caret position is always highlighted. The little icons tell you what kind of symbol youre dealing with. Classes, methods, and fields are circles, squares, and triangles respectively. An icons color denotes the symbols accessibility. Public, protected, private, and unknown accessibilities are shown as green, orange, red, and gray respectively. Icons for abstract classes or methods are hollow. Public static symbols are in bold. (Obviously, not all possibilities are available in all languages.)
- Bug Database Links - References to bugs in your (or others) bug databases are automatically recognized and turned into hyperlinks:
- Find/Replace - Find/replace functionality in other editors has a habit of being awkward in use. How much better to be able to see all the changes at once, with the results of the substitutions? Hovering over a match shows the captured groups in a tool tip, so you can check your capturing is as you intended.
- Workspaces - You can work on multiple projects at once, with each "workspace" getting its own tab in the overall UI. Workspaces are important. You probably want one for each project youre working on; if youre looking for "session" functionality, this is it. If a workspace looks like a project (i.e. has a Makefile or is under revision control), the files will be indexed, so you probably want the root of your workspaces to be the directories with the top-level build instructions. Theres no reason you cant create an empty Makefile as a hint to Evergreen if you want a workspaces root to be a directory that contains a collection of related projects, or it can sometimes be useful to create a simple Makefile to build all the contained projects. Evergreen doesnt look at Makefile content, so it doesnt care. Workspaces are automatically saved when you quit and restored when you restart Evergreen.
- Auto-Indent - Evergreen will automatically help you format your code in K&R, Linux kernel, or Suns Java style. If you want to manually break long lines or use an indenting style too far removed from these, youre likely to face difficulties as it continues to try to "correct" your style. Ken Arnolds thoughts on coding style explain why this is usually a counter-productive degree of freedom. What you gain from accepting Evergreens style (which shouldnt be a problem for most programmers) is that Evergreen will do most of the formatting for you. Even correcting stuff you paste in.
- Watermarks - Each document has a watermark, used to show you if youre looking at a read-only file, or a file that has been updated on disk since it was last read in.
- Building - Evergreen defers to ant(1) or make(1) to actually build your project, and will search upward from the directory containing the focused file looking for a makefile.
- Patches - If you choose a potentially destructive action such as "Revert to Saved", youre shown a colored patch and given a chance to change your mind. (Not only that, its a useful way to see how a machine-generated file is changing as you work on the generator. Just keep running the script and reverting to the latest version of the generated file.)
- "Compare Selection and Clipboard..." - Shows you a patch comparing the currently-selected text and the text on the clipboard. This is useful when youre looking at two seemingly duplicate chunks of code and want to know what, if any, differences there are between the two.
- Language awareness - Coloring and intelligent indentation of C++, Java, Perl, Ruby, and others.
- Custom text component - We gave up on JTextPane because of its poor performance, and we gave up on JTextArea because of its poor functionality. Unlike many other editors with their own text components, ours was explicitly designed to be useful elsewhere. Its interface is broadly similar to JTextArea so its easy to use in your own programs if you get used to any of the great functionality.
Bloglines Notifier for Dashboard 1.0
Bloglines Notifier for Dashboard is a supreme solution to display the current number of unread posts in your Bloglines RSS reading account. more>> <<less

Transmission 1.73
Reviewed by: Paul Hughes on June 10, 2009 Transmission is one of the very best choices for a BitTorrent client on the Mac, being both extremely lightweight (some users even manage to run the Ubuntu more>>
Transmission 1.73 is a powerful tool designed for a BitTorrent client on the Mac, being both extremely lightweight (some users even manage to run the Ubuntu version on their cell phones!) and fairly feature-packed. Transmission's interface is very easy to use--and easy on the eyes--and this open-source app provides a whole host of clever features and flexible settings, especially when it comes to managing your bandwidth.
Transmission lets you queue downloads, set "Speed Limits" for certain times of day, stop seeding when you've met a specified ratio, and more--all with live download stats viewable directly in the dock, along with support for Growl notifications. As if all of that weren't appealing enough, Transmission is also free, making it a very attractive option for anyone who works with torrents.
Major Features:
- Easy. Transmission is designed from the ground up to balance power with simplicity. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
- Lean. With few dependencies and written in C, Transmission uses less memory than any other BitTorrent client. It's also the client of choice on low-memory hardware. Imageshack chose Transmission for its BitTorrent farms because the competition "requires amounts of memory several times greater than Transmission". As seedboxhosting.com says, "Bottom line: use Transmission if possible."
- Native. Unlike some cross-platform programs, Transmission seamlessly integrates with your operating system. The Mac OS X interface is written in Objective-C and uses Growl notifications and dock badging to keep you informed. The GTK+ interface has been carefully written with the GNOME Human Interface Guidelines in mind. It uses libnotify for torrent notification, DBUS for hibernation management, and GIO for watch directories.
- Powerful. Transmission has the features you expect in a BitTorrent client: encryption, a web-based interface, peer exchange, PeerGuardian-style peer blocklists, UPnP and NAT-PMP port forwarding, web seed support, watch directories, off-hour speed limit scheduling, tracker editing, global and per-torrent speed limits, and more.
- Free. Transmission is free software. All its code is freely available online and is licensed under either the GNU Public License v2 or the MIT License. The development team welcomes anyone who is interested in contributing code, documentation, translations, or other help.
Enhancements:
- All Platforms
- Fix bug where user-configured peer limits could be exceeded
- Use less memory in some high-peer situations
- Better estimation of time left to download
- Support supportcrypto and requirecrypto flags in http tracker announces
- Update to newer snapshots of libnatpmp and miniupnpc
- Make DHT a compile-time option
- GTK+
- Use GDK-safe versions of g_idle_add() and g_timeout_add
- Save some space in GTK+ >= 2.16.0 by not building SexyIconEntry
- Qt
- Fix bug that crashed Qt client when setting alternative up/down speeds
- Daemon
- Add umask support
- Web Client
- Inspector and Add Torrent buttons for iPhone/iPod Touch
- Add location field to inspector
- CLI
- Some torrent files created with transmission-cli were invalid
- Page: 1 of 1
- 1