clear all
CleaR/N Theme
A very nice and simple iPhone theme. more>> A very nice and simple iPhone theme.
CleaR/N Theme is a very beautiful iPhone theme that provides "clear" icons.
System requirements:
- iPhone or iPod Touch.
ClearTags 1.1
ClearTags - this AppleScript clears all the spotlight comments in your documents folder more>>
Enhancements:
- User can select what folder and subfolders to remove tags from.
Clear SMS 0.2 Beta
Clear SMS - Delete all Text Messages from your iPhone at once. more>> Clear SMS - Delete all Text Messages from your iPhone at once.
Why Apple still has yet to implement something along these lines is beyond me, seeing as how basically every phone Ive owned before, had this functionality. Clear SMS is a very useful application for sys-admins, or simply for those that receive lots of text messages every day.
System requirements:
- iPhone
Clear Clipboard 1.5
Clear Clipboard is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM. more>>
Clear Clipboard 1.5 is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM.
Clear Sky Clock 1.0
Clear Sky Clock is a Dashboard widget performing the existing Clear Sky Clock for your location. more>> <<less
Clear Safari caches 1.0
Clear Safari caches - An alternative to Safaris more>>
It unfortunately wouldve been better off as a shell script than an applescript. I rewrote the script to be more applescript-like.
Clear Private Data 0.2.3
A Firefox add-on that gives you the ability ti clear private data. more>> Clear Private Data 0.2.3 brings you a powerful firefox add-on that gives you the ability to clear private data.
Major Features:
- Clear Private Data utilizes the "Clear Private Data..." feature that is part of Firefox version 1.5 and above.
- Clear Private Data adds and gives you the ability to clear private data via a right-click context menu and an optional toolbar button.
Enhancements:
- Updated for Firefox 3.x.
- New Icons.
- Slight Name Change.
- Keyboard Short-cut is "Ctrl+Shift+Delete".
Clear Sky Clock Widget 1.0
Clear Sky Clock Widget - Evaluate sky conditions suitable for astronomical viewing more>>
Simply install the widget, flip it over, and choose the location of interest.
The data is dynamically retrieved from Atilla Dankos Clear Sky Clock web pages (http://cleardarksky.com/csk/). Instructions on how to interpret the clock are located there.
File Watcher 1.1
File Watcher 1.1 is yet another lightweight graphical Java based file watcher similar in functionality to tail more>>
Enhancements: Jan 11 2008
- Memory overflow upon opening large files fixed
- Added user preference persistence
Vaciar Portapapeles 1.0
Vaciar Portapapeles - Clear the systems clipboard of its contents more>>
In Spanish - and related to Computing matters - "vaciar" is to clear a container or to fully empty it (as we daily do with the trash, for example); "portapapeles" is the accepted translation of "clipboard".
CacheFileFixer 1.0
CacheFileFixer - Correct the ownership of the cache files more>>
This functionality is going to be built into the new 2.0 version of Yasu.
Matching Hearts 1.0
Matching Hearts - Free romantic game now available for Mac OS more>>
This game will let you feel yourself a real heartbreaker. The board is filled with hearts of different colors. The more hearts explore, the more points you get. Your goal is to clear the board with no hearts left.
Have fun!
Pastelboard 1.0
Pastelboard - A Dashboard widget reproducing a drawing board more>>
You can write or draw everything you desire in different colors.
You can also Undo a bad move, clear the table or print your masterpiece.
Selection Save As 1.0
Selection Save As - Save selected messages to disk more>>
SQLite Manager 0.3.11
Firefox add-on that allows you to manage any database you want. more>> Firefox add-on that allows you to manage any database you want.
Manage any SQLite database on your computer. An intuitive heirarchical tree showing database objects. Helpful dialogs to manage tables, indexes, views and triggers. You can browse and search the tables, as well as add, edit and delete the records.
Facility to execute any sql query. A dropdown menu helps with the sql syntax thus making writing sql easier. Easy access to common operations through menu, toolbars, buttons and context-menu.
SQLite Manager allows you to export tables/views in csv or xml format.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy. It is likely that most of the storage in Mozilla applications, in near future, will use SQLite.
Note: The SQLite Manager add-on is cross-platform and it works on Mac OS X, Windows and Linux.
Main features:>
- dialogs for creation, deletion of tables, indexes, views and triggers
- ability to rename, copy, reindex tables
- ability to add and drop columns
- create new db, open any existing db, copy an existing db
- a tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- export tables as csv files
- a dropdown menu showing all profile db (*.sqlite)
- an intuitive hierarchical tree showing all tables, indexes, views and triggers
- ability to browse data from any table
- dialogs to allow searching in a table
- allows editing and deleting selected record while browsing a tables data
- an extensive menu that helps with writing sql by hand and then executing it
- remembers the last used db across sessions
System requirements:
-
Enhancements:
- Issue #151 : "Copy Row" command should not include rowid if it is not a column in the table. Fixed.
- Issue #156 : Add Record, Edit Record, Search dialogs: Allow to paste constants instead of typing them. As of now, you can paste constants in input fields in dialogs for Add Record, Edit Record, Duplicate Record, Search by using the following shortcut keys: CTRL + 1: CURRENT_DATE, CTRL + 2: CURRENT_TIME, CTRL + 3: CURRENT_TIMESTAMP
- Issue #169 : Add New Record: Option to retain the previous values in the textboxes or to clear all textboxes and show default values where available. This can be done by setting the value of preference "extensions.sqlitemanager.whenInsertingShow" to either "previous" or "default". The default value is "previous". The preference can be set from the Options dialog. However, when the Add Record dialog is first opened, default values will be shown whatever the preference is set to.
- Issue #171 : support SeaMonkey 2.0a2. Done.
- Issue #174 : Export the Database Structure. This can be done through a menuitem "Export Database Structure" under the "Database" menu.
- Issue #175 : Default values for columns should not be converted to strings in all cases. The problem occurs in create table dialog and add column action under structure tab. Even if numbers like 12, 12.21, 12.1e-2, etc. are specified and while adding column even if the default value is left blank, the extension converts them to strings and adds the default clause in the column definition. This has now been fixed. If the default value field contains the string NULL (case-insensitive) or is blank, the default clause is omitted. If the value can be converted to a number it is considered as a number otherwise it is regarded as a string. The special strings CURRENT_DATE, CURRENT_TIME and CURRENT_TIMESTAMP are treated as constants.
- Issue #176 : Add Record, Edit Record, Search dialogs: accesskey related errors. Fixed.