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

Directory Builder freeware
Filter: All | Freeware | Demo
 

Directory Builder

< 1 2 3 4 5 
Released: January 23, 2013  |  Added: February 18, 2013 | Visits: 1.257

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: February 09, 2013  |  Added: March 05, 2013 | Visits: 1.198

Web 2.0 Directory CMS Seller options: - Post Classified Ads, seller selects type and level of ads, e.g. Listings, Articles, Promotions, e.t.c. - Upload Images to Ads AJAX, based upload; - Upload or attach AJAX based upload; - Upload and attach Files to Ads, AJAX based upload; - Set location on the Google...





Platforms: Windows, *nix

License: Freeware Size: 7.08 MB Download (76): Web 2.0 Directory CMS Download

Added: May 10, 2013 | Visits: 564

Sigma visual builder Sigma visual builder is web based tool for AJAX RIA application UI rapid design and involved scripts programming. Written in pure javascripts(Sigma Linb), Sigma visual builder products great compatibilities with web browsers. With this powerful builder, professional and enterprise developers can...


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

License: Freeware Download (50): Sigma visual builder Download

Added: May 10, 2013 | Visits: 637

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

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

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

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

Added: May 10, 2013 | Visits: 349

Simple FTP directory synch This script fills the need to have a scheduled directory synch occur via FTP. You could use it to clean out a directory without much effort. There are probably more robust examples out there, but this one should be easily modifiable for FTP newbies. It uses Sets to speed up finding missing files...


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

License: Freeware Download (49): Simple FTP directory synch Download

Added: May 10, 2013 | Visits: 948

Astanda Directory Project 1.3b Astanda Directory Project [ADP] is a directory, search engine, and spider/crawler software. Your own little breed of DMOZ and Google. ADP is the only software in its class ever to be written in PHP with MySQL database support. Supports virtually unlimited ammount of links and pages. Powered by...


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

License: Freeware Download (98): Astanda Directory Project 1.3b Download

Added: May 10, 2013 | Visits: 1.134

Web Directory Script PHP This is a web directory suitable for small to medium size directory. It comes in with an admin panel where you can administer your web directory. Below are some of its features: - Create as many categories as you like - Unlimited web site listing - Offer web site submission from other...


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

License: Freeware Download (95): Web Directory Script PHP Download

Added: May 10, 2013 | Visits: 492

Package Builder 5.x-1.1 Once enabled and permissions set, users can access the package builder form. In the form, users can specify a project's short name on drupal.org to add to the project to the package. With all projects added, users can specify which modules to enable. From there, users can add the project name,...


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

License: Freeware Download (50): Package Builder 5.x-1.1 Download

Added: May 10, 2013 | Visits: 699

Album Photo Upload Directory You can upload several pics from a directory in the same time


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): Album Photo Upload Directory 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 (52): Watching a directory tree under Linux Download

Added: May 10, 2013 | Visits: 893

Create an account in MS active directory This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com.


Platforms: Windows, Python,

License: Freeware Download (53): Create an account in MS active directory Download

Added: May 10, 2013 | Visits: 627

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

Added: May 10, 2013 | Visits: 758

Get attributes of an object in MS Active Directory Sometimes it is useful to know what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM support using win32com. By default only attributes that have...


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 669

Directory Size Lister for Windows This script lists the summed  size of a directory (or set of directories) without the GUI. This recipe makes it quick and easy to see where all your disk space has gone! It has been tested under Windows and Unix, however it will probably be most useful under Windows considering the fact that...


Platforms: Windows, Python,

License: Freeware Download (53): Directory Size Lister for Windows Download

Added: May 10, 2013 | Visits: 1.047

Php/Mysql Site Builder Php/Mysql Site Builder is a PHP/Mysql tool for managing your homepage. You can create dynamic and static versions of your site.


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

License: Freeware Download (78): Php/Mysql Site Builder Download

Added: May 10, 2013 | Visits: 527

Tiny App Builder Tiny App Builder is an application package for web development written in PHP/MySQL.It provides the basic functions necessary for business applications, i.e.: automatic form generation, authentification, permission management, master/child/related records relations and logging.


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

License: Freeware Download (53): Tiny App Builder Download

Added: May 10, 2013 | Visits: 698

Directory Listing Script Directory Listing Script allows you to list directories on your HTTP server.  Features Perform basic operations on files and directories (list, download, rename, delete, create, upload) Password protection of defined directories Ability to hide certain files and...


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

License: Freeware Download (60): Directory Listing Script Download

< 1 2 3 4 5