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

Motocross Track Directory freeware
Filter: All | Freeware | Demo
 

Motocross Track Directory

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 795

PHP Directory Indexer PHP Directory Indexer is a PHP indexer to make indexes of directories. It supports themes, and is very customizable.



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

License: Freeware Download (60): PHP Directory Indexer Download

Added: May 10, 2013 | Visits: 409

A simple non-recursive directory walker This script is an equivalent of os.path.walk(), but without callback function. A simple directory walker, without the burden of creating a callback for os.path.walk().This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls).





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

License: Freeware Download (60): A simple non-recursive directory walker Download

Added: May 10, 2013 | Visits: 1.002

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: May 10, 2013 | Visits: 857

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: September 26, 2012  |  Added: September 26, 2012 | Visits: 1.149

AutoIndex PHP Script (Directory Indexer) AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories.It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 398.59 KB Download (59): AutoIndex PHP Script (Directory Indexer) Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 610

Directory Template Creator Directory Template Creator is a command line utility designed to facilitate the creation of directory-structures based on templates for various scenarios, such as department-, project- and process-folders. Directory Template Creator creates or maintains the hierarchies, applies rights...


Platforms: Windows

License: Freeware Download (58): Directory Template Creator Download

Added: May 10, 2013 | Visits: 613

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists.


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

License: Freeware Download (58): check if a file or directory exists Download

Added: May 10, 2013 | Visits: 689

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

Released: January 23, 2013  |  Added: February 18, 2013 | Visits: 1.255

Active Directory Restore With the help of LepideAuditor for Active Directory restore and auditing solution, administrators don’t have to be anxious as it permits to track and control all Active Directory changes automatically. This excellent utility tool enables you to control Active Directory in best efficient way....


Platforms: Windows

License: Freeware Size: 15 MB Download (56): Active Directory Restore Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 756

LDS Compact Directory Maker LDS Compact Directory Maker is an easy to use application which enables you to easily create a single page PDF document that contains contact information for all families within an LDS ward/branch. for WindowsAll


Platforms: Windows

License: Freeware Download (56): LDS Compact Directory Maker Download

Added: May 10, 2013 | Visits: 683

php directory listing This is phpdl or pdl, a little php script which makes a directory listing. It shows the inode , file, name (with link), file size, timestamp, permissions, path and directory size. It is styled with some colors.


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

License: Freeware Download (56): php directory listing Download

Added: May 10, 2013 | Visits: 506

IDV Directory Viewer IDV (IDV Directory Viewer) is a web application written in PHP for navigating through directories and browsing files on an HTTP server. It outputs file listings that are much like those automatically generated by web servers, such as Apache; but IDV is highly customizable, looks good and produces...


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

License: Freeware Download (56): IDV Directory Viewer Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 836

FSHog - directory size listing utility Directory size listing utility written in python. Platforms supported: Windows, Linux, and any other platform that supports python.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.38 MB Download (56): FSHog - directory size listing utility Download

Added: May 10, 2013 | Visits: 364

Directory Walker Generator This script is a generator that does what os.path.walk does, without the need for a callback function. This is a rewrite of os.path.walk. It's convenient for processing files that inhabit directory trees. Its original purpose was to vist the '.h' files of a large C project and wrap them in#ifdef...


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

License: Freeware Download (56): Directory Walker Generator Download

Added: May 10, 2013 | Visits: 498

Open 79XX XML Directory Open 79XX XML Directory is an application designed to utilize the display features on Cisco 79XX IP Phones. It produces on-screen phone directories, search capabilities, text memos, interactive user status, and more.The directory can be manipulated very easily using the user-friendly web...


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

License: Freeware Download (55): Open 79XX XML Directory Download

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 701

n-Track Free n-Track Studio is an audio and MIDI multitrack recorder that turns your Mac into a full-fledged recording studio. You can record and playback a virtually unlimited number of audio and MIDI tracks. The program supports simultaneous recording from multiple 16 and 24 bit soundcards, and real-time...


Platforms: Mac

License: Freeware Size: 19.4 MB Download (55): n-Track Free Download

Added: May 10, 2013 | Visits: 635

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: 626

Discover exchange in active directory Active directory is wordy and very detailed. It can be daunting to first figure out what you need to know to interface with it. This script contains some simple code that allows you to discover information about the exchange environment you are in.


Platforms: Windows, Python,

License: Freeware Download (54): Discover exchange in active directory Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 936

C,C++ Source Code Directory Submitter This softwre can help you to find your most needed C,C++ source code from the C,C++ source code directory cprogram.org.You can also submit your source code in web to spread and test your knowledge on programming.Submit C,C++ source code to this directory to make it rich with source code and...


Platforms: Windows

License: Freeware Size: 373 KB Download (54): C,C++ Source Code Directory Submitter Download

Released: January 17, 2013  |  Added: January 17, 2013 | Visits: 881

Sonicfire Pro 5 Express Track (Windows) Get a free permanent license for Sonicfire Pro 5 Express Track with 5 fully-customizable royalty-free music tracks that are yours to keep and use in any video productions. SmartSound offers the largest selection of stock music in their royalty-free music library. All music can be sampled and...


Platforms: Windows

License: Freeware Size: 154.1 MB Download (54): Sonicfire Pro 5 Express Track (Windows) Download

< 1 2 3 4 5