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

Html Directory Tree software
Filter: All | Freeware | Demo
 

Html Directory Tree

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 638

Rename subdirectories of a directory tree I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex,...



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

License: Freeware Download (54): Rename subdirectories of a directory tree Download

Added: May 10, 2013 | Visits: 1.004

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

Added: July 17, 2013 | Visits: 679

Directory tree control This control subclasses the MFC CTreeCtrl to display and let you select the path of a folder/directory.


Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (45): Directory tree control Download

Added: May 10, 2013 | Visits: 537

Watching a directory tree on Unix This script continuously monitors the paths and their subdirectories for changes. If any files or directories are modified, the callable 'func' is called with a list of the modified paths of both files and directories.'func' can return a Boolean value for rescanning; if it returns True, the...


Platforms: *nix, Python, BSD

License: Freeware Download (55): Watching a directory tree on Unix Download

Added: September 09, 2013 | Visits: 517

DIRWALK - Walk the directory tree Function generate the file names and directory names in a directory tree by walking the tree top-down. For each directory in the tree rooted at directory topPath. For each directory of tree you can call "Visitor Function" for files processing.Using: [pathNames, dirNames, fileNames] =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): DIRWALK - Walk the directory tree Download

Released: March 10, 2016  |  Added: March 15, 2016 | Visits: 3.907

Directory List & Print Directory List & Print Pro is a software for Windows and enables listing and printing of a directory structure in a simplest way. By copying to the clipboard the directory listing can be exported into other programs or opened directly in Word, Excel and HTML. Directory List & Print Pro can...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $0.00 USD Size: 5.72 MB Download (544): Directory List & Print Download

Released: July 24, 2017  |  Added: August 02, 2017 | Visits: 5.420

Directory List & Print Pro Directory List & Print Pro is a software for Windows and enables listing and printing of a directory structure in a simplest way. By copying to the clipboard the directory listing can be exported into other programs or opened directly in Word, Excel as well as Writer, Calc and HTML or XML....


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $22.00 USD Size: 5.72 MB Download (511): Directory List & Print Pro Download

Added: May 14, 2010 | Visits: 1.570

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: May 10, 2013 | Visits: 692

Flexible directory walking This function walks a directory tree starting at a specified root folder, and returns a list of all of the files (and optionally folders) that match our pattern(s).The standard match our tree function os.path.walk can be confusing, and is difficult to customize. It can also be slow. Here's an...


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

License: Freeware Download (57): Flexible directory walking Download

Added: May 10, 2013 | Visits: 539

Watching a directory tree under Linux This script contains a class named DirectoryNotifier that encapsulates the code required for watching directory entry contents.


Platforms: *nix, Python, BSD

License: Freeware Download (53): Watching a directory tree under Linux Download

Added: June 28, 2013 | Visits: 594

Run M-Lint on a directory tree and filter results This function addresses two of the major shortcomings of the M-Lint report which is available in the MATLAB Directory Browser. Firstly, it will perform a recursive analysis, i.e. the current directory and its subdirectories and their subdirectories etc. Secondly, it allows the user to filter out...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Run M-Lint on a directory tree and filter results Download

Added: January 25, 2010 | Visits: 1.384

Directory Tree Directory Tree is a file/Directory viewer/manipulator. It creates a View (window) which is used to display a selected directory.It allows you to view a directory in six ways:Info display : information about the directory itselfText display : display contents in a line-by-line text formatStar...


Platforms: Mac

License: Freeware Size: 512 KB Download (153): Directory Tree Download

Added: May 10, 2013 | Visits: 1.685

ftpsync ftpsync synchronizes a local directory tree and a remote FTP directory tree. It includes a perl script and a php script.It was initally written to automize web publishing, but other purposes might be fulfilled also.


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

License: Freeware Download (104): ftpsync Download

Added: April 24, 2010 | Visits: 973

archive2iso archive2iso application takes a directory tree and randomizes the files in the tree to stripe the files across several ISO files that can be archived or burned off to a CD. The intended use is to stripe files across multiple CD/DVD randomly so if one disc is damaged all the images that were in...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): archive2iso Download

Added: August 03, 2010 | Visits: 937

mkhindex0.20(2006-10-29) mkhindex project generates HTML directory listings like the "Option Indexes" functionality of Apache. Other than the Web server, these listings are static. They greatly increase the performance of the Web server if you use it as a file server. MKHINDEX has been tested on Windows XP, Gentoo...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): mkhindex0.20(2006-10-29) Download

Added: May 10, 2013 | Visits: 860

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 (59): Recursive directory listing in HTML Download

Released: April 03, 2007  |  Added: May 09, 2007 | Visits: 5.488

SuperEdi SuperEdi is the ideal text editor for web site developers and programmers. Text files can be edited locally or directly on a remote server using the build-in FTP client. Syntax coloring is included for HTML, CSS and JavaScript files, and can easily be extended for other languages. You can add...


Platforms: Windows

License: Freeware Size: 1.01 MB Download (245): SuperEdi Download

Added: January 18, 2010 | Visits: 1.183

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Released: April 02, 2008  |  Added: July 03, 2008 | Visits: 2.557

Ant Commander Ant Commander is a fully configurable file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, html viewer, command line, etc. Features: -Arrange all kind of panel as you...


Platforms: Windows

License: Freeware Size: 2.42 MB Download (166): Ant Commander Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 533

Folder Tree Creator You can organize your boomarks and publish it on your web site using this tool. The orginal Folder Tree was written using JavaScript & DHTML from Marcelino Martins. This tool helps you builds this script and gives some additional features, for instance: · Directory tree scanning · Previewing...


Platforms: Windows

License: Freeware Download (49): Folder Tree Creator Download

1 2 3 4 5 >