receive transmit store and retrieve information

Centre School Information System 2.14.1
Centre School Information System revolutionizes the way to address the most important needs of administrators, teachers, support staff, parents, students, and clerical personnel. more>> <<less
Transmit FTP Widget 1.3
Transmit FTP Widget - Drag-and-drop items onto this handy widget to quickly FTP them via Transmit more>> Transmit FTP Widget - Drag-and-drop items onto this handy widget to quickly FTP them via Transmit
Transmit FTP Widget offers an easy way to quickly upload items to your favorite FTP server using Transmit - any time, any place, thanks to the power of Dashboard.
First, create a Transmit widget on your Dashboard, and flip it over to configure it with the details of your server.
Then, select a file in the Finder and - while youre dragging it - fire up Dashboard. Drop the file on the Transmit widget - and thats it! Your file will upload in a flash.
You can have as many Transmit widgets as you like, each one configured for a different server. Requires an installed copy of Transmit 3.0 or newer.
(NOTE: Due to a limitation in Mac OS X v10.4, only one item can be dropped at a time. This is expected to change in a future version of Mac OS X.)
Enhancements
- Now a Universal Binary
- Can now select any available Transmit protocol, including WebDAV HTTPS.
System requirements:
- Transmit 3.0 or later.
Transmit Widget 1.3
Transmit Widget is a powerful program that makes it fast to upload items to your favorite FTP, SFTP, or WebDAV server, using Transmit any time, any place, thanks to the power of Dashboard. more>>
Transmit Widget 1.3 is a powerful program that makes it fast to upload items to your favorite FTP, SFTP, or WebDAV server, using Transmit any time, any place, thanks to the power of Dashboard.
First, create a Transmit widget on your Dashboard, and flip it over to configure it with the details of your server. Then, select a file in the Finder and while you re dragging it fire up Dashboard by hitting the hotkey or dragging the file into your hot corner. Drop the file on the Transmit widget and that s it! Your file will upload in a flash.
You can have as many Transmit widgets as you like, each one configured for a different server. Requires an installed copy of Transmit 3.0 or newer.

