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

Display Directory Tree freeware
Filter: All | Freeware | Demo
 

Display Directory Tree

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 1.202

KBackup KBackup is a program that lets you back up any directories or files, whereby it uses an easy to use directory tree to select the things to back up. The program was designed to be very simple in its use so that it can be used by non-computer experts. The storage format is the well known TAR... Platforms: *nix

License: Freeware Size: 276.48 KB Download (92): KBackup Download

Added: July 24, 2010 | Visits: 536

DBToy DBToy is a fuse-based filesystem for linux. DBToy that lets you browse the contents of a relational database through a set of directories and xml files. You will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): DBToy Download

Added: November 21, 2010 | Visits: 1.010

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: September 13, 2010 | Visits: 821

cdServer cdServer is a simple HTTP server based on the standard Python library module SimpleHTTPServer. cdServer is designed to serve (static) contents off a CD-ROM. cdServer provides a simple interface for special (interactive) functions implemented in an external application program, e.g. search... Platforms: *nix

License: Freeware Size: 84.99 KB Download (91): cdServer Download

Added: January 18, 2010 | Visits: 1.035

File::Searcher File::Searcher is a searches for files and performs search/replacements on matching files. SYNOPSIS use File::Searcher; my $search = File::Searcher->new(*.cgi); $search->add_expression(name=>street, search=>1234 Easy St., replace=>456 Hard Way, options=>i);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): File::Searcher Download

Added: May 08, 2010 | Visits: 898

srcpkg SouRCe PacKaGer (srcpkg) is a program for managing separate software packages under the same directory hierarchy. It is especially useful for packages distributed as source code. srcpkg is similar to GNU Stow, Depot, etc., but is designed to be able to handle large, complex, interdependent... Platforms: *nix

License: Freeware Size: 59.39 KB Download (89): srcpkg Download

Added: March 24, 2013 | Visits: 586

Recently Updated Pages Sometimes when you update one of your pages on the Wordpress blog you would want visitors to know about those. This widget will create a sidebar box with a list of pages you've recently updated. It also shows the date of the update beside the page title. You can choose whether to display the... Platforms: PHP

License: Freeware Size: 10 KB Download (88): Recently Updated Pages Download

Added: May 26, 2010 | Visits: 558

reclinker reclinker is a recursive symlinking utility. The project mirrors a hierarchy of files by means of symlinks. The program has a linker, a deleter and a test mode. By default its in linker mode. It gets into deleter mode if its invoked as recdeleter, and into test mode if its invoked as... Platforms: *nix

License: Freeware Size: 23.55 KB Download (88): reclinker Download

Added: March 05, 2010 | Visits: 762

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

Added: May 10, 2013 | Visits: 908

JBoss Portal 2.7.0ALPHA1 JBoss Portal provides an open source and standards-based environment for hosting and serving a portal's Web interface, publishing and managing its content, and customizing its experience.Technology and Architecture - JEMS: Leverages the power of JBoss Enterprise Middleware Services : JBoss... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (78): JBoss Portal 2.7.0ALPHA1 Download

Released: January 15, 2010  |  Added: May 05, 2016 | Visits: 622

WinUtilities Free Undelete WinUtilities Free Undelete is a powerful and easy-to-use data-recovery and undelete solution for Windows. It can recover lost files and folders on NTFS and FAT volumes or on any physical storage device, and it can preview images and binary files before recovery. WinUtilities Undelete supports to... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 3.29 MB Download (70): WinUtilities Free Undelete Download

Added: May 10, 2013 | Visits: 561

easyPOS easyPOS is a GPL cash register written in C using GTK .Features: - easyPOS uses flat ascii text files for menu items and credit accounts. the menu structure is simply a directory tree: /menu with as many second level sub-directories as needed: /cooked, /dessert, /mdse, etc. each of these contain... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (69): easyPOS Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 847

Wild Rename Wild Rename is a multiple file rename software with many more features. Now you can rename many files at once, insert or delete letters from their filename, even convert filenames to UPPER and lower case. Create Undo files, recurse into directory tree, rename directories! New version has a... Platforms: Windows

License: Freeware Download (63): Wild Rename Download

Added: May 10, 2013 | Visits: 523

Get files of any extention to a folder The script can copy or cut all the contained files to another folder. Requirements: - MATLAB 7.5 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (63): Get files of any extention to a folder Download

Added: May 10, 2013 | Visits: 649

Chilkat Zip C Library Chilkat Zip C Library is a Zip compression component with loads of features and extremely easy to use. Features: - Callbacks for zip/unzip progress monitoring. - Zip an entire directory tree. - Append entries to a Zip from in-memory data. - Create or open in-memory Zips. - Create... Platforms: Windows, C/C++,

License: Freeware Download (62): Chilkat Zip C Library Download

Added: May 10, 2013 | Visits: 867

Recursive directory listing in HTML This script contains a function that walks a directory path, listing the files and directories in HTML format. It can sometimes be handy to get a look at an entire directory tree, and HTML is a good way to display it. This script goes through the directory tree using os.path.walk in a generator,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Recursive directory listing in HTML Download

Added: May 10, 2013 | Visits: 473

php files php files is a simple, yet extremly handy directory browsing script, that allows users to view a representation of what is in certain directories, as well as a virtual ftp browsing script.p>php files is a n;php files is a neat way to display files and folders. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): php files Download

Added: May 10, 2013 | Visits: 348

DbPics 2.8RC1 DbPics is a kind of Content Management System (CMS). It is a set of file that you upload with ftp to your web site. Once done, the rest is very easy. You just need to upload photos using your web browser and to tune your web site by managing the set up with your browser inside the administration... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): DbPics 2.8RC1 Download

Added: May 10, 2013 | Visits: 393

Tunez Tunez is a MP3 jukebox that works with a voting system. You can vote for your favorite tracks via the Web interface, and the Tunez daemon will take care of the rest.Features: - Support for Icecast v1 (with the shout command) and Icecast v2.0 (with Ices v0.3) - Voting support for multiple users.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Tunez Download

Added: May 10, 2013 | Visits: 1.014

Clean up a directory tree This script can be used to clean up a directory tree irrespective of whether the directory tree contains non-empty directories. As long as the user has permission to remove the files, this will work.There is no files, thor cleaning a non-empty directory tree in python os module. os.removedirs()... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Clean up a directory tree Download

< 1 2 3 4 5 >