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

Dependency software
Filter: All | Freeware | Demo
 

Dependency

< 1 2 3 4 5 > 
Added: April 14, 2010 | Visits: 939

Depends Depends project is a generic dependency tracker in C++. The educational purpose of Depends Much of Depends is its documentation: it explains in much detail how the dependency tracker is implemented and should be clear enough for any programmer to understand both how it is implemented and how... Platforms: *nix

License: Freeware Size: 74.75 KB Download (105): Depends Download

Added: November 12, 2010 | Visits: 925

Sledge::Plugin::DI Sledge::Plugin::DI is a dependency injection for Sledge. SYNOPSIS use Sledge::Plugin::DI; package Your::Pages; use Sledge::Plugin::DI; # no create_* methods! # in your config.yaml common: di: session: Sledge::Session::Memcached cache: Sledge::Cache::Memcached charset:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Sledge::Plugin::DI Download

Added: April 11, 2010 | Visits: 995

Ivy 2.0.0 Alpha Ivy project is a very powerful dependencies manager oriented toward java dependency management, even if it can be used to manage dependencies of any kind. For sure, Ivy is integrated with the most popular build management system for java projects. For simple cases, ivy is really simple to... Platforms: *nix

License: Freeware Size: 1.5 MB Download (109): Ivy 2.0.0 Alpha Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 478

egap Egap was specially developed as an Eclipse plugin for the Guice Dependency-Injection-Framework that offers you support for working with Guice in Eclipse. Now you can make use of this handy and accessible plugin to further improve your development process. Platforms: Windows

License: Freeware Download (49): egap Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 470

BeanPot BeanPot is a very simple, easy to use Java bean container designed with dependency injection based on an XML configuration file. Think of it as a mini-Spring. It depends on a small subset of Apache Jakarta Commons utilities, in particular commons-configuration. for WindowsAll Platforms: Windows

License: Freeware Download (59): BeanPot Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 401

MsvcConf MsvcConf is a handy, useful external dependency tracker specially developed for Visual Studio. The tool is designed to automatically update the include and library paths for one or more Visual C++ projects. Platforms: Windows

License: Freeware Download (46): MsvcConf Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 718

Atlantis Schema Surf Atlantis Schema Surf is our SQL dependency & live entity ER diagram tool - it is a free animated graphing tool which allows you to easily visualize the dependencies between the objects in your SQL Server databases in a live entity ER diagram. Schema Surf, like it's counterpart Data Surf, contains... Platforms: Windows

License: Freeware Size: 7.38 MB Download (56): Atlantis Schema Surf Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 550

Microsoft Unity Application Block The Unity Application Block (Unity) was designed to be a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages: · simplified object creation, especially for hierarchical object... Platforms: Windows

License: Freeware Size: 2.5 MB Download (53): Microsoft Unity Application Block Download

Added: May 10, 2013 | Visits: 415

Quick Admin Modules Add client-side dependency checking to Modules Administration page.If you have ever been frustrated having to submit the Modules page multiple times to turn off a set of nested modules, this module is for you. When you click a checkbox to turn on a module, it also turns on all the modules it... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): Quick Admin Modules Download

Two Methods for Breaking Data Dependency Loops in System Level Models Creation of a system by integrating multiple validated subcomponents is a task common to SimulinkdlT« and C. In both environments integration issues arise as the number of components increases. Problems include miss-matched data types, scaling and ensuring the correct signals are available, to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 624.64 KB Download (42): Two Methods for Breaking Data Dependency Loops in System Level Models Download

Added: July 26, 2013 | Visits: 363

M-file dependency consolidator This function will take a given m-file, or directory of such files, and copy all necessary related function files (m and mex) to the target directory, excluding any MatLab provided ones (e.g. toolboxes).I often have to distribute my code to others who'd like run similar numerical models,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): M-file dependency consolidator Download

Added: June 25, 2013 | Visits: 389

Module hierarchy This adds an admin page alongside the module administration which shows all the modules on the system arranged in a tree according to dependency. You can navigate the tree to show branches of it.This is useful when you are creating many custom modules for a site and want to see a visual... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Module hierarchy Download

Added: August 29, 2013 | Visits: 363

Webform dependencies This module provides dependency support for webform components. For each component you can specify which field should have contents to display the field being edited.This module has a Drupal module dependency to the Form dependencies module.The development of this module is sponsored by GroenLinks Platforms: PHP

License: Freeware Size: 10 KB Download (46): Webform dependencies Download

Added: June 14, 2013 | Visits: 336

Reliance Cocoa Dependency Injection Framework A Dependency injection container for Objective-C. Most stuff sort of works. However, as you can see from the tests, there's a lot of fault injection still to be done. I'm also not really satisfied with all the class names and method names, so that's likely... Platforms: Mac

License: Freeware Size: 30.72 KB Download (40): Reliance Download

Added: July 05, 2013 | Visits: 394

Objection objection is a lightweight dependency injection framework for Objective-C for MacOS X and iOS. For those of you that have used Guice objection will feel familiar. Objection was built to stay out of your way and alleviate the need to maintain a large XML container or manually construct objects.... Platforms: Mac

License: Freeware Size: 675.84 KB Download (39): Objection Download

Added: July 10, 2013 | Visits: 180

DeSR DeSR is a multilingual statistical dependency parser. It produces dependency parse trees for natural language sentences using a parsing model learned from annotated corpora. Platforms: *nix

License: Freeware Size: 3.26 MB Download (36): DeSR Download

Added: June 29, 2013 | Visits: 464

priest priest is an advanced incremental build system written in Python, introducing support for automatic dependency and recipe discovery. It supports single- and multi-threaded builds. Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): priest Download

Added: June 20, 2013 | Visits: 295

modulegraph modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and... Platforms: *nix

License: Freeware Size: 51.2 KB Download (39): modulegraph Download

Released: June 29, 2021  |  Added: September 14, 2023 | Visits: 1.912

Vue Injector Vue Injector is an open-source dependency injection library for Vue.js created by a team of front-end developers at SCAND. It includes a number of instances that can be used for the implementation of the dependency injection pattern. Also, it includes the following: Dependency injection... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, iOS, Android, ,iPhone,iPad

License: Freeware Size: 505 KB Download (405): Vue Injector Download

Added: April 27, 2006 | Visits: 7.673

EXChecker EXChecker is a standalone Excel auditing application, not a plug-in. Detect spreadsheet errors with the following tools: advanced formula direction highlighting, cell dependency hierarchical walkers, formula analysis, workbook summary reports, named range analysis, detection of empty or text... Platforms: Windows

License: Demo Cost: $330.00 USD Size: 16.6 MB Download (419): EXChecker Download

< 1 2 3 4 5 >