Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.332.812 Times

Undelete Unicode software
Filter: All | Freeware | Demo
 

Undelete Unicode

< 1 2 3 4 5 > 
Released: August 19, 2008  |  Added: September 13, 2008 | Visits: 1.531

Undelete Professional Undelete Professional provides Recovery Bin protection for files on workstations and laptops. Even if your users store most of their files on the server, there's always some data on the local machines, such as files stored on the desktop or files on roaming laptops. Undelete safeguards that data...



Platforms: Windows

License: Demo Cost: $0.00 USD Size: 13.64 MB Download (193): Undelete Professional Download

Released: August 19, 2008  |  Added: September 15, 2008 | Visits: 1.319

Undelete Home Think of all the valuable data on your computer: Financial records, work and school reports, digital photos you'll never be able to take again... what if those files were deleted and you couldn't get them back? Accidental file loss happens more often than you think. Here's the worst part:...





Platforms: Windows

License: Demo Cost: $0.00 USD Size: 13.16 MB Download (193): Undelete Home Download

Released: January 12, 2009  |  Added: January 15, 2009 | Visits: 1.639

File Undelete 2009 File Undelete 2009 is an easy to use, affordable do-it-yourself data undelete solution that is designed to recovers lost, accidentally deleted, or inaccessible files, folders, complete partitions or entire drives from multiple file types, media and operating systems. It allows you to recover...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 926.88 KB Download (819): File Undelete 2009 Download

Released: October 27, 2009  |  Added: November 03, 2009 | Visits: 1.764

Advanced NTFS Undelete Advanced NTFS Undelete (ANU) is a powerful tool to recover deleted files and folders on NTFS systems. It uses advanced technologies to scan and find the deleted files and folders, and then recover all of them so to get back your most important data. Main features: 1. Support to all...


Platforms: Windows

License: Demo Cost: $49.95 USD Size: 1.29 MB Download (123): Advanced NTFS Undelete Download

Added: June 12, 2010 | Visits: 1.164

Unicode::MapUTF8 Unicode::MapUTF8 is a Perl module with conversions to and from arbitrary character sets and UTF8. SYNOPSIS use Unicode::MapUTF8 qw(to_utf8 from_utf8 utf8_supported_charset); # Convert a string in ISO-8859-1 to UTF8 my $output = to_utf8({ -string => An example, -charset => ISO-8859-1 });...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (119): Unicode::MapUTF8 Download

Added: July 23, 2010 | Visits: 1.340

Unicode Utilities Unicode Utilities project are a set of programs for manipulating and analyzing Unicode text. uniname defaults to printing the character offset of each character, its byte offset, its hex code value, its encoding, the glyph itself, and its name. Command line options allow undesired information to...


Platforms: *nix

License: Freeware Size: 256 KB Download (103): Unicode Utilities Download

Added: November 22, 2010 | Visits: 1.032

Unicode::Unihan Unicode::Unihan is the Unihan Data Base 5.0.0. SYNOPSIS use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("x{5c0f}x{98fc}x{5f3e}"), "n"; ABSTRACT This module provides a user-friendly interface to the Unicode Unihan Database 3.2. With this module, the...


Platforms: *nix

License: Freeware Size: 4.9 MB Download (111): Unicode::Unihan Download

Added: April 09, 2010 | Visits: 1.029

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Unicode::Overload Download

Added: March 06, 2010 | Visits: 1.019

Unicode::Map8 Unicode::Map8 is a mapping table between 8-bit chars and Unicode. SYNOPSIS require Unicode::Map8; my $no_map = Unicode::Map8->new("ISO646-NO") || die; my $l1_map = Unicode::Map8->new("latin1") || die; my $ustr = $no_map->to16("V}re norske tegn b|r {resn"); my $lstr = $l1_map->to8($ustr);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Unicode::Map8 Download

Added: April 24, 2010 | Visits: 1.111

Unicode::Escape Unicode::Escape is a Perl module with escape and unescape Unicode characters other than ASCII. SYNOPSIS # Escape Unicode charactors like u3042u3043u3044. # JSON thinks No more Garble!! # case 1 use Unicode::Escape; my $escaped1 = Unicode::Escape::escape($str1, euc-jp); # $str1 contains...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (116): Unicode::Escape Download

Added: October 16, 2010 | Visits: 1.129

rxvt-unicode rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input and output. rxvt-unicode also supports mixing multiple fonts at the same time, including Xft fonts..


Platforms: *nix

License: Freeware Size: 880.64 KB Download (149): rxvt-unicode Download

Added: January 16, 2010 | Visits: 1.674

ustring C++ Unicode library ustring is a C++ library to implement the complete Unicode 3.0 standard. It gives an easy access to the properties of each of the 10600 characters defined by the Unicode 3.0 standard, including the uppercase and lowercase mapping, category and subcategory, character name, and bidirectional...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (140): ustring C++ Unicode library Download

Added: February 22, 2010 | Visits: 1.075

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: January 12, 2010 | Visits: 1.173

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: November 21, 2010 | Visits: 970

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e....


Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Released: March 20, 2010  |  Added: April 27, 2010 | Visits: 1.053

File Undelete 2010 File Undelete 2010 is an easy to use, do-it-yourself data undelete software that is designed to recovers lost, accidentally deleted, or inaccessible files, folders, complete partitions or entire drives from multiple file types, media and operating systems. It allows you to recover files that have...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 942.19 KB Download (1802): File Undelete 2010 Download

Released: June 07, 2010  |  Added: June 24, 2010 | Visits: 1.108

Email Undelete for Mozilla Thunderbird Designed to provide Mozilla Thunderbird users with a reliable email recovery tool, Email Undelete for Thunderbird enables you to quickly and easily retrieve important messages you've lost through some data disaster. Whether it was caused by your computer-ignorant relative, prankster friend, or...


Platforms: Windows

License: Demo Cost: $39.95 USD Size: 2.21 MB Download (111): Email Undelete for Mozilla Thunderbird Download

Released: January 23, 2024  |  Added: February 28, 2024 | Visits: 7.084

Active@ UNDELETE There is a great deal of data recovery software out there, and they all offer varying levels of success. With many years of experience, however, and a great deal of improvements, Active@ UNDELETE provides one of the best solutions for those who need to undelete files and not have to worry so much...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Demo Cost: $19.99 USD Size: 30.82 MB Download (2042): Active@ UNDELETE Download

Released: August 08, 2012  |  Added: September 02, 2012 | Visits: 1.137

GRT FAT32 Undelete GRT FAT32 Undelete software can recover all type of removed data and provide you with the capabilities to preview recovered files and folders. An easy-to-use FAT32 Undelete software recovers your formatted,lost,deleted,corrupted files and folders from FAT volumes. This software will easily...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.55 MB Download (230): GRT FAT32 Undelete Download

Released: March 01, 2011  |  Added: March 07, 2011 | Visits: 850

GRT NTFS Undelete GRT NTFS Undelete program can restore all type of data and provide you with the abilities to preview recovered infortation. Use this program to perform hard disk data restoration, or if you are trying to unformat and recover files from smart media,zip drive,compact flash or other removable...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.29 MB Download (109): GRT NTFS Undelete Download

< 1 2 3 4 5 >