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

Describe An Dilemma freeware
Filter: All | Freeware | Demo
 

Describe An Dilemma

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

Randomize an iterator This script shows an extremely simple implementation of a method used for randomizing the iterable. This script evaluates the entire iterable to a sequence in memory. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Randomize an iterator Download

Added: May 10, 2013 | Visits: 501

Dump all the attributes of an object This script prints a nicely formatted overview of an object, including _everything_ in the object's `dir'. This is great when programming interactively.It is more comprehensive than help(), prettier than dir(). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Dump all the attributes of an object Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 524

StochPy for Linux StochPy (Stochastic modelling in Python) is an easy-to-use package, which provides several stochastic simulation algorithms (SSAs), which can be used to simulate biochemical systems in a stochastic manner. Further, several unique and easy-to-use analysis techniques are provided by StochPy.... Platforms: Linux

License: Freeware Download (51): StochPy for Linux Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 559

How to write an RFP Well, no need to fret. This template for creating your RFP makes it easy to produce a professional RFP. In addition, an additional bonus Study version of the template is supplied to walk you through the issues with helpful hints as you go. Download this professional and proven template to create... Platforms: Windows

License: Freeware Size: 476 KB Download (51): How to write an RFP Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 397

An OSGi-Based FIPA Implementation The Pando project intends to deliver an OSGi-based implementation of the FIPA agent platform. The motivation behind Pando is the need for an open platform supporting the integration and interoperation of disparate software systems. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.34 MB Download (50): An OSGi-Based FIPA Implementation Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 299

Webtracks Webtracks' objective is to develop an approach and mechanism for constructing and propagating structured information to describe the linkage between distributed research objects in the context of academic activities. Platforms: Windows, Mac, Linux

License: Freeware Size: 381.67 KB Download (50): Webtracks Download

Added: May 10, 2013 | Visits: 415

Force verbose mode for unittests in an IDE When running unit tests, using the verbose flag often provides an extra level of protection against mistakes. When running from the command line, this simply means adding the -v option. If you use an IDE, matters become more complicated. While you can often set your IDE to pass in the -v option... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Force verbose mode for unittests in an IDE Download

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

StochPy for Mac OS X StochPy (Stochastic modelling in Python) is an easy-to-use package, which provides several stochastic simulation algorithms (SSAs), which can be used to simulate biochemical systems in a stochastic manner. Further, several unique and easy-to-use analysis techniques are provided by StochPy.... Platforms: Mac

License: Freeware Download (50): StochPy for Mac OS X Download

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

iTeXMac, an Integrated TeX Environment iTeXMac is an integrated software which components are:- a text editor dedicated to D.E. Knuth's TeX typesetting system- a frontend to a teTeX like distribution, that includes TeX engines and tools- a PDF viewer Platforms: Mac

License: Freeware Size: 22.42 MB Download (49): iTeXMac, an Integrated TeX Environment Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 516

Other Visual Simulation of an O.S. Otro Sistema Operativo Instructivo - Other Simulator of an Operating System. Platforms: Windows, Mac, Linux

License: Freeware Size: 754.6 KB Download (49): Other Visual Simulation of an O.S. Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 430

TeXML: an XML syntax for TeX TeXML is an XML vocabulary for TeX. The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate [La]TeX or ConTeXt files. Platforms: Windows, Mac, Linux

License: Freeware Size: 83.18 KB Download (49): TeXML: an XML syntax for TeX Download

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

xbgtk - an xbase OO wrapper for GTK+ xbgtk - an xbase/Harbour/xHarbour object-oriented wrapper for using the GTK+ GUI. Platforms: Windows, Mac, Linux

License: Freeware Size: 402.5 KB Download (49): xbgtk - an xbase OO wrapper for GTK+ Download

Added: May 10, 2013 | Visits: 658

Prototype of an PHP application Prototype of an application written in php, which includes : smarty, adodb, pbjetbdd, phpgacl and esup-phpcas. Login can be managed into a database, ldap directory or a SSO-CAS. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): Prototype of an PHP application Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 313

DDay.iCal - an iCalendar class library DDay.iCal is an iCal (RFC 5545) class library for .NET 2.0 and above, Silverlight. It aims at being as RFC 5545 compliant as possible, while targeting compatibility with popular calendaring applications, like Apple iCal, Outlook 2007, etc. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.37 MB Download (49): DDay.iCal - an iCalendar class library Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 295

JEREMIA - Requirement management system Jeremia is an open source requirement management system. With Jeremia it is possible to describe requirements and requirement documentation within one system. The requirements and requirement documents are stored within a database. Requirement and doc Platforms: Windows, Mac, Linux

License: Freeware Size: 1.79 MB Download (49): JEREMIA - Requirement management system Download

Added: May 10, 2013 | Visits: 371

Parsing an XML file with xml.parsers.expat This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready to go. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Parsing an XML file with xml.parsers.expat Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 524

X-Men - an XML plugin for Eclipse A XML plugin for eclipse Planned features: - multiple views on an XML file - schema/dtd support for automatic completion and verification - wizards for different dialects of XML - special project administration Platforms: Windows, Mac, Linux

License: Freeware Size: 156.04 KB Download (48): X-Men - an XML plugin for Eclipse Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 392

XUProxy - an eXtensible Universal Proxy XUProxy is an extensible multi-protocol proxy based on the Twisted framework. It supports multiple protocol plugins (currently only HTTP), and multiple 'filter' plugins for things like logging, caching, and Proxomitron-compatible ad filtering. Platforms: Windows, Mac, Linux

License: Freeware Size: 175.23 KB Download (48): XUProxy - an eXtensible Universal Proxy Download

Chess 112 (a chess variant with an 8 by 14 square board) Chess 112 is chess variant played on an 8 by 14 square board. Each player has 4 bishops, 4 knights, 4 rooks, and 14 pawns.At this point (May 2009) castling and en passant capturing have yet to be implemented, and pawn promotion is restricted to queens.The game features moving by piece and square... Platforms: PHP

License: Freeware Size: 61.44 KB Download (48): Chess 112 (a chess variant with an 8 by 14 square board) Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 521

StochPy StochPy (Stochastic modelling in Python) is an easy-to-use package, which provides several stochastic simulation algorithms (SSAs), which can be used to simulate biochemical systems in a stochastic manner. Further, several unique and easy-to-use analysis techniques are provided by StochPy.... Platforms: Windows

License: Freeware Download (48): StochPy Download

< 1 2 3 4 5