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

An software
Filter: All | Freeware | Demo
 

An

< 1 2 3 4 5 > 
Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 393

LCMStats - An R package An R package for detailed inspection and analysis of LCMS data. An R package developed by Sukhdeep Singh at Department of Surgery and Cancer, Imperial College London,UK.



Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 153.78 KB Download (44): LCMStats - An R package Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 383

Ninja - an InChI toolkit for Java Ninja is an object oriented toolkit for manipulating InChI identifiers.





Platforms: Windows, Mac, Linux

License: Freeware Size: 1.41 MB Download (43): Ninja - an InChI toolkit for Java Download

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

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: July 05, 2012  |  Added: July 05, 2012 | Visits: 405

Speed Dreams : an Open Motorsport Sim Speed Dreams is a Motorsport Simulator featuring high-quality 3D graphics and an accurate physics engine, all targeting maximum realism. Initially forked from TORCS, it has now reached a clearly higher realism level in visual and physics simulation, thanks to its active development team and...


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 143.12 MB Download (44): Speed Dreams : an Open Motorsport Sim Download

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

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: October 21, 2012  |  Added: October 21, 2012 | Visits: 520

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: November 13, 2012  |  Added: November 13, 2012 | Visits: 501

Wine Is Not an Emulator Wine is an Open Source implementation of the Windows API on top of X and Unix. Wine provides both a development toolkit for porting Windows sources to Unix and a program loader, allowing many unmodified Windows binaries to run on x86-based Unixes.


Platforms: Mac, BSD, Solaris, Linux

License: Freeware Size: 16.81 MB Download (57): Wine Is Not an Emulator Download

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

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

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

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

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 618

PanoEdit, an easy to use panorama stitching app. PanoEdit, an easy to use panorama stitching app. Create great looking wide angle photos without carrying tons of equipment! Features include: - Automatic geometry and exposure matching - Interactive projection editor - Automatic crop tool


Platforms: Mac

License: Commercial Cost: $29.99 USD Size: 1.2 MB Download (57): PanoEdit, an easy to use panorama stitching app. Download

Added: May 10, 2013 | Visits: 490

Spawning an editor from a script This script is a very basic example of how to launch an editor from inside a program.


Platforms: Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Spawning an editor from a script Download

Added: May 10, 2013 | Visits: 778

Detect character encoding in an XML file This script contains a function that analyzes an open xml file for its characters encoding by - checking for a unicode BOM or (on failure); - searching the xml declaration at the beginning of the file for the "encoding" attribute ;It attempts to detect the character encoding of the xml file...


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

License: Freeware Download (53): Detect character encoding in an XML file Download

Added: May 10, 2013 | Visits: 460

Remove whitespace from an XML DOM When creating a DOM from an XML source, XML parsers are required to consider several conditions when deciding whether to include whitespace-only text nodes. This function ignores all of those conditions and removes all whitespace-only text descendants of the specified node. If the unlink flag is...


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

License: Freeware Download (50): Remove whitespace from an XML DOM Download

Added: May 10, 2013 | Visits: 505

Display an Image from a specified file This script reads an image file from the filename specified as the first parameter on the command line and displays it on screen. It uses the PIL module so that it can load almost any image file type supported by that module and uses Tkinter to display the image on a Tkinter canvas.


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

License: Freeware Download (55): Display an Image from a specified file Download

Added: May 10, 2013 | Visits: 782

How to place an advert on product info To place an ad on the product info page find this at the bottom of product_info.php


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): How to place an advert on product info Download

Added: May 10, 2013 | Visits: 893

Create an account in MS active directory This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com.


Platforms: Windows, Python,

License: Freeware Download (53): Create an account in MS active directory Download

Added: May 10, 2013 | Visits: 758

Get attributes of an object in MS Active Directory Sometimes it is useful to know what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM support using win32com. By default only attributes that have...


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 354

List object carried out to an instance In order to change into a list, the length of an instance is investigated first. "__len__()". Next, all the contents are taken out in order. "__getitem__()"


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

License: Freeware Download (52): List object carried out to an instance Download

Added: May 10, 2013 | Visits: 411

Automatically start the debugger on an exception When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This script allows to automatically start the debugger on an unexpected...


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


Added: May 10, 2013 | Visits: 409

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

< 1 2 3 4 5 >