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

Utility Pump Directory Submitter freeware
Filter: All | Freeware | Demo
 

Utility Pump Directory Submitter

< 1 2 3 4 5 
Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 941

Active Directory Object Restore Wizard Recovery of accidentally deleted Active Directory objects and rolling back unauthorized changes to users, groups, and other information in Active Directory is a routine and sometimes impossible to do task. Rolling back accidental deletions of users and OUs requires deep understanding of AD...



Platforms: Windows

License: Freeware Size: 5.18 MB Download (432): Active Directory Object Restore Wizard Download

Released: February 09, 2013  |  Added: March 05, 2013 | Visits: 1.202

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

Released: March 06, 2013  |  Added: March 30, 2013 | Visits: 1.146

Task Manager Enable Utility Commonly Window Task Manager is used for view details about processes which are running on your computer but, sometimes it can 't be able to open and show a pop-up box to show "Task Manager Disabled by your administrator". After receiving these kinds of problematic error user cannot works...


Platforms: Windows

License: Freeware Size: 2.5 MB Download (56): Task Manager Enable Utility Download

Added: May 10, 2013 | Visits: 642

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

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 (58): Flexible directory walking Download

Added: May 10, 2013 | Visits: 1.008

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

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

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 (50): Simple FTP directory synch Download

Added: May 10, 2013 | Visits: 953

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.140

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

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

Admin Upload Utility Admin Upload Utility is a tool for allowing forum administrators to manage certain uploaded files in the phpBB Administration Panel.The utility uses modules that have the ability to manage specific types of files, such as smilies, avatars, and so on.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): Admin Upload Utility Download

Added: May 10, 2013 | Visits: 543

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

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

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

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

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

Mail Administration Utility The Mail Administration Utility (mailadmin) was created to provide the owner or system administrator easy control over Email Accounts. The interface has evolved into an easy to use simple to understand collection of features, some of the features of mailadmin are: - Administrator: -...


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

License: Freeware Download (54): Mail Administration Utility Download

Added: May 10, 2013 | Visits: 701

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

Added: May 10, 2013 | Visits: 927

Simple Directory Listing 2.0b Simple Directory Listing is a single file php script which functions as directory listing in an apache http server.It provides many useful functions: - Copy/Move, rename, delete directories - Download files(pass through the php script) - Read/Edit files - Create a file/folder - Upload files...


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

License: Freeware Download (67): Simple Directory Listing 2.0b Download

< 1 2 3 4 5