| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Disk Text Savior 1.5 |
windows | System->Back Up and Recovery | $98 |
View Detail
|
|||||||||
Disk Text Savior description Disk Text Savior is a software tool to "draw out" the important text information from a bad floppy Disk and save it Disk Text Savior is a software tool to "draw out" the important text information from Limitations: · The unregistered version only can save 1000 byte data |
||||||||||||||
| 2 | Disk Text Savior 1.5 |
windows | Utilities->Text Search and Replace Tools | $98.00 |
View Detail
|
|||||||||
The unregistered version only can save 1000 byte data. Please purchase for get full version! Disk Text Savior is a software tool to "draw out" the important text information form a bad floppy Disk and save it .it is power and easily use it .it can resume a bad floppy Disk that cant be resumed with another famous disk tools. |
||||||||||||||
| 3 | Savior |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | e-savior 2.0 |
windows | Home Education->Kids Parenting | $49.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | The Savior Tower 3D |
windows | Home Shell Desktop->People Screen Savers | $14 |
View Detail
|
|||||||||
Feast your eyes with the most fascinating 3D view of the Savior Tower! With huge chimes, fretted patterns and red star at the very top of the spire it s the most beautiful tower of Kremlin! The Savior Tower 3D brings you scenery from the very heart of the Russian capital on your desktop. |
||||||||||||||
| 6 | Disk Cleaner 1.5.7 |
windows | Security Privacy->Secure cleaning | Free |
View Detail
|
|||||||||
Disk Cleaner description Disk Cleaner - Clean up disk space fast and easy With Disk Cleaner you can easily clean up disk space that is now used by temporary files like those in the system temporary folder, the Internet Explorer Cache and Cookies folder, and the Recycle Bin. Disk Cleaner was inspired by one of the system tools that can be found in Windows 98. As I was running Windows 95 myself those days, and upgrading my machine to 98 was not an option, I decided to write such a tool myself. However, Windows 98+ users may find that Disk Cleaner is smaller and faster, and one of its virtues is the ability to run quietly, i.e. on startup. This means that you can clear the cache every time you boot Windows. Disk Cleaner is a tool that cleanup Disk Cleaner is focused on ease of use, speed and a small size, both when downloading and when installed (the installation file is just over 360 kb). It is fast, since the crucial parts are written with just the plain Windows API giving high search and remove performance. Disk Cleaner is also entirely self-contained: no other (large) DLLs are necessary to run the application, so it can even be run from a floppy without trouble. Handy to remove your junk from public machines. On the right you can find a screenshot of Disk Cleaner. It is very easy to use: select the items you would like to clean, press the clean button, and youre done! Despite the ease of use, the extendibility by plug-ins, either full-featured DLLs or just simple text files, make that Disk Cleaner can also be used by power users to clean specific items. All that is needed to create a simple plug-in is a text editor, such as notepad. Here are some key features of "Disk Cleaner": · Easy to use one-click cleaning · Cleaning Presets · Quiet mode , i.e. for cleaning when booting (/q) · Extendibility by plug-ins · Speed Whats New in This Release: · Fixed small bug with active control (should be Clean button, was · the C(onfiguration) button.) · added 7zip.dct · added adaware.dct · added adopagemill2.dct · added CutePDFWriter.dct · modified flashget.dct · modified massdown.dct · added metapad.dct · modified msworks.dct · modified netcaptor.dct · modified officexp2000.dct · modified quicktime.dct · added swiffplayer.dct · added WinImp.dct · modified winlog.dct · modified zonealarm.dct · added drive Image 6.dct · added editPad.dct · added editPlus2.dct · added goldWave.dct · added inno Setup.dct · added microangelo.dct · added nero.dct · added openoffice.dct · added regedit Recent Key.dct · added winAce.dct |
||||||||||||||
| 7 | Text Wallet 1.9 |
mac | Utilities->Others | Free |
View Detail
|
|||||||||
Text wallet is a simple panel for storing and recalling to the clipboard frequently used text strings, just write to permanently store to disk, just touch text field for auto-copying text to the clipboard -ready to paste. Text strings may be multi-line. Here are some key features of "Text Wallet": · Add as many fields as you need by clicking top button · Texts can be complex, including multi-line texts · Recall and auto-copy to clipboard text strings simply by clicking on a text field, or giving it focus, or typing into text field · Double click on text field to paste · Remove text fields by clicking "x" button near unwanted field · To paste a text in a new field ot text wallet, copy the text from it source and then push top button, the text will be auto-pasted · Text wallet auto-collapse to bar, auto-expand when mouse enters · Application will auto-save all entries when you quit. Whats New in This Release: · Universal Binary |
||||||||||||||
| 8 | The Savior Tower 3D 1.0 |
windows | Home Shell Desktop->Screen Savers | $14.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | Disk Analyzer 1.5 |
windows | Utilities->File managers | Free |
View Detail
|
|||||||||
Disk Analyzer enables you to quickly see where your hard disk space is used. Any disk or folder can be show as a disk space usage tree view, providing a simple way to see how disk space is being used.Click on a tree node to view the info for that sub-folder. Disk Analyzer can be launched by accessing its context menu entry on any drive or folder. |
||||||||||||||
| 10 | Text::LooseCSV 1.5 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n"); $f->no_quotes(1); # Parse/split a line while ($rec = $f->next_record()) { if ($rec == -1) { warn("corrupt rec: ", $f->cur_line); next; } # process $rec as arrayref ... } # Or, (vice-versa) create a variable-length record file $line = $f->form_record( [ Debbie Does Dallas,30.00,VHS,Classic ] ); Why another variable-length text record parser? Ive had the privilege to parse some of the gnarliest data ever seen and everything else I tried on CPAN choked (at the time I wrote this module). This module has been munching on millions of records of the filthiest data imaginable at several production sites so I thought Id contribute. This module follows somewhat loose rules (compare to MS Excel) and will handle embedded newlines, etc. It is capable of handling large files and processes data in line-chunks. If MAX_LINEBUF is reached, however, it will mark the current record as corrupt, return -1 and start over again at the very next line. This will (of course) process tab-delimited data or whatever value you set for word_delimiter. Methods are called in perl OO fashion. WARNING this module messes with $/ line_delimiter sets $/ and is always called during construction. Dont change $/ during program execution! |
||||||||||||||
| 11 | Flobo Disk Clean 1.5 |
windows | Security Privacy->Secure cleaning | $15 |
View Detail
|
|||||||||
Flobo Disk Clean description Flobo Disk Clean - Clean Disk of junk file Your computer disks are right now full of unwanted, unneeded and junk files that only slow down your PC, take valuable Flobo Disk Clean do a complete clean up at your system keeping it running like new, deleting all sort of files not needed, including temporary data, old backups, duplicated files and DLLs.. Free disk space, fix and prevent errors in your system and speed it up with Flobo Disk Clean. |
||||||||||||||
| 12 | Raid Disk Sizer 1.5 |
pda | System Utilities->Others | FREE |
View Detail
|
|||||||||
Raid Disk Sizer will help you configure your Disk RAID 5 subsystem. It will tell you how many disks is required, disks group size and number of group required per Gigabytes. Requirements: · Palm OS v3.0 |
||||||||||||||
| 13 | WinASO Disk Cleaner 1.5 |
windows | Utilities->File managers | $21.95 |
View Detail
|
|||||||||
Speed-up your System, WinASO Disk Cleaner is a user-friendly application developed to free up valuable disk space by deleting junk files. Even the least-experienced user can easily use this with a few simple mouse clicks. WinASO Disk Cleaner can find well over 50 types of junk files.... WinASO Disk Cleaner v1.5 release is New Release. |
||||||||||||||
| 14 | Flobo Disk Clean 1.5 |
windows | Utilities->System Maintenance and Repair | $15.00 |
View Detail
|
|||||||||
Your computer disks are right now full of unwanted, unneeded and junk files thatonly slow down your PC ,take valuable space and may cause application problems. Flobo Disk Clean do a complete clean up at your system keeping it running like new, deleting all sort of files not needed, including temporary data, old backups, duplicated files and DLLs.. Free disk space , fix and prevent errors in your system and speed it up with Flobo Disk Clean. |
||||||||||||||
| 15 | Disk Triage 8.1.5 |
windows | Utilities->File managers | $29.95 |
View Detail
|
|||||||||
Tracking disk space usage and access trends allows you to build policies which bind your team to action. Consider the following two examples: Scenario 1) Imagine how much you could save by compressing or deleting all files of a certain type that hadnt been accessed in the last 12 months. Scenario 2) Imagine being able to generate a report listing ACLs and usage profiles on source files critical to the production of financial statements for your Bill 198 or Sarbanes Oxley auditor will request. What other disk space management tool lets you discover, report, and act on these findings? Disk Triage can. |
||||||||||||||
| 16 | LaCie Ethernet Disk 1.5 |
mac | Utilities->Drivers | Free |
View Detail
|
|||||||||
LaCie Ethernet Disk contains the updated drivers for the LaCie Ethernet Disk mini. Apply this to get the latest functionalities and fixes. Whats New in This Release: · Compatibility with Apples Bonjour · Possibility to rename the share · Read-Write access in HFS+ files system format · WINS servers compatible. |
||||||||||||||
| 17 | OneClick Disk Cleaner 1.5 |
windows | Utilities->Optimize Utilities | Free |
View Detail
|
|||||||||
OneClick Disk Cleaner allows you to easily clean up disk space that is used by temporary files like those in the system temporary folder, the Internet Explorer Cache and Cookies folder, Recycle Bin and various other areas of your system. In addition, you can erase personal tracks like recently used documents, typed URLs and more. OneClick Disk Cleaner comes with an attractive, user friendly interface. OneClick Disk Cleaner allows you to create cleaning profiles, and can automatically run at system start without user intervention. It supports Internet Explorer, Firefox and Opera as well as various 3rd party applications. Key Feature: 1. Easy to use. 2. Cleans most common tracks. 3· Clean built-in cookie manager. 4· Supports multiple Predefined preset profiles. |
||||||||||||||
| 18 | SafeIT Secure Disk 1.5 |
windows | Utilities->Misc Encryption | $49.95 |
View Detail
|
|||||||||
SafeIT Secure Disk is a user-friendly program that allows you to prevent unauthorized access to restricted documents. The program makes a part of your current hard disk a secure disk. All private and confidential information stored on this disk will be protected using strong encryption. Your secure disk is only accessible by entering the correct password. The program is easy to install and the step-by- step guides will walk you through the process of creating your own secure disk. After installation, the user friendly interface makes securing a file as easy as copying it. The encryption technology used supports several encryption algorithms, including the new AES-standard Rijndael with key length of 256 bits. If you prefer, you can also use Blowfish with a key length of 480 bits. Features includes: The latest encryption standards (AES and Blowfish). Strong encryption using key lengths up to 448-bits. High modularity in the product gives it high flexibility and makes it powerful. Full integration with Windows XP and a user-friendly interface. Automatic updates to be up to date.Encrypts temporary files automatically. |
||||||||||||||
| 19 | Flobo Repair Disk 1.5 |
windows | Utilities->System Maintenance and Repair | $29 |
View Detail
|
|||||||||
performs repairing of the bad sectors of Hard Disk Drives regenerating HDD surface. This is not a CHKDSK or ScanDisk like utility! It does not mark the bad sectors in the file system and hidden them! It regenerates magnetic surface! So it repairs the bad sectors! Its a very useful tool for advanced case of damaged media to be used when data recovery software cant perform read. |
||||||||||||||
| 20 | Swift Disk Defrag 1.5 |
windows | Utilities->File Maintenance and Repair | Free |
View Detail
|
|||||||||
A powerful defragmentation tool for Windows System Requirements: nothing special New features in this version:: New Release |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
