closes
Close and Delete 1.0
Close and Delete - Closes the frontmost document and moves it to the trash more>>
BBEdit has a great feature called Close & Delete, which is available when you hold down Shift and view the File menu. In BBEdit 7.0 and later, the utility of this time-saving feature is greatly diminished because BBEdit asks if youre sure that you want to delete the file.
This script restores the old behavior of the command. If you delete the file by accident, you can always recover it from the trash can.
Select Open/Closed Paths 5.0
Select Open/Closed Paths - Add two options under Select in the Filters menu in Illustrator more>>
Select Open Paths: selects all visible, unlocked open paths on visible, unlocked layers.
Select Closed Paths: selects all visible, unlocked closed paths on visible, unlocked layers.
ColorNamePicker 1.3
A colorpicker that adds a name to your color more>>
This plug-in provides the name of your selected color. Actually, it gives the name of the nearest color. Besides the name of the closest color, the closest color itself is shown as well as its corresponding Hex value.

Close Combat: First To Fight 1.0.3
A tactical first-person shooter in which you lead a four-man fire team in close-quarters urban combat in Beirut. more>>
A tactical first-person shooter in which you lead a four-man fire team in close-quarters urban combat in the streets and buildings of Beirut. It was created with the help of more than 40 active-duty U.S. Marines fresh from firefights in the Middle East and will be used by the United States Marine Corps for training.
Game Update 1.0.2
Download from MacGameFiles
Latest update for those on PowerPC Macs.
View QuickTime Trailer
Feature: The Will to Win: Close Combat: First to Fight
Genre: Action
NoSleep 3.0B3
NoSleep enables Apple PowerBooks and iBooks to run with closed lid. It provied a menu extra to enabled and disable automatic sleep on lid close more>> NoSleep enables Apple PowerBooks and iBooks to run with closed lid. It provied a menu extra to enabled and disable automatic sleep on lid close. NoSleep requires to patch the Mac OS X system with a new kernel. Your system is automatically detected and a link to the patch is provided
Mac OS X 10.2.6 or later, PowerBook or iBook.
PowerSwitch 1.0
PowerSwitch - lets you sleep, log out, restart or shut down your system more>>
PowerSwitch can also close all Finder windows, empty the Trash and secure your system at the same time. All with a single click on the PowerSwitch!
Saferi 1.0
Saferi - Close Safari security loophole, modify prefs more>>
ChatKillerX 2.1.1
ChatKillerX - Manage running applications more>>
It closes forbidden processes or restart, shutdown computer and logoff user session (setup by administrator).
Provides logged-in user info and remote actions to LogonWatcher. Very simple administration and use.
Main features:
- works hidden on Mac OS X 10.4
- can close forbidden processes
- can shutdown, restart computer
- can logoff user.
Enhancements:
- Updated for compatibility with LogonWatcher 2.1.1.
Punctuation Invaders 1.0
Arcade grammar game. more>>
The student fires a laser to punctuate wordswhile avoiding shots from the alien. But the sentence must becompleted before the aliens get close enough to beam up a human.
Close Combat: First to Fight Updater 1.0.3
Close Combat: First to Fight Updater - will convert v1.0 and v1.0.2 of First to Fight to a version that will run on Intel Macs more>>
IMPORTANT! This update is ONLY necessary for Intel-based Macs.
As with the 1.0.2 update, you must be logged in as the user who originally installed the game software to apply this update. Additionally, you may need to supply an Administrators password.
To perform the update, close this window and open the "First to Fight v1.0.3 Updater" program. The updater program will automatically find and update your copy of First to Fight.
CodeLite 1.0.2841
Powerful open-source, cross platform IDE for the C/C++ programming languages more>> Powerful open-source, cross platform IDE for the C/C++ programming languages
CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects.
CodeLite is regularly tested under Mac OS X 10.5.2, Windows XP SP2/3, and (K)Ubuntu 7.10/8.04 Gutsy Gibbon.
Main features:
- Generic support for compilers
- Can be easily extended with plugins (Several plugins are already included in the installer)
Built-in GDB support, with the following features included:
- Watches table - add persistent watches by a single click
- Quick Watch - right click on a variable to expand it
- Locals tree - automatically displays the current stack variables (also displays *this if available)
- Threads view - provides list of currently running threads and easily switching between then by single click
- Breakpoint management - add/remove breakpoint management panel
- Automatic tooltip
- and more...
- Subversion plugin (based on the command line tool), which mimics the TortoiseSVN (but unlike it, it runs on Linux as well)
- Makefile based build system
- Project explorer (Workspace view)
- File Explorer
- Automatically imports MSVS workspace/projects and converts them to GNU based makefile
- Active document outline
- Sophisticated database based Code Completion mechanism, a default database is supplied which contains symbols for wxWidgets, STL and standard headers
- Functions call tip
- Hover tip
- Comments tips
- Members List
- Supports C++ templates, namespaces and other advance features of the language
- Automatically add include statement for symbols
- Quickly open resources in the editor using Find Resource in workspace
- Quickly open types in the editor using Find Type in workspace
- XML based syntax highlighting, comes with the following: C/C++, Java, Perl, XML, Makefile, Lua, Diff files, PHP, JavaScript, Python, HTML, ASP
- Text Folding
- Bookmarks
- Find In Files
- Replace In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes
Enhancements
- Fixed: Conditional breakpoints dont work with spaces (bug#2743414)
- Implemented FR#2739818: Replace with selection - the searched string when using find in files is now also set as the replace with string. In addition, each time a replacement is made, the content of replace with is added to the replace with drop down
- Added new option to the debugger: set breakpoints using short file names (NO full paths) this fixes a bug reported in the forum that codelite does not break if a breakpoint is set in header file which is a template file (forum post: http://codelite.org/forum/viewtopic.php?f=13&t=493)
- Commented code that printed garbage to sterr
- Applied patch by Mattia barbon so that codelite will send 2 events when file is renamed: 1 event for the removal of the file and one for adding new fie
- Fixed: renaming file now properly closes the old file (if it was open in the editor)
- Added missing include statement to allow compilation under GCC 4.4.0
- Applied patch to fix bug# 2783422 (Broken CodeLite symlink when DESTDIR is used)
- Fixed: function calltips included an extra ; following variables in the function signature (forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511&sid=1c1475d6d134a022757b61261b255a64)
- Fixed: inconsistency in functions/variable tooltip apearance forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511
- Improved new project dialog to split the different project types into categories
- Added new project templates (Qt based ones)
- Adjusted the Save project as template dialog to allow user to set category to the new template
- Added new Simple executable template configured to work with gcc (the sample main is also a C file)
- New project dialog: when selecting project template from the list, the compiler is now also updated according to the template settings
- added missing icons
- Implemented FR#2778634: Allow SnipWiz to insert simple snippets which contains the placeholders @ and $ symbols. This is now feasible by escaping those symbols @ and $
- Implemented FR#2784236: Display C++ scope for Replace tab
- Save as tempalte for project now sets User templates as the default project category
- Fixed: Bug ID#2792478: File AutoReload upon SVN Revert. In addition the will also be re-tagged
- Fixed: bug#2770561: File edited changes after replace in files (editor sets the focus back to the last active editor)
- Find In Files: the dialog has now no minimum size
- Find In Files: the dialog is now centered when first time showed
- Fixed: importing files using the import files from directory to an active project will no longer remove the active state of the project
- Changed the margin folding shapes to rectangle rather than rounded rectangle
- Find In Files output pane: search result tabs now have a right click menu which allows to select close/close all/close other tabs
- Find In Files: The Find button is now set as default action for hitting the ENTER key
- Find in files context menu is now disabled during an active search
XTrace 1.1
XTrace - receive trace() data without having to be in the flash IDE more>>
XTrace wraps around a custom socket server I wrote in java that will accept connections via XMLSocket on port 9994.
To easily send trace data to the trace server you can use the custom debug class included with the download. After calling debug.initSocket("127.0.0.1"); all data passed to debug.trace() will be send through a socket and given to the trace server.
XTrace will display the data received from the trace server in a floating window as shown below.
Enhancements:
- CMD+Shift+C now clears the log window
- XTrace now automatically starts the trace server
- Added the Sparkle (auto updating) framework
- Added the ability to disable wrapping in the log window
- Added the option for window auto-close (log window will close when the SWF it is connected to closes)
- New icon thanks to Ale!
- Log message coloring/formatting thanks to Daniel Giribet
- Compiled & tested as a universal binary
Smell-O-Mints 2.3.2
Smell-O-Mints is a Periodic table of the elements for the Macintosh more>>
Its not as full-featured as a lot of other Periodic tables out there, but its free and looks very nice. Especially if you put it next to the coffee table by the ferns.
Click on an element symbol to get a little more information on the item, like atomic weight, radioactive properties, and atomic number.
You can use the popup menu to switch between the basic table and a table of solids, liquids and gasses, and more.
Enhancements:
- Bug fix: progress window now properly closes when finished loading.
Magnifing Glass 2.0
Magnifing Glass is an beneficial and easy to use application which is much like Apples old controlpanel, Close View. more>>
Magnifing Glass 2.0 is an beneficial and easy to use application which is much like Apple's old controlpanel, "Close View". It will magnify a section of the screen from normal up to, and beyond, 10x magnification. In addition, this program can take screen shots of whatever it is you are looking at.
LXFree 1.3.1
A software utility for drawing light plots and generating paperwork more>> A software utility for drawing light plots and generating paperwork
LXFree is an application for drawing light plots and generating paperwork. LXFree combines drawing a light plot with editing information associated with graphic objects in the drawing.
LXFree will produce reports by linking the attached data, graphics and additional databases related to the properties of these objects.
LXFree is, as its name implies, totally free! Heres why: The goal of the LX series is to make the best possible set of tools for Lighting Designers.
By giving away the base application, the hope is to build a strong foundation for the rest of the tools.
Enhancements
- Closes network fileHandle so sharing port can be reused after stopping without quitting LXFree.