help you manage
Assignment Data Manager 1.5
Assignment Data Manager is an advanced product specifically designed to help you manage your classes by adding assignments, due dates, notes, titles, etc. more>>
Assignment Data Manager 1.5 is an advanced product specifically designed to help you manage your classes by adding assignments, due dates, notes, titles, etc. This program will allow you to get things on track. Searching for an assignment title? Search using the search bar at the top. More functionality to come soon.
Requirements:
- Mac OS X 10.4
- Universal Binary
ImageManager 0.5.2
ImageManager will elp in managing your portfolio from the Stock Photo more>>
Changes can be made locally and later uploaded to iStockPhoto.
ly receive bug fixes and little new features. The main development effort will be done on the Pro version.
Currently the two versions are still quite similar (the Pro version features a better description editor and more features on the category selection).
Lots of additions are planned for the Pro version and by purchasing this version you are also contributing to the whole ImageManager development.
Purchasing the Pro version now will give you free updates until (and including) the release of the
LibraryManager 0.9 Alpha
Manage the books you loan with this easy to use application more>> Manage the books you loan with this easy to use application
LibraryManager is an easy to use software that will help you manage the book loans in a school library or a personal home library.
System requirements:
-
-
Personal Finance Manager 1.0.78
Free and simple to use utility that helps you manage accounts and expenses more>> Free and simple to use utility that helps you manage accounts and expenses
Mjrz Personal finance manager is a simple tool for managing accounts and expenses.
PFM was designed and written to be intuitive and easy to use for home and small business users not familiar with accounting principles like single or double entry accounting.
Mjrz Personal Finance Manager represents a basic implementation of the double entry accounting principles.
NOTE: Personal Finance Manager is licensed and distributed under the terms of the Apache License V2.0.
Main features:
- Intuitive and easy to use
- Cross platform, will run on any computer with Java virtual machine installed
- Manage expenses and track account balances
- Generate reports
- Create and save complex filters to search transaction history.
- Charts and graphs for assets, liabilities, daily network tracking
- View stock prices/quotes. Graphs tracking historical prices
- Address book. Store contacts, email, phone numbers
- Import OFX data for banks and credit cards. Supports latest quicken format
- Import outlook contacts. Import contacts from Yahoo, Gmail etc.
- Download current statement for bank and credit card accounts
- Password based encrypted data for security
- Multi language support (English, German, Spanish, Portuguese, Turkish)
System requirements:
- Java Runtime Environment 1.6 or higher
Enhancements
- Accounts tree display updates.
- UI improvements.
License:Freeware
QuickHelp MacOSX Viewer 1.0
Author/deploy application help to virtually any computer. more>>
QuickHelp is unique in its ability to manage, author and test help topics in a single tabbed window running on your platform of choice, then deploy the help system to virtually any computer.
Simplicity and productivity replace complex html tag editing, cumbersome topic management, time-consuming build and test approaches and different authoring and deployment tools for each platform.
Help information resides in an XML file distributed with a native viewer executable for each platform.
Manage iTunes 1.0
Manage iTunes is an effective and convenient MP3 tool that allows you to create several iTunes libraries, each with their own Preferences. more>>
Manage iTunes 1.0 is an effective and convenient MP3 tool that allows you to create several iTunes libraries, each with their own Preferences. In addition, if there are several users, each one will have his/her own library with his/her own preferences.
Requirements:
- Mac OS X 10.2 or later
MOD Commander 1.3.1
MOD Commander helps to manage mods without having to boot the game application with ease. more>>
MOD Commander 1.3.1 helps to manage mods without having to boot the game application with ease. Fast, easy-to-use and doubles as the game launcher as well! Move, reorder and delete your active mods. Save your settings and go. A perfect aid for GameRanger!
Requirements: Mac OS 8 - 9.2.2 Ghost Recon
Help Viewer Help 1.0
Help Viewer Help - clear the contents of your (User) Help Viewer Cache folder more>>
Keep in mind that sometimes Help Viewers perceived slowness is due to its downloading new content, especially via dialup modem connection.
Manage file names 0.1
Manage file names is a functional and easy-to-use system utility. more>>
Manage file names 0.1 is a functional and easy-to-use system utility. Five automator workflows deployed as finder contextual menu plugins that allow you to add a new file name extension, remove the extension, change the file name extension, add a prefix or a suffix to the selected files in the finder.
SQLite Manager for Songbird 0.3.11
Songbird add-on that helps you manage your SQLite databases from your computer. more>> Songbird add-on that helps you manage your SQLite databases from your computer.
After installation, you will find a menu item under Tools menu. Click it to start the SQLite Manager.
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.
SQLite Manager allows you to execute SQL Query.
A dropdown menu helps with the sql syntax thus making writing sql easier. SQLite-Manager gives you easy access to common operations through menu, toolbars, buttons and context-menu.
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
- add and drop columns in a table
- create new db, open any existing db, copy an existing db
- export tables/views as csv/xml files
- import table from csv/xml file
- 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
- a tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
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.
manage known hosts 1.0
manage known hosts - view/edit known hosts file of logged in user more>>
Completly freeware for personal use.
PWman 0.3.9
Free and open source that will help you store and manage passwords more>> Free and open source that will help you store and manage passwords
PWman is a text-based application for securely storing and managing passwords, using a gpg encrypted xml file, based on the ui design of abook (http://abook.sourceforge.net).
PWman works on Mac OS X, Linux, *BSD, Solaris and should also run on most other UNIXes(untested). It Needs libxml2 and ncurses.
System requirements:
-
-
-
Enhancements:
- gnupg.c: fix segfault if the secret key isnt present

SQLite Manager for Firefox 0.5.0 Beta 5
SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>>
SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. This extension will be useful to developers who want to create and play with sqlite databases.
SQLite Manager is available as a XULRunner application too. The file with XR in its name is the zip of the XULRunner application. More and more developers will start using SQLite. To help them manage their databases through a Mozilla extension is the motivation behind this add-on extension.
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.
Major 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
- Supports writing your own queries (single or multiple)
- Supports saving the queries with a name
- A tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- Export tables/views as csv, sql or xml files
- Import tables from csv, sql or xml files
- A dropdown menu showing all profile db (.sqlite)
- An intuitive heirarchical tree showing all tables, indexes, views and triggers
- Ability to see the master tables
- Ability to see the temporary tables, indexes, views and triggers
- Ability to browse data from any table/view
- Dialogs to allow searching in a table/view
- Allows editing and deleting selected record while browsing a table's data
- Allows adding, saving and changing blob data
- An extensive menu that helps with writing sql by hand and then executing it
- Remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions
Passage Crammer 0.1.4
Passage Crammer is a useful tool that will help you manage selections of text and audio for the study of languages more>>
Primate 1.5.2
Primate is a tool to help you manage your Unsanity Application Enhancers (.ape). Requirements: Mac OS X 10.1.5 or later more>> Primate is a tool to help you manage your Unsanity Application Enhancers (.ape).
Mac OS X 10.1.5 or later.
Version 1.5.2 fixed unexpected quits on close.