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.472.073 Times

File Information Data Structure software
Filter: All | Freeware | Demo
 

File Information Data Structure

< 1 2 3 4 5 > 
Released: April 30, 2015  |  Added: May 01, 2015 | Visits: 1.083

SiteScan Fast, detailed website analysis for web-masters and content managers. Find slow, broken or mistyped links. Gather page and file meta-data. Find referrers and server redirects. Extract email addresses. Measure response and browser load-time. Save and export results. Check any type of web page,...



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

License: Shareware Cost: $195.00 USD Size: 13.77 MB Download (54): SiteScan Download

Added: May 10, 2013 | Visits: 548

Union Find data structure This script implements the Union Find data structure and algorithm. This data structure allows one to find out which set an object belongs to, as well as join two sets. The algorithm's performance, given m union/find operations of any ordering, on n elements has been shown to take log* time per...





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Union Find data structure Download

Added: May 10, 2013 | Visits: 610

A queue for string data This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A queue for string data Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 429

Undelete FAT Partition Free FAT file system data recovery application recovers your valuable images, audio, video files and other office documents from formatted hard disk. Laptop windows FAT partition data restoration software supports all type of multistorage hard disk like SATA, SCSI, IDE and PATA. FAT data backup...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 800 KB Download (53): Undelete FAT Partition Download

Added: May 10, 2013 | Visits: 457

GNU Common C GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers...


Platforms: *nix, C/C++, BSD

License: Freeware Download (53): GNU Common C Download

Added: May 10, 2013 | Visits: 412

Priority dictionary This data structure acts almost like a dictionary, with two modifications: First, D.smallest() returns the value x minimizing D[x]. For this to work correctly, all values D[x] stored in the dictionary must be comparable. Second, iterating "for x in D" finds and removes the items from D in sorted...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Priority dictionary Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 599

Differencia Differencia is a data comparison and diff tool, exclusively for Mac OS X. Differencia can easily compare data files from multiple applications, even when file and data formats differ. Data file comparisons and reconciliations are painless, saving you time, money and frustration. Differencia can...


Platforms: Mac

License: Shareware Cost: $29.95 USD Size: 2.2 MB Download (51): Differencia Download

Added: July 07, 2013 | Visits: 469

Data Structure Invaders This year's art gallery has an evolutionary theme, beginning with the fight or flight evolutionary strategies, then moving on to the effects of ancestral and alien DNA, and the hunter-gatherer survival technique. Some of the entries in this year's art gallery have warning stickers on. One kind...


Platforms: Mac

License: Freeware Size: 266.24 KB Download (51): Data Structure Invaders Download

Released: November 01, 2013  |  Added: March 29, 2015 | Visits: 846

FetchBoy Professional FetchBoy Professional is a comprehensive package of file and data recovery tools to meet the needs of professionals. It brings together data analysis and file management with cutting edge data recovery. FetchBoy Pro groups and manages those powerful tools so managing multiple, complex tasks is...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $38.00 USD Size: 2.61 MB Download (51): FetchBoy Professional Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 540

RD Outlook Recovery Software Repair PST file & salvage data from it with Recover Data for Outlook Repair Software (http://www.windowsdiskrecovery.com/outlook-recovery). Recover Data Engineers are updated this Microsoft Outlook recovery software for recover Outlook data from MS Outlook 2007, 2003, 2002 (XP), 2000, 97 & 95....


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 2.14 MB Download (51): RD Outlook Recovery Software Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 542

GestDB GestDB is a program developed to help users with the access to different database engines at the same time and perform queries, modifications and data structure creations with its contents. How to install: · Uncompress file in a directory. · Copy driver JDBC to directory "lib" · Run program...


Platforms: Windows

License: Freeware Download (50): GestDB Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 460

lbackup Java Backup Java backup tool providing file level data deduplication: If a file is stored, it is never stored a second time unless the file's content changes. Instead, a reference to the stored data is created. This holds true even if the file is moved or renamed.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.65 MB Download (50): lbackup Java Backup Download

Added: May 10, 2013 | Visits: 530

Implementation of sets using sorted lists This script implements set operations using sorted lists as the underlying data structure. Advantages: - Space savings -- lists are much more compact than a dictionary based implementation. - Flexibility -- elements do not need to be hashable, only __cmp__ is required. - Fast operations...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Implementation of sets using sorted lists Download

Added: May 10, 2013 | Visits: 328

Deque collection class This script is a pure python drop in replacement for collections.deque(). It uses a dictionary as the underlying data structure for the deque (pronounced "deck", short for "double-ended queue", a generalization of stacks and queues) which provides O(1) performance for appends and pops from either...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Deque collection class Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 497

Data Structure & Algorithm Library(DSAL) The Data Structure & Algorithm Library (DSAL) is a library of classical data structure and algorithm.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 55.37 KB Download (49): Data Structure & Algorithm Library(DSAL) Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 484

DSAL DSAL, also known as The Data Structure & Algorithm Library was designed as an accessible and useful library of classical data structure and algorithm. Now you cna make use of this handy library to further improve your development process.


Platforms: Windows

License: Freeware Download (49): DSAL Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 386

The Data Structure Translator Generates internal (in memory) and external (on disk) forms of binary data structures, and the code to convert between the two.


Platforms: Windows, Mac, Linux

License: Freeware Size: 58.33 KB Download (49): The Data Structure Translator Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 476

InDesign Virus Detector It has two parts: VDetector and VMonitorHow does it work:VDetector creates file information database of files with extensions default (exe;dll;com;ocx;vbs;vtx;xml;xsl;vsc) from Windows directory and from other directories in your computer that you choose manually and it detects:- File size...


Platforms: Windows

License: Shareware Cost: $42.37 USD Size: 1.86 MB Download (49): InDesign Virus Detector Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 769

MS Access 2003 Database Recovery If you want to recover corrupt access 2003 database file, Recover Data provide a one of the best solution to solve your critical access data loss, corruption situation & recover access 2003 database with full module of MS Access file. Get ms access 2003 database recovery tool to fix MDB file...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 1.82 MB Download (49): MS Access 2003 Database Recovery Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 461

Access Recovery Software Any sort of corruption in Access database can make entire user data inaccessible; in many cases damage can affect the internal data structure. Access recovery tool is ideally meant to tackle all such troublesome situation; tool will perform extensive scanning of damaged database and display the...


Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 1003 KB Download (48): Access Recovery Software Download

< 1 2 3 4 5 >