open babel 2.0.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3228
Open Babel 2.0.2 / 2.1.1
Open Babel is a cross-platform chemistry program and library designed to convert file formats. more>>
Open Babel project is designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling and computational chemistry.
Main features:
- A huge variety of common chemical file formats, including SDF/MOL, Mol2, PDB, SMILES, XYZ, CML... (details)
- Recognition of file type based on filename extension
- Chemical MIME support
- SMARTS matcher
- Flexible atom typer
- Flexible bond typer for perception of multiple bonds from atomic coordinates
- Gasteiger partial charge calculation
- Hydrogen addition and deletion
- Isotope support, calculation of average and exact masses
- Automatic feature perception (rings, bonds, hybridization, aromaticity)
- Multiple conformer storage within molecules
- Command line conversion for multiple molecules in one file
- Command line interface
- Bitvector class
- Vector and matrix transformations
- Molecular test suite
- Open-source/Free Software under the GNU General Public License
- Cross platform (Windows, Linux, Mac OS X, SGI, Solaris, Dreamcast...)
Version restrictions:
- Generate coordinates for SMILES strings. (Meaning all coordinates will be zero when converting from a SMILES string.)
- Handle 2D->3D conversion (or vice versa).
- Handle a variety of important file formats.
Whats New in 2.1.1 Development Release:
- Improved scripting support, including dictionary-support for OBGenericData in pybel, casting from OBUnitCell, etc. Improved access to OBRings from OBMol.GetSSSR().
- Added support for descriptors (e.g., PSA, logP) from scripting interfaces.
- Added support for reading all PDB records (beyond current atom and bond connections). Records not handled directly by Open Babel are added as key/value pairs through OBPairData.
- Added a new configure flag --with-pkglibdir to allow Linux package distributors to define version-specific directories for file format plugins.
- Fixed a bug which would not output chirality information for canonical SMILES with 3D files.
- Fixed problems with new line-ending code. Now correctly reads DOS and old Mac OS files with non-UNIX line endings.
- Correctly rejects SMILES with incorrect ring closures. Thanks to Craig James for the report.
- Fixed a crash when output to canonical SMILES.
- Fixed a crash when converting from SMILES to InChI.
- Fixed a crash when reading some PDB files on Windows.
- Fixed a crash when reading invalid MDL/SDF files.
- Fixed a bug which made it impossible to read some GAMESS files.
- Fixed a problem when reading ChemDraw CDX files on Mac OS X.
- A large number of additional fixes, including some rare crashes.
<<lessMain features:
- A huge variety of common chemical file formats, including SDF/MOL, Mol2, PDB, SMILES, XYZ, CML... (details)
- Recognition of file type based on filename extension
- Chemical MIME support
- SMARTS matcher
- Flexible atom typer
- Flexible bond typer for perception of multiple bonds from atomic coordinates
- Gasteiger partial charge calculation
- Hydrogen addition and deletion
- Isotope support, calculation of average and exact masses
- Automatic feature perception (rings, bonds, hybridization, aromaticity)
- Multiple conformer storage within molecules
- Command line conversion for multiple molecules in one file
- Command line interface
- Bitvector class
- Vector and matrix transformations
- Molecular test suite
- Open-source/Free Software under the GNU General Public License
- Cross platform (Windows, Linux, Mac OS X, SGI, Solaris, Dreamcast...)
Version restrictions:
- Generate coordinates for SMILES strings. (Meaning all coordinates will be zero when converting from a SMILES string.)
- Handle 2D->3D conversion (or vice versa).
- Handle a variety of important file formats.
Whats New in 2.1.1 Development Release:
- Improved scripting support, including dictionary-support for OBGenericData in pybel, casting from OBUnitCell, etc. Improved access to OBRings from OBMol.GetSSSR().
- Added support for descriptors (e.g., PSA, logP) from scripting interfaces.
- Added support for reading all PDB records (beyond current atom and bond connections). Records not handled directly by Open Babel are added as key/value pairs through OBPairData.
- Added a new configure flag --with-pkglibdir to allow Linux package distributors to define version-specific directories for file format plugins.
- Fixed a bug which would not output chirality information for canonical SMILES with 3D files.
- Fixed problems with new line-ending code. Now correctly reads DOS and old Mac OS files with non-UNIX line endings.
- Correctly rejects SMILES with incorrect ring closures. Thanks to Craig James for the report.
- Fixed a crash when output to canonical SMILES.
- Fixed a crash when converting from SMILES to InChI.
- Fixed a crash when reading some PDB files on Windows.
- Fixed a crash when reading invalid MDL/SDF files.
- Fixed a bug which made it impossible to read some GAMESS files.
- Fixed a problem when reading ChemDraw CDX files on Mac OS X.
- A large number of additional fixes, including some rare crashes.
Download (2.3MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
527 downloads
Open Invaders 0.2
Open Invaders is a GPL version of Space Invaders. more>>
Open Invaders is a fully-GPL interpretation of Taitos Space Invaders. While it is not a perfect clone, the aim of the project is to provide a feature rich clone of the famous arcade game. It features (so far) 14 levels with unique backdrops and a full soundtrack.
<<less Download (0.14MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
859 downloads
GPS::Babel 0.0.1
GPS::Babel is a Perl interface to gpsbabel. more>>
GPS::Babel is a Perl interface to gpsbabel.
SYNOPSIS
use GPS::Babel;
my $babel = GPS::Babel->new();
# Read an OZIExplorer file into a data structure
my $data = $babel->read(route.ozi, ozi);
# Convert a file automatically choosing input and output
# format based on extension
$babel->convert(points.wpt, points.gpx, { all => 1 });
# Call gpsbabel directly
$babel->direct(qw(gpsbabel -i saroute,split
-f in.anr -f in2.anr -o an1,type=road -F out.an1));
From http://gpsbabel.org/:
GPSBabel converts waypoints, tracks, and routes from one format to
another, whether that format is a common mapping format like
Delorme, Streets and Trips, or even a serial upload or download to a
GPS unit such as those from Garmin and Magellan. By flattening the
Tower of Babel that the authors of various programs for manipulating
GPS data have imposed upon us, it returns to us the ability to
freely move our own waypoint data between the programs and hardware
we choose to use.
As I write this gpsbabel supports 96 various GPS related data formats. In addition to file conversion it supports upload and download to a number of serial and USB devices. This module provides a (thin) wrapper around the gpsbabel binary making it easier to use in a perlish way.
GPSBabel supports many options including arbitrary chains of filters, merging data from multiple files and many format specific parameters. This module doesnt attempt to provide an API wrapper around all these options. It does however provide for simple access to the most common operations. For more complex cases a passthrough method (direct) passes its arguments directly to gpsbabel with minimal preprocessing.
GPSBabel is able to describe its built in filters and formats and enumerate the options they accept. This information is available as a perl data structure which may be used to construct a dynamic user interface that reflects the options available from the gpsbabel binary.
<<lessSYNOPSIS
use GPS::Babel;
my $babel = GPS::Babel->new();
# Read an OZIExplorer file into a data structure
my $data = $babel->read(route.ozi, ozi);
# Convert a file automatically choosing input and output
# format based on extension
$babel->convert(points.wpt, points.gpx, { all => 1 });
# Call gpsbabel directly
$babel->direct(qw(gpsbabel -i saroute,split
-f in.anr -f in2.anr -o an1,type=road -F out.an1));
From http://gpsbabel.org/:
GPSBabel converts waypoints, tracks, and routes from one format to
another, whether that format is a common mapping format like
Delorme, Streets and Trips, or even a serial upload or download to a
GPS unit such as those from Garmin and Magellan. By flattening the
Tower of Babel that the authors of various programs for manipulating
GPS data have imposed upon us, it returns to us the ability to
freely move our own waypoint data between the programs and hardware
we choose to use.
As I write this gpsbabel supports 96 various GPS related data formats. In addition to file conversion it supports upload and download to a number of serial and USB devices. This module provides a (thin) wrapper around the gpsbabel binary making it easier to use in a perlish way.
GPSBabel supports many options including arbitrary chains of filters, merging data from multiple files and many format specific parameters. This module doesnt attempt to provide an API wrapper around all these options. It does however provide for simple access to the most common operations. For more complex cases a passthrough method (direct) passes its arguments directly to gpsbabel with minimal preprocessing.
GPSBabel is able to describe its built in filters and formats and enumerate the options they accept. This information is available as a perl data structure which may be used to construct a dynamic user interface that reflects the options available from the gpsbabel binary.
Download (0.010MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1011 downloads
SimpleMail 2.0.2
SimpleMail is the easiest e-mail client there is. more>>
SimpleMail is the easiest e-mail client there is! SimpleMail uses UAP (Unwanted Access Protection) exclusively to SimpleMail that automatically protects you from viruses in e-mails, malicious code in e-mails, and even pictures in spam that my be offensive in content. SimpleMail is compatible with many anti-virus programs, including:
Norton AntiVirus
McAfee VirusScan
Panda Tituanium AntiVirus
AVG AntiVirus (free and professional)
avast! AntiVirus (free and professional)
Normally, you can disable your e-mail protection in your anti-virus, because the UAP technology built in eliminates the need to keep the e-mail protection on.
<<lessNorton AntiVirus
McAfee VirusScan
Panda Tituanium AntiVirus
AVG AntiVirus (free and professional)
avast! AntiVirus (free and professional)
Normally, you can disable your e-mail protection in your anti-virus, because the UAP technology built in eliminates the need to keep the e-mail protection on.
Download (2.6MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1482 downloads
Stencil 2.0.2
Stencil is a library for developing web-based applications in C++. more>>
Stencil is a library for developing web-based applications in C++.
It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
<<lessIt includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
Download (0.36MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1366 downloads
open sTeam 2.3
open sTeam project is an environment for cooperative knowledge management. more>>
open sTeam project is an environment for cooperative knowledge management.
sTeam provides a technical platform which allows groups of students, lecturers, and any other groups to construct and arrange their individual and cooperative learning and working space.
It consists of an object-oriented server connected to a database, and Web, Java, and other (FTP, SMTP, IRC, etc.) clients.
The server is event-driven and manages all user objects as well as the communication between the connected clients.
Features that were different from most other cooperation tools is the self-organisation and self-administration by the members within the virtual environment.
<<lesssTeam provides a technical platform which allows groups of students, lecturers, and any other groups to construct and arrange their individual and cooperative learning and working space.
It consists of an object-oriented server connected to a database, and Web, Java, and other (FTP, SMTP, IRC, etc.) clients.
The server is event-driven and manages all user objects as well as the communication between the connected clients.
Features that were different from most other cooperation tools is the self-organisation and self-administration by the members within the virtual environment.
Download (MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1112 downloads
aKode 2.0.2
aKode is the decoding library used in akode_artsplugin in kdemultimedia. more>>
aKode is not really a KDE application and not even an application, but very usefull non the less.
aKode is the decoding library used in akode_artsplugin in kdemultimedia, and improves the aRts experience by fewer drop-outs, more supported formats and fewer bugs in general.
It can also be used directly without aRts in JuK and Amarok.
aKode supports decoding of MPEG audio, Ogg Vorbis, Ogg FLAC, old FLAC, Speex, WAV, and Musepack audio.
aKode currently has the following decoder plugins:
- mpeg: Uses libMAD to decoder all MPEG 1/2 layer I-III audio. GPL licensed and patent issue in the US.
- mpc: Decodes musepack aka mpc audio. LGPL licensed.
- xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. LGPL licensed, patent free.
- ffmpeg: Experimental decoder using the FFMPEG decoding library. Enables WMA and RealAudio playback. LGPL and possible patent and reengineering issues in the US.
aKode also has the following audio outputs:
- oss: Outputs to the OSS (Open Sound System) of for instance FreeBSD and Linux 2.4
- alsa: Outputs to ALSA of Linux 2.6 (version 0.9 or 1.x required) (dmix is recommended).
- sun: Outputs to Sun OS/Solaris audio device .
- jack: Outputs using Jack audio backend.
- polyp: Output to the polypaudio server. Recommended for network transparent audio.
Enhancements:
- Support for new FLAC C API (1.1.3+)
- Fixed WAV replay bug.
- Improved FFMPEG decoder
<<lessaKode is the decoding library used in akode_artsplugin in kdemultimedia, and improves the aRts experience by fewer drop-outs, more supported formats and fewer bugs in general.
It can also be used directly without aRts in JuK and Amarok.
aKode supports decoding of MPEG audio, Ogg Vorbis, Ogg FLAC, old FLAC, Speex, WAV, and Musepack audio.
aKode currently has the following decoder plugins:
- mpeg: Uses libMAD to decoder all MPEG 1/2 layer I-III audio. GPL licensed and patent issue in the US.
- mpc: Decodes musepack aka mpc audio. LGPL licensed.
- xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. LGPL licensed, patent free.
- ffmpeg: Experimental decoder using the FFMPEG decoding library. Enables WMA and RealAudio playback. LGPL and possible patent and reengineering issues in the US.
aKode also has the following audio outputs:
- oss: Outputs to the OSS (Open Sound System) of for instance FreeBSD and Linux 2.4
- alsa: Outputs to ALSA of Linux 2.6 (version 0.9 or 1.x required) (dmix is recommended).
- sun: Outputs to Sun OS/Solaris audio device .
- jack: Outputs using Jack audio backend.
- polyp: Output to the polypaudio server. Recommended for network transparent audio.
Enhancements:
- Support for new FLAC C API (1.1.3+)
- Fixed WAV replay bug.
- Improved FFMPEG decoder
Download (0.45MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
936 downloads
Open Tranquera 1.0
Open Tranquera is a repository of reusable components for J2EE application development. more>>
Open Tranquera is a repository of reusable components for J2EE application development.
There are UI extensions, Services, and a Persistence layer, integrated with existing open source frameworks.
<<lessThere are UI extensions, Services, and a Persistence layer, integrated with existing open source frameworks.
Download (0.016MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 downloads
Open Steelball 0.5
Open Steelball is a futuristic soccer game. more>>
Open Steelball project is a futuristic soccer game.
Open Steelball is an SDL game, which is similar to "SpeedBall" on the Amiga. It is a futuristic soccer game for one or two where 5 players can be controlled per side.
The ball can be passed, shot, lobbed, and other players can be tackled.
Goalkeepers are controlled automatically.
This is the First Alpha Release.
<<lessOpen Steelball is an SDL game, which is similar to "SpeedBall" on the Amiga. It is a futuristic soccer game for one or two where 5 players can be controlled per side.
The ball can be passed, shot, lobbed, and other players can be tackled.
Goalkeepers are controlled automatically.
This is the First Alpha Release.
Download (0.49MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1060 downloads
Open Beat Box 0.7.1
Open Beat Box (OBB) is an open-source beat box ( a virtual drum machine ). more>>
Open Beat Box (OBB) is an open-source beat box ( a virtual drum machine ).
We are still in an early stage of development but we aim full drum machine functionalities.
Main features:
- Highly customizable graphical interface, including bitmap skins and variable shape widgets.
- Floating tools : realy interesting with multi-screen.
- Skin aware help system that update the images acording to the skin you curently use.
- Plug-in architecture for sound effects.
- Portability : Windows, Mac, Unix
- Cross-platform file compatiblitily.
- Real-time preview and offline rendering for realy complex effect that cant be added real-time on your machine
- Distributed rendering over multiple computers.
- Customizable sound sample packages.
- Customizable keyboard shortcuts.
- Matel Power glove input driver.
Enhancements:
- Code major restructuration
- More performance
- Added XML Skins
- Gui enhancements (drop shadow on labels, centered spinbox label, mousescroll on slidebars)
<<lessWe are still in an early stage of development but we aim full drum machine functionalities.
Main features:
- Highly customizable graphical interface, including bitmap skins and variable shape widgets.
- Floating tools : realy interesting with multi-screen.
- Skin aware help system that update the images acording to the skin you curently use.
- Plug-in architecture for sound effects.
- Portability : Windows, Mac, Unix
- Cross-platform file compatiblitily.
- Real-time preview and offline rendering for realy complex effect that cant be added real-time on your machine
- Distributed rendering over multiple computers.
- Customizable sound sample packages.
- Customizable keyboard shortcuts.
- Matel Power glove input driver.
Enhancements:
- Code major restructuration
- More performance
- Added XML Skins
- Gui enhancements (drop shadow on labels, centered spinbox label, mousescroll on slidebars)
Download (1.1MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1535 downloads
OriginalSynth 2.0.2
OriginalSynth allows users to manipulate a small portion of a sound wave (one 44th approximately or 1000/44100 of a second). more>>
OriginalSynth project allows users to manipulate a small portion of a sound wave (one 44th approximately or 1000/44100 of a second).
This is commonly referred to as a "wave table". Users can manipulate the wave table itself by drawing a line with two end points, drawing a point, drawing a curve, moving a point, or deleting a point. What the user makes is then repeated (oscillated) and sounds pitched.
Additonal features include the ability to combine multiple wave tabs (add/multiply), insert typical waves (sine, square, etc.), make pitch variations, and make duration variations.
<<lessThis is commonly referred to as a "wave table". Users can manipulate the wave table itself by drawing a line with two end points, drawing a point, drawing a curve, moving a point, or deleting a point. What the user makes is then repeated (oscillated) and sounds pitched.
Additonal features include the ability to combine multiple wave tabs (add/multiply), insert typical waves (sine, square, etc.), make pitch variations, and make duration variations.
Download (0.13MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
CataSe 2.0.2
CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc). more>>
CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc).
CataSe is a catalog server that serves documents in response to queries. The queries can contain thematic, temporal, and spatial (geometry) constraints.
It uses OGC standards. The documents are currently ISO 19115 in XML and the query language is CQL.
<<lessCataSe is a catalog server that serves documents in response to queries. The queries can contain thematic, temporal, and spatial (geometry) constraints.
It uses OGC standards. The documents are currently ISO 19115 in XML and the query language is CQL.
Download (0.12MB)
Added: 2007-02-09 License: Other/Proprietary License Price:
988 downloads

Open IT Online 2.5.1
Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Added: 2009-07-21 License: MPL Price: FREE
13 downloads
Pixie Renderer 2.0.2
Pixie is a RenderMan-like photorealistic renderer. more>>
Pixie is a RenderMan like photorealistic renderer. It is being developed in the hope that it will be useful for graphics research and for people who can not afford a commercial renderer.
Pixie Renderer project is an open source project licensed under Gnu Public License (GPL).
Pixie is an open source project. None of the people contributing to Pixie is making any money out of it and were not asking for money. We need your feedback to keep this project alive. Use Pixie, submit bug reports, pictures you rendered with Pixie or just your good wishes.
One of the biggest considerations in Pixies development is the modularity. If youre interested in developing additional features / improving current features, improving the web site, optimizing Pixie, please let us know.
Main features:
- All RenderMan 3.2 primitives
- Quadrics: Sphere, Disk, Cone, Paraboloid, Hyperboloid, Cylinder, Toroid
- Parametrics: Bilinear/Bicubic patches, NURBS
- Subdivision Surfaces including crease/hole/interpolateboundary tags
- Points
- Curves
- Convex / Concave polygons with or without holes and their meshes
- Object instancing / delayed primitives
- Displacements
- Programmable shading (RenderMan Shading Language)
- High quality texture/shadow/environment mapping
- High dynamic range input/output
- Raytracing
- Motion blur
- Depth of field
- Reyes style rendering (very fast)
- Occlusion culling
- Network parallel rendering
- DSO shaders
- Global illumination
- Photon mapping
- Irradiance caching
- Automatically raytraced smooth reflections / shadows
Enhancements:
- 64Bit clean codebase. The Pixie source should compile cleanly on 64Bit platforms. Please let us know if you have any issues with this. Note: youll need libtiff (and X11 on linux / OSX) to be compiled in 64Bit mode too.
- Fixed issues with dissapearing subdiv geometry when raytracing
- Fixed issues with speckled irradiance / occlusion data when using the "R" mode
- Reduced raytrace memory overhead
- Support for vector/color/point/normal subscripting shorthand in SL v[n] = x => setcomp(v,n,x) x = v[n] => x = comp(v,n)
<<lessPixie Renderer project is an open source project licensed under Gnu Public License (GPL).
Pixie is an open source project. None of the people contributing to Pixie is making any money out of it and were not asking for money. We need your feedback to keep this project alive. Use Pixie, submit bug reports, pictures you rendered with Pixie or just your good wishes.
One of the biggest considerations in Pixies development is the modularity. If youre interested in developing additional features / improving current features, improving the web site, optimizing Pixie, please let us know.
Main features:
- All RenderMan 3.2 primitives
- Quadrics: Sphere, Disk, Cone, Paraboloid, Hyperboloid, Cylinder, Toroid
- Parametrics: Bilinear/Bicubic patches, NURBS
- Subdivision Surfaces including crease/hole/interpolateboundary tags
- Points
- Curves
- Convex / Concave polygons with or without holes and their meshes
- Object instancing / delayed primitives
- Displacements
- Programmable shading (RenderMan Shading Language)
- High quality texture/shadow/environment mapping
- High dynamic range input/output
- Raytracing
- Motion blur
- Depth of field
- Reyes style rendering (very fast)
- Occlusion culling
- Network parallel rendering
- DSO shaders
- Global illumination
- Photon mapping
- Irradiance caching
- Automatically raytraced smooth reflections / shadows
Enhancements:
- 64Bit clean codebase. The Pixie source should compile cleanly on 64Bit platforms. Please let us know if you have any issues with this. Note: youll need libtiff (and X11 on linux / OSX) to be compiled in 64Bit mode too.
- Fixed issues with dissapearing subdiv geometry when raytracing
- Fixed issues with speckled irradiance / occlusion data when using the "R" mode
- Reduced raytrace memory overhead
- Support for vector/color/point/normal subscripting shorthand in SL v[n] = x => setcomp(v,n,x) x = v[n] => x = comp(v,n)
Download (4.8MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
989 downloads
SambaLink/Q 2.0.2
SambaLink/Q is an application for editing the smb.conf file. more>>
SambaLink/Q is an application for editing the sometimes confusing and rather complex smb.conf file for Samba. SambaLink/Q 2.0.1 is Linux only and for Qt 3.
Main features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
<<lessMain features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
Download (0.085MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1213 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above open babel 2.0.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed