accidental deletion recovery

Boomerang Data Recovery 2.1.11
Boomerang Data Recovery 2.1.11 is such a wonderful program which recovers lost data due to corruption, formatted disk, bad hard drive, deleted files, accidental re-install of os. more>> <<less
Track Destroyer 2.0
Track Destroyer - Privacy protection tool more>>
Unlike some other privacy protection tools which only delete the files and thus can be easily recovered by some data recovery tool, our Track Destroyer completely remove those files from your hard disk without the possibility to recover it by any practical software or hardware methods.
Main features:
- Erase history for over 50 applications!
- Clean system caches, logs and empty the trash.
- Securely wipes files with a three-pass write.
- Smart recent items discoverer scans system preferences for details which appear to be logging activity and removes them.
Enhancements:
- New Feature: You can now authenticate the application for root,so you no longer have to enter your username/password again.
- New Feature: Progress bar for deletion status.
Fast Delete 1.0
Fast Delete is created as an AppleScript with the ability to automatically move a file to the trash and delete it. more>>
Fast Delete 1.0 is created as an AppleScript with the ability to automatically move a file to the trash and delete it. Apply Fast Delete to a function key, and choose your trash! It's much quicker than selecting what you want to delete, then typing command-delete, waiting for it to move to the trash, and then typing command-shift-delete. It's so lengthy compared to the automation that Fast Delete gives you.
If you want extra-fast file deletion, assign Fast Delete to a function key and turn off the Trash's "Warn before emptying" option. And make sure that you have the Akua S
R-Studio Data Recovery 2.0 build 903
R-Studio Data Recovery is a professional and easy to use data recovery software for Apple lovers. more>> <<less
License:update/patch
License:update/patch
Undercover 3.2
Undercover is a very serviceable tool which routinely checks with the Undercover server. more>>
Undercover 3.2 is a very serviceable tool which routinely checks with the Undercover server. In case of theft, the Mac's unique Undercover ID is added to the list on the Undercover server, initiating the recovery process. During the recovery phase, Undercover transmits its current location on the internet, enabling the Undercover team to identify the computer's exact physical location. Moreover, Undercover also sends screenshots of the stolen Mac, revealing details of the thief's identity. The Undercover recovery center will then work with law enforcement to recover the Mac.
In case recovery fails, the software has an ingenious plan B: it will simulate a hardware failure, urging the thief to send the computer in for repair or sell it. As soon as the thief gets rid of the Mac, Undercover will warn the new user that the Mac has been stolen and that it should be returned as soon as possible. The computer will shout from time to time that it has been stolen and Undercover will take over the screen, displaying how the Mac can be returned while making the computer unusable.
Enhancements:
- This update fixes a problem of increased network traffic that a small number of customers experienced with Undercover 3.1 on Snow Leopard.
- This update is recommended for all users.
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)
MYOB AccountEdge Network Edition 10.2.0
MYOB AccountEdge Network Edition automates, organizes and processes all your business tasks and financial information more>> Stellar Phoenix Photo Recovery Software recovers lost, deleted and formatted digital pictures / images on removable media, after an accidental deletion, media format or corrupt media. Phoenix Photo Recovery Software works with any type of digital card reader or storage media that can mount as a volume. The program displays images that it finds and allows you to recover all of them. Phoenix Photo Recovery Software is helpful in the following cases of data loss. * Provides Image Recovery after corruption due to the card being pulled out while the camera is on. * Provides Photo Recovery after corruption due to turning the camera off during a write process * Provides Photo / Image Recovery after Formatting of the digital storage media. * This Photo / Picture Recovery utility recovers data lost due to, using media between different cameras / computers Provides Image / Picture Recovery after Accidental deletion of the photo Advanced Photo Recovery Software supports all major camera manufacturers, including: * Nikon (NEF) * Canon (CRW, CR2) * Olympus (ORF) * Sony (SR2) * Kodak (K25, KDC, DCR) * Fuji (RAF) * Minolta (MRW) * Pentax (PEF) * Sigma (X3F) * and also supports JPEG, TIFF, BMP, GIF, and PNG files. Recovers lost or deleted digital pictures from: * Memory Sticks, Flash Cards, Sony Memory Stick, IBM Micro Drive, SD Cards, MMC Cards. XD Cards, Secure Digital Card, Zip Disks, Mini Disks User-friendly Interface: * Provides thumbnail preview. Support Physical Disk and Logical Volume. Support for Admin User.Support the following file formats: WAV, MP3, AIFF, RPS, MIDI, M4A, M4P, AU, OGG ,WMA, MOV, AVI, ASF WMV, MP4<<less
iStat sensors 1.0
iStat sensors is a simple widget to monitor your macs temperatures and fan speeds. more>> RescuePRO is a recovery solution for digital media - SmartMedia, CompactFlash, MMC, Memory Stick, Microdrive, SD, XD Cards, PCMCIA, Video CD, DVD, etc... Recovers images, documents, mail, video, music or just about anything. Featuring innovative recovery algorithms, RescuePRO displays previews of the recoverable data. It also features a world-wide unique recovery algorithm for MPEG audio and MPEG video recovery (MPEG-1/2/3). What you see and hear is what you recover. RescuePRO works in any USB, FireWire Adaptor and can recover data from Palm Pilots, Windows CE devices, Digital Cameras and Camcorders and MP3 players. Whether files were deleted, the media was corrupted or formatted RescuePRO can help. The wizard driven interface makes it easy to recover your files with just three mouse clicks.<<less
Data Rescue 3.0.1
Data Rescue is an outstanding utility which can work when other tools fail and is completely safe to use since it does not attempt any risky repairs to the drive its scanning. more>>
Data Rescue 3.0.1 is an outstanding utility which can work when other tools fail and is completely safe to use since it does not attempt any risky repairs to the drive it's scanning.
Do you have a corrupt hard drive or one that no longer mounts? Are other Mac file recovery utilities failing to even recognize your bad drive? Do you need to recover files that have been deleted? Data Rescue 3 is the best data recovery software on the market for recovering files from a problem hard drive or that have been previously deleted.
Data Rescue 3 is the same software used by many data recovery services! Data Rescue 3 has saved our customers from having to use a data recovery service, which can cost thousands. You will need to save your recovered files to either an internal or external hard drive (USB or FireWire), removable media device (such as a Zip or MO) or a networked drive. An optional emergency bootable DVD is available.
Enhancements:
- Fixes several crashes and bugs
Requirements:
- Firewire, USB 2.0, or second internal drive to recover to.
- Supports OS X 10.6.
DeleteDotFiles 1.0
DeleteDotFiles - simple tool that it deletes the .DS_* files more>>
We would like to delete as a method of using which is easiest to understand,.DS_*. The _* file is included, (probably will be) on the idea contest of this DeleteDotFiles drop please do the folder. It is included in the folder which drop is done, .DS_*. Searching the _* file to class under, it lumps together deletes.
It corresponded to plural folder selection processing. Processing is processed recursively vis-a-vis the plural folders which drop are done.
Also, deletion settings are possible, other than for _* files .
recoverDV 0.8
recoverDV is designed to be an effective and easy-to-use recovery tool that can help you revive -2048 errored movie, which is recorded by recdv, DV-caputuring application. more>>
recoverDV 0.8 is designed to be an effective and easy-to-use recovery tool that can help you revive "-2048 errored" movie, which is recorded by "recdv", DV-caputuring application. Works only with recdv's default recording settings (DV/DVCPRO NTSC + 16bit Integer Big/LittleEndian).
Enhancements:
- Rebuild on Xcode 3.2 under Snow Leopard. Universal Binary including 64bit intel code. Now requires MacOS X 10.6.x/10.5.8 or later. 64bit iEPG Webkit Plug-in included.
Requirements:
- Requires MacOS X 10.6.x/10.5.8 or later
Finder Refresher 1.0
Finder Refresher is a feature-rich and trustworthy scripting tool. more>>
Finder Refresher 1.0 is a feature-rich and trustworthy scripting tool. One major shortcoming of OS Xs Finder is how poorly the contents of Finder windows are updated. Often an inactive window will show information that does not properly reflect the true contents of the directory until the user clicks on the window.
At best this is an annoyance, and at worst this can lead to data loss by, e.g., selecting the wrong files for some action such as (oops) deletion. A simple AppleScript has been writen, called "Finder Refresher" that will correct this problem. It seems to work well, refreshing all windows, even when the Finder is not the front application, and taking very limited processor cycles.
Tiny Cipher 1.5
Tiny Cipher is a fully-featured Macintosh application which uses the full power of the TEA cipher to provide military-grade encryption capabilities to every Macintosh user more>> Tiny Cipher is a fully-featured Macintosh application which uses the full power of the TEA cipher to provide military-grade encryption capabilities to every Macintosh user. It has all the features you will have come to expect from a Mac application, including Drag and Drop and extensive customisability.You can encrypt and decrypt either files or entire folders quickly and easily. Tiny Cipher has support for passwords up to 128 characters long, as well as secure file deletion (up to seven overwrites).<<less
Transactions 2.1
Transactions is one of the most advantageous premium transaction manager for automatic cancelation of problematic transactions, across disparate datasources or back-end systems more>>
Transactions 2.1 is one of the most advantageous premium transaction manager for automatic cancelation of problematic transactions, across disparate datasources or back-end systems. Unlike CICS (IBM, mainframe) or Tuxedo (Bea, workstations), our product is optimized for easy integration into Java-based solutions.
Major Features:
- Reliably integrate disparate back-end systems into one coherent whole.
- Get instant JTA/XA transactions with full recovery and nested transactions.
- Includes RMI/IIOP support: transactions and recovery can span peer processes in RMI or IIOP networks. 100% Java.
Requirements:
- Java 1.4
Bounceback Professional Update 5.1.4r2
Bounceback Professional - Update for the backup software more>>
Designed for Hard Drive based backup and recovery, BounceBack Professional is the perfect backup solution for Windows and Macintosh professionals and home users who value their data and the time spent creating it. In todays world, a disaster can occur at any moment whether a hard drive failure, virus attack, theft or loss.
Main features:
- Easy to Use
- You dont need to know the ins and outs of computers to use BounceBack, the software does all the work for you. From the easiest setup to simple reminders and flexible features, BounceBack takes the headache out of backup.
- Fast Data Recovery
- If youve ever had a hard drive fail or a computer stolen, you know the pain associated with the loss of data and the time associated with getting up and running again. BounceBack creates an exact copy of your computer hard drive enabling you to replace your failed hard drive with your backup drive or boot directly from your external backup drive (Mac only).
- Quickly Restore Lost Files
- Accidental deletions and misplaced files are a fact of life. Fortunately, CMS QuickRestore feature offers immediate access to all previously backed up files. Just select the items to bring back and click on Restore.
- Save Multiple Versions of Files
- Have you ever been working on a document, gone through several versions, and then realized the first or second draft was the best? With BounceBack, changed files are backed up and maintained individually allowing you to review and compare all backed up versions of the same file.