App Store Expense Monitor 1.2.1
App Store Expense Monitor is a distinguished and easy to use Mac OS X application which gathers all iPhone applications from your iTunes folder on your computer, reads out the price information and presents the total amount of money you spent on the Apple App Store. more>>
App Store Expense Monitor 1.2.1 is a distinguished and easy to use Mac OS X application which gathers all iPhone applications from your iTunes folder on your computer, reads out the price information and presents the total amount of money you spent on the Apple App Store.
Enhancements:
- [NEW] "Report a bug" function-
- [FIX] Link to help page-
- [FIX] Dock icon bugfix
App Store Expense Monitor is an innovative and versatile application which gathers all iPhone ... price information and presents the total amount of money you spent on the Apple App Store. AppLicense:Freeware
App Store Expense Monitor is a very useful and must-have application for everyone. App Store ...App Store Expense Monitor 1.1.1 is a very useful and must-haveLicense:Freeware
Apple Store Locations for iPod 1.0
Apple Store Locations for iPod is a freeware consisting of Apples Retail Store locations organized by States for convenient access more>>
Apple Store Locations for iPod 1.0 is a freeware consisting of Apple's Retail Store locations organized by States for convenient access. Contains, addresses, telephone numbers, hours of operation and basic driving directions. Always have this information handy on your travels, right on your iPod.
Oracle Berkeley DB Java Edition 3.3.82
High performance transactional storage engine. more>> High performance transactional storage engine.
Oracle Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication.
It stores data in the applications native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably.
Main features:
- Local, in-process data storage.
- Schema-neutral, application native data storage.
- Keyed and sequential data retrieval.
- Easy-to-use Java Collections API.
- Persistence API for accessing Java objects.
- Single process, multi-threading model.
- Record level locking for high concurrency.
- Support for secondary indexes.
- In-memory, on disk or both.
- Configurable background cleaner threads re-organize data and optimize disk use.
- Full ACID compliance.
- Selectable isolation levels and durability guarantees, configurable on a per-transaction basis.
- Managed transactions using the Java Transaction API (JTA).
- J2EE application server integration using J2EE Connector Architecture(JCA).
- Provides support for monitoring, auditing and administration using the Java Management Extensions (JMX).
- Catastrophic and routine failure recovery modes.
- Timeout based deadlock detection.
- Hot and cold backups, log file compaction, and full database dumps.
- 100% pure Java for portability and ease of development.
- Single JAR file - easy to install, runs in the same JVM as the application.
- Java 1.4.2 or later Standard Edition JVM required.
- Programmatic administration and management-zero human administration.
- API for routine administrative functions.
- Small footprint 772KB.
- Scalable to terabytes of data, millions of records.
- Source code, test suite included.
System requirements:
-
Enhancements
- Fix a bug that somtimes causes two log cleaner threads (when multiple threads are configured or multiple app threads call Environment.cleanLog) to select the same file to clean. This can result in two attempts to delete the log file after cleaning. The second attempt causes an exception to be traced repeatedly, but no other side effect. The problem is transient and goes away if the Environment is closed and re-opened. An example of the exception is below. The symptom is that this exception occurs repeatedly, and the file is not present.
- Fix a bug that could cause a LogFileNotFoundException when using an XAEnvironment, if a prepared transaction is not ended prior to a crash and then the prepared transaction is aborted after recovering from a crash. [#17022] (3.3.79)
- Fix a bug that prevented deferred-write record deletions from being made durable by Database.sync, if a crash occurs after Database.sync but prior to the next checkpoint. Under rare circumstances this could also result in a LogFileNotFoundException later when accessing the deleted entry. [#16864] (3.3.78)
- Fix a bug that prevents log cleaning from functioning properly when a temporary DB (DatabaseConfig.setTemporary) is large enough to overflow the JE cache. Also fix a bug that could in rare cirumstances cause an endless loop while performing log cleaning. [#16928] (3.3.78)
- Fix a bug that caused an infinite loop under certain timing dependent circumstances when using EnvironmentConfig.setSharedCache(true). This bug was reported in two different forum posts. Thanks to Kevin Jackson and Vyacheslav Lukianov for reporting it! [#16882] (3.3.78)
- Improve output of partial information in DatabaseEntry.toString. Thanks to archie172 for reporting this on OTN. [#16929] (3.3.78)
- Fix a bug in SecondaryCursor.dup that required the cursor to be initialized. This method, like Cursor.dup, may now be called whether the cursor is initialized or not. Thanks to archie172 for reporting this on OTN. [#16930] (3.3.78)
- Fix a bug that caused NullPointerException when opening an XAEnvironment under certain circumstances, when prepared but uncommitted transactions are present in the JE log and must be replayed during recovery. This bug was reported on the OTN forum by Matthieu Bentot -- thank you Matthieu! An example of the stack trace is below.
- Fix a bug that caused LogFileNotFoundException in rare circumstances for an Environment having one or more Databases configured for duplicates (or one or more SecondaryIndexes with MANY_TO_XXX relationships). The bug only occurs when a single secondary/duplicate key value is associated with a large number of records/entities; specifically, the sub-Btree for a single duplicate key value must have at least 3 levels. [#16712] (3.3.76)
- Fix a bug that caused BufferOverflowException while writing transactional records. This could occur if multiple threads were writing to an environment while using the same Transaction. [#17204]
- Direct Persistence Layer (DPL), Collections and Bind packages - Fix a bug that causes the EvolveStats returned by EntityStore.evolve to contain zeros, even when entities are evolved and written, when no EvolveListener is configured. Thanks to jhalex on OTN for reporting this. [#17024] (3.3.78)
Metric Conversions 1.0
Metric Conversions is created to be a useful tool which allows display and retrieve information in different metric systems. more>>
Metric Conversions 1.0 is created to be a useful tool which allows display and retrieve information in different metric systems.
iTunes Store Link Deleter 1.1
Allows you to remove the iTunes Store button. more>> Allows you to remove the iTunes Store button.
Now you can hide the uncomfortable and ugly iTunes Store arrow links.
System requirements:
-
Enhancements:
- Bug fix in iTunes 8.0.1
- Application size decreased.
Open RETS Client 0.7.15
Open RETS Client - Retrieve Multiple Listing Service (MLS) related data from a remote/local RETS compatible server more>> Open RETS Client - Retrieve Multiple Listing Service (MLS) related data from a remote/local RETS compatible server
Open RETS Client (ORC) is a command-line application written in Java, designed to retrieve Multiple Listing Service (MLS) related data from a remote/local Real Estate Transaction Standard (RETS) compatible server.
The ORC supports the majority of functional operations as defined per the Real Estate Transaction Standard Protocol Specification, version 1.0.
As outlined in the RETS Specification, the client program may communicate with a property or other real estate data server for the purposes of retrieving real estate property information.
Designed around a three-tier architecture, the RETS Client has been separated into an application logic layer, a presentation layer, and a storage layer.
Currently, the ORC supports the following functional operations:
- Login Transaction
- Logout Transaction
- Action Transaction
- Search Transaction
- GetMetadata Transaction
- GetObject Transaction
- Change Password Transaction
System requirements:
- Java Runtime Environment (JRE), version 1.4.0 or later
- A minimum of 32 MB of RAM (48 MB recommended)
Optional:
- A shell-compatible command language interpreter -- like Bash, Korn or C shell.
- A Web client -- for reading the Open RETS Client Application Programming Intreface (API), HOWTO and FAQ documentation.
- A Portable Document Format or Postscript reader -- for reading the ORC design specifications, HOWTO and FAQ documentation.
Birth Of An Apple Store 1.0
Birth Of An Apple Store - displays images about the birth of the new Apple Store in Boston more>>
fcXHTML Reference Widget 1.1
fcXHTML Reference Widget - Provides a concise bit of information for each element in the xhtml specification. more>> fcXHTML Reference Widget - Provides a concise bit of information for each element in the xhtml specification.
Fuzzy Coconut is pleased to announce its first Dashboard Widget, an off-line reference to the XHTML 1 specification from the W3C. The fcXHTML Reference widget does not function by retrieving information from the internet; instead its entirely self-contained, so itll work even when wi-fi doesnt.
The fcXHTML widget provides a concise bit of information for each element in the xhtml specification. Each element can be accessed either via a pull-down menu or by directly editing the name of its tag and using the arrow keys to select a choice from suggested matches.
Main features:
- The element tag and its description
- Valid attributes for the element
- It also displays information about the possible values of an attribute.
- The Minimum Content Model for the element expressed in a regular expression-style format
- Miscellaneous information about the element
- And an example of how the element is used

Sword Forger Aggregator 2.1b
Sword Forger Aggregator is a usful software designed to make it easy to retrieve information from web pages. more>>
Sword Forger Aggregator 2.1b is a usful software designed to make it easy to retrieve information from web pages.
Turn almost anything in a web page into a personal dynamic data feed. Want to get news headlines or almost any time-varying web information? Sword Forger Aggregator makes it possible. It's a nice alternative to RSS subscription for the casual news reader.
Version 2.0b:
- Now, available as a full version
- Improved engine
- Universal binary for Mac OS 10.3 and later
- More output options, Growl support, HTML output
- Simplified, improved interface
Major Features:
- Create signatures for nearly any text block in a web page, and retrieve them over time as the page is updated
- Display results in the Dock application menu
- Automatically creates links for headline-type retrievals
- Can automatically find results similar to the type specified in a search routine
- More output options
- Faster, more accurate engine
- Auto updating
- Ability to generate signature directly from a browser (Safari, Camino, and Firefox currently supported)
- Fixed a problem with the auto-updating of results for web browsers
iSkysoft DVD-Library for Mac Beta 1.2.10.2
iSkysoft DVD-Library for Mac Beta is a legal DVD-backup application for Mac OS X. It can quickly create an image (.iso) of a DVD disc on your Mac to backup all your DVDs and playback them on Mac without taking any DVD discs. It helps you build your own DVD library on Mac to simplify the way you search and access your DVDs and allows you to manage your personal DVD movie collection. more>>
iSkysoft DVD-Library for Mac Beta - iSkysoft DVD-Library for Mac(Beta Version) is a legal DVD-backup application for Mac OS X. It can quickly create an image (.iso) of a DVD disc on your Mac to backup all your DVDs and playback them on Mac without taking any DVD discs. It helps you build your own DVD library on Mac to simplify the way you search and access your DVDs and allows you to manage your personal DVD movie collection.
Key Features:
1. Backup your homemade and commercial DVDs to Mac and portable hard discs with DVD Boxes. DVD Box is defined by iSkysoft Studio which includes DVD cover image, DVD information and ISO images.
2. Backup DVD at 1:1 ratio quality. The ISO image preserves audio tracks, subtitle, menu and special features of the original DVD, no more fear of damage or loss.
3. Build your own DVD library via DVD Boxes to organize your movies just the way you like. On Mac OS 10.5 and 10.6, display your movies with the DVD cover images in the cover view and browse them just like you would in a video store.
4. DVD-Library for Mac lets you retrieve information about your movies from the Internet in real-time. To search, use UPC codes or keyword combinations - movie title, director, actor, studio, etc. You can store DVD information to DVD Box about each movie, such as Director, Actor, Subtitle, Audio, Regional Code, Aspect Ratio, Movie Rating, Release Date, Theatrical Debut, Run Time, UPC, Description.
5. Double click the DVD box to mount DVD, then playback movies with multimedia players like VLC player, M player.
6. With iSkysoft DVD-Library for Mac, you can catch your collected movies on the go without the hassle of carrying DVD discs around.
7. Share the DVD Boxes with copyright protected ISO images to your friends. In this way, you DVDs will avoid damage caused by lending DVD discs.
Enhancements:
Version 1.1.12.6
1. Greatly improved the stability with the new DVD copy module
2. Added prompting messages when ceating ISO
System Requirements:<<less
A9 Search Advance 1.2.1
Search Amazon.coms search engine A9.com with OpenSearch Technology to display your search enquiry listed in columns more>>
You can select one or more sources by checking its checkbox and youll retrieve results / information in your browser at A9.com, listed into userfriendly columns. -each selected source has its own column which is resizeable and configurable.
The standard set of OpenSearchTM sources available in A9 Search Advance allows you to choose to search and retrieve information from several providers (listed below).
- Web search (by Google, but also provided by A9 and Alexa)
- Image Search (by Google)
- Wikipedia
- Referance (by About.com)
- Books (by Amazon)
- Movies (by Amazons IMDb)
- RSS Search (by Feedster)
- Your History (previous A9 searches)
Important notes!
Please make yourself familiar with A9.coms Privacy Policy! This Widget will automatically notify you whenever a newer version is available by pointing your browser to an update page.
Enhancements:
- Feature: Expands spescial charachter support.
- Code: Some changes due to changes over at A9.com.
- Code: Runs faster, uses less memory.
- Bugfix: fixed version update notification bug.
- Bugfix: Fixed moviecolumn bug.
Morning Store 1.1
Morning Store is a beneficial and easy to use school-store simulation for students aged ten to twelve. more>>
Morning Store 1.1 is a beneficial and easy to use school-store simulation for students aged ten to twelve. Students buy supplies, set prices, and sell sell sell. The program also contains five store-related problems for students to solve.