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

Premiere Instance freeware
Filter: All | Freeware | Demo
 

Premiere Instance

< 1 2 3 4 5 
Released: June 11, 2012  |  Added: June 11, 2012 | Visits: 499

openADAMS openADAMS is an 'Artifact Documentation And Management System' to document and manage artifacts appearing in the software development process of a product, for instance requirements, use cases or test cases.



Platforms: Windows, Mac, Linux

License: Freeware Size: 181.99 KB Download (53): openADAMS Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 224

SpecificationCheck This project delievers the internal plugin support of the JavaCheck for the specification to the Eclipse Platfrom, for instance, Personal Java 1.1.8





Platforms: Windows, Mac, Linux

License: Freeware Size: 379.6 KB Download (48): SpecificationCheck Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 347

XML Code Generator Generates output based on element hierarchy within XML instance. The output is specified in XML template files and has few limitations. By default generate's c++ classes, but can generate anything for any language. Been in active use for 6 months.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.16 KB Download (50): XML Code Generator Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 421

UI Widgets Tags Deliver JSP tags for common UI widgets (for instance : wizzard, tree, progressBar, list, comboBox and titled panel). AJAX technology is used whenever it is possible. Other will be delivered later depending on my free time and on my needs.


Platforms: Windows, Mac, Linux

License: Freeware Size: 165.93 KB Download (48): UI Widgets Tags Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 244

unforced Unforced allows you to backup your SalesForce instance into mySQL. Written in PHP allowing xampp applications based on your Salesforce data, yet using a local mysql database for speed, Coming soon: commit changes back to salesforce periodically or on dem


Platforms: Windows, Mac, Linux

License: Freeware Size: 29.84 KB Download (52): unforced Download

Added: May 10, 2013 | Visits: 365

Taxonomy blacklist 5.x- This is useful if a vocabulary can be modified by your end-users (prevents bad words from polluting your tags on a social-networking site, for instance) or if the vocabulary is feeded automatically (for instance with keywords extracted automatically through the Yahoo Term Extraction module).Every...


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

License: Freeware Download (48): Taxonomy blacklist 5.x- Download

Added: May 10, 2013 | Visits: 256

Auto username That allows for usernames that are, for instance, forced to be "Lastname, Firstname", "Firstname Last-initial", etc.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Token module


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

License: Freeware Download (54): Auto username Download

Added: May 10, 2013 | Visits: 488

Workflow Graph It currently generates two distinct kinds of graphs: - One for the workflow definition, showing all workflow states, the transitions linking them, and the roles allowed to perform those transitions. - One for a workflow *instance history*, i.e. the path that a workflow took for a specific node....


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

License: Freeware Download (50): Workflow Graph Download

Added: May 10, 2013 | Visits: 343

Getting uptime in windows 2000/NT/XP This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine.


Platforms: Windows, Python,

License: Freeware Download (49): Getting uptime in windows 2000/NT/XP Download

Added: May 10, 2013 | Visits: 263

Instantiating pickled instances transparently This script addresses the following two needs: - Object construction for some class is expensive. - Objects of this class need to be instantiated across multiple runs of the program. For example, object instantiaton may involve reading one or more big files, connecting to a database or a network...


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


Added: May 10, 2013 | Visits: 243

redirect on resolution Different stylesheets for instance.Just put it in the application_top.php file// Resolution redirectif (!tep_session_is_registered('res')) {if (isset($HTTP_GET_VARS['res'])) {$_SESSION['res'] = $HTTP_GET_VARS['res'];} else {echo 'if (screen.width==800) { location.href="homepage" }if...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): redirect on resolution Download

Added: May 10, 2013 | Visits: 350

AdmTable This composant can be used to administrate database tables of any MySQL instance. Is is possible to add, update or delete rows, and to view table content. It is a little "phpMyAdmin" to manage database, but you can restrict access to a few tables. This component has only a back office interface,...


Platforms: Windows, *nix, PHP,

License: Freeware Download (49): AdmTable Download

Added: May 10, 2013 | Visits: 361

Taxonomy blacklist 5.x- This is useful if a vocabulary can be modified by your end-users (prevents bad words from polluting your tags on a social-networking site, for instance) or if the vocabulary is feeded automatically (for instance with keywords extracted automatically through the Yahoo Term Extraction module).Every...


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

License: Freeware Download (56): Taxonomy blacklist 5.x- Download

Added: May 10, 2013 | Visits: 420

tag classes This class takes an HTML tag that has an open and a closing tag, like for instance or foo bar, and breaks it down for easy editing.The class can also regenerate an HTML tag from its definition of the markup, attributes and content, eventually after it has been parsed and edited.


Platforms: Windows, Mac, *nix, PHP,

License: Freeware Download (50): tag classes Download

Added: May 10, 2013 | Visits: 639

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those...


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

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 330

Simple lockfile to detect previous instances Simple lockfile to detect previous instances script implements a simple lockfile to ensure that only one instance of an application is alive at any given time.


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


Added: May 10, 2013 | Visits: 422

Constants in Python In Python, any variable can be re-bound at will -- and modules don't let you define special methods such as an instance's __setattr__ to stop attribute re-binding. This script allows you to manage constants in Python.


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

License: Freeware Download (52): Constants in Python Download

Added: May 10, 2013 | Visits: 518

Prototype pattern This script is an implementation of the prototype pattern. In the prototype pattern you create a new instance cloning from other.


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

License: Freeware Download (50): Prototype pattern Download

Added: May 10, 2013 | Visits: 311

Transactionable Objects This simple class allows sub-classes to commit changes to an instance to a history, and rollback to previous states.


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

License: Freeware Download (51): Transactionable Objects Download

Added: May 10, 2013 | Visits: 423

Autosuper to the limit This script returns a tuple (cls,self,method), where:  -  cls is the class in wich you can find the definition of the method from which this function is called;  -  self is the instance passed as first argument to the method from which this function is called;  -  method is the unbound...


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

License: Freeware Download (53): Autosuper to the limit Download

< 1 2 3 4 5