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

Manufacturers Directory freeware
Filter: All | Freeware | Demo
 

Manufacturers Directory

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

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

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

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 1.160

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

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

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

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

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

Extra "manufacturers" type class This contrib should eventually add another "manufacturers" style filter to your site - I am using it on my own store to add more functionality - we sell jewellery, and I already use "manufacturers" to distinguish between different precious metals (gold, silver, platinum etc.), and want to have... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): Extra "manufacturers" type class Download

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

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

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 752

Directory Hog Directory Hog is a small, free utility for Windows which will scan a drive of your choice and list the total size of each folder in a list. The list also shows the largest file size found in the folder as well as the number of files found in the folder. You can sort the columns in this list. When... Platforms: Windows

License: Freeware Download (56): Directory Hog Download

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

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

Added: May 10, 2013 | Visits: 689

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

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

Added: May 10, 2013 | Visits: 503

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 (56): Open 79XX XML Directory Download

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

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

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

Manufacturers Multilanguage With Description This contribution will give you an alternative to the default osCommerce manufacturers module by providing multilanguage support and an extra description field. It can be used as a full replacement whether your shop is multilanguage or not but for single language shops there is not really a need... Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 541

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

Ubercart Manufacturers It also adds a few manufacturer specific pages and form settings to store information you might require for your products' manufacturers.For greater flexibility you could male a manufacturer field type with CCK and assign them via a node reference field.InstallationUnpack in your modules folder... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Ubercart Manufacturers Download

Added: May 10, 2013 | Visits: 644

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

< 1 2 3 4 5 >