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

Depends freeware
Filter: All | Freeware | Demo
 

Depends

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

Webform (Show Own Form Results) 5.x- This module works as an extension to the Webform module and depends on the functions it implements.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Webform module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Webform (Show Own Form Results) 5.x- Download

Added: May 10, 2013 | Visits: 442

URL Proxy This module just provides an API and does not do anything by its own, therefore it should only be installed if another module depends on the functions it provides.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): URL Proxy Download

Added: May 10, 2013 | Visits: 275

Smartqueue Per User This module depends on the Nodequeue module.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Smartqueue Per User": - Administrators can specify which user roles automatically receive nodequeues - When a... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Smartqueue Per User Download

Added: May 10, 2013 | Visits: 279

Matrix Field This module depends on the CCK module.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Content Construction Kit module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Matrix Field Download

Added: May 10, 2013 | Visits: 190

FooAggregator The code is minimal because it depends on Views.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Views module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): FooAggregator Download

Added: May 10, 2013 | Visits: 357

Dependent fields 5.x-1.4-beta The module allows nested fields dependencies, which means that a field can depend on the value of a certain field that also depends on another field.It also you to determine whether the dependent "child field" will be attached right after its "parent field" in the form or not. This way the user... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Dependent fields 5.x-1.4-beta Download

Added: May 10, 2013 | Visits: 462

payment method depends on shipping method  if the shipping is free, you don´t want to offer cod:catalogincludesmodulespaymentcod.php(it also works in any other payment module!)look for:// class methodsfunction update_status() {global $order;change to:// class methodsfunction update_status() {global $order, $shipping;after: if... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): payment method depends on shipping method Download

Added: May 10, 2013 | Visits: 220

Webform (Show Own Form Results) 5.x- This module works as an extension to the Webform module and depends on the functions it implements.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Webform module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Webform (Show Own Form Results) 5.x- Download

Added: May 10, 2013 | Visits: 286

Search Uploaded Files 5.x- The module depends on the core Upload and Search module being enabled.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Search Uploaded Files 5.x- Download

Added: May 10, 2013 | Visits: 200

Webform (Show Own Form Results) 5.x- This module works as an extension to the Webform module and depends on the functions it implements.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Webform module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Webform (Show Own Form Results) 5.x- Download

Added: May 10, 2013 | Visits: 766

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Remove duplicates from a sequence Download

Added: September 05, 2013 | Visits: 384

dimnum library The dimnum library contains templated C classes for storage and manipulation of numbers, as encountered in physics and engineering.Due to the use of templates, there is no size or speed penalty with respect to normal variables (the latter depends on compiler optimisations; in practise the GNU... Platforms: C and C plus plus

License: Freeware Size: 184.32 KB Download (47): dimnum library Download

Added: May 19, 2013 | Visits: 676

Normal gravity value using Somigliana's formula NGRAV computes the normal gravity value (in m/sec^2 unit) of a point with the geodetic latitude defined in GRS80 ellipsoid,which is the more up-to-date and internationally adopted reference ellipsoid.The normal gravity value is used for the computation of the gravity anomaly which removes the... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Normal gravity value using Somigliana's formula Download

Added: July 07, 2013 | Visits: 634

THE FASTEST WAY TO SORT N NUMBERS: sortN library Have you ever thought about the fastest way to sort N numbers?Last week I wrote a post about the fastest way to sort 3 numbers, this week I show you a tricky way to optimize the sort of N numbers.The problem of sorting an array of numbers is probably the most studied in computer science. The... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): THE FASTEST WAY TO SORT N NUMBERS: sortN library Download

Added: September 03, 2013 | Visits: 434

UICOMPONENT - expands uicontrol to all Java classes UICOMPONENT is intended as a direct replacement of Matlab's built-in UICONTROL and JAVACOMPONENT functions. It accepts all parameters and styles that UICONTROL accepts, as well as any other displayable Java (Swing/AWT) component class. The calling convention and syntax of UICONTROL were preserved... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (42): UICOMPONENT - expands uicontrol to all Java classes Download

Added: July 05, 2013 | Visits: 452

cutenews aj-fork cutenews aj-fork, a fork of the popular news/blog software CuteNews.The intended use of this software (CN:AJ) is for blogs or small newssites. Think of it as b2-light. Depends on PHP4, thrives on apache and uses flatfiles for data storage. Platforms: PHP

License: Freeware Size: 296.96 KB Download (48): cutenews aj-fork Download

Added: July 12, 2013 | Visits: 303

I-Senso TransSQL I-Senso TransSQL lets you dump a whole local database and load it to a remote host (or vice-versa).The differences between I-Senso TransSQL and the others are:- supports tables, views, Stored Procedures, triggers and constraints;- is inter-dependency aware;- is error tolerant;- very easy to... Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): I-Senso TransSQL Download

Added: June 09, 2013 | Visits: 488

PWGRandom This plugin displays random pictures from a PhpWebGallery (www.phpwebgallery.net). Each photo is followed by a link on its category in the gallery. The PhpWebGallery installation has to be on the same server than your blog. It can be used as a widget or not. You will be able to choose the number... Platforms: PHP

License: Freeware Size: 10 KB Download (49): PWGRandom Download

Added: April 03, 2013 | Visits: 137

Simple Beanstream Provides a payment gateway for Beanstream.Integrates with the Payment API module set.This module is now built specificaly for Ubercart 2.x and no longer depends on or integrates with Payment API.Initial development sponsored by The Communications Initiative.On going development sponsored by Fuse... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Simple Beanstream Download

Added: September 10, 2013 | Visits: 545

Notification Emails The module provides API for other modules to send notification emails.Install this module only if you use another module which depends on it.The module provides user interface to edit email address, subject and body template using set of variables.To install, place the entire module folder into... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Notification Emails Download

< 1 2 3 4 5 >