Main > Free Download Search >

Free open babel 2.0.2 2.1.1 software for linux

open babel 2.0.2 2.1.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3307
Open Babel 2.0.2 / 2.1.1

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.
<<less
Download (2.3MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
527 downloads
Open Beat Box 0.7.1

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)
<<less
Download (1.1MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1535 downloads
Open Journal Systems 2.1.1

Open Journal Systems 2.1.1


Open Journal Systems is a journal management and publishing system. more>>
Open Journal Systems (OJS) is a journal management and publishing system that has been developed by the Public Knowledge Project through its federally funded efforts to expand and improve access to research.
Main features:
- OJS is installed locally and locally controlled.
- Editors configure requirements, sections, review process, etc.
- Online submission and management of all content.
- Subscription module with delayed open access options.
- Comprehensive indexing of content part of global system.
- Reading Tools for content, based on field and editors choice.
- Email notification and commenting ability for readers.
- Complete context-sensitive online Help support.
OJS assists with every stage of the refereed publishing process, from submissions through to online publication and indexing. Through its management systems, its finely grained indexing of research, and the context it provides for research, OJS seeks to improve both the scholarly and public quality of referred research.
OJS is open source software made freely available to journals worldwide for the purpose of making open access publishing a viable option for more journals, as open access can increase a journals readership as well as its contribution to the public good on a global scale (see PKP Publications).
<<less
Download (2.4MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
958 downloads
GPS::Babel 0.0.1

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.

<<less
Download (0.010MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1011 downloads
Open Invaders 0.2

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
SimpleMail 2.0.2

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.
<<less
Download (2.6MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1482 downloads
Open IT Online 2.5.1

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
Open Cubic Player 0.1.13

Open Cubic Player 0.1.13


Open Cubic Player is a music player which can play a wide variety of music formats. more>>
Open Cubic Player is a music player which can play a wide variety of music formats. Currently it can play so called modules (MOD, XM, S3M, IT), MIDI, MP1-3, SID tunes, and CD audio.
Open Cubic Player supports many soundcards (SB, GUS, EWS, WSS, PAS, and many more). It features many different display modes for "looking" (text and graphics) at the music.
Enhancements:
- Mac OS X CoreAudio is now supported (which requires the CoreAudio SDK).
- MP3 detection is now working again.
- Some compiler warnings and various crash bugs have been eliminated.
<<less
Download (0.63MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
997 downloads
Open Gaming System 0.1.1

Open Gaming System 0.1.1


Open Gaming System is a platform for developing open gaming software. more>>
Open Gaming System project is a platform for developing open gaming software.

It defines an API and provides a free software implementation of this interface. It is designed to be portable, reusable, and flexible enough for use in any game world or campaign setting including medieval, modern, futuristic, gothic, eastern, and western, as well as the traditional fantasy setting.

This distribution contains a software development kit (SDK) for development with C, C++, and Java.

"What is an open game?"

Basically, an open game is a role-playing game that uses an open rule system. An open game follows a recent trend in the role-playing gaming market where the rule systems for such games are shared with the gaming community much like open source software. Open source software is in fact the model for open games.

Role-playing games are a genre of tabletop and computer games typically set in a fantasy world where players assume and develop the personae of a character in an epic adventure. Back to the original question, open gaming software is software written for open games.

This software range from massively multiplayer online role-playing games (MMORPG), complete campaign management systems, or character generation tools.

<<less
Download (MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
Stencil 2.0.2

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.
<<less
Download (0.36MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1366 downloads
babel-ircd 1.1

babel-ircd 1.1


babel-ircd is a small IRC server aimed for small communities. more>>
babel-ircd is a small IRC server aimed for small communities. It supports a subset of RFC1459.
It extends the RFC by providing automatic encoding translation. The project only works in stand-alone on one server.
Exemple of lacks : modes (like operator)
new server command : /encoding
- /encoding iso-8859-1 set the encoding of the client to iso 8859-1. The server then convert all the message from and to this client to the right encoding. With this several clients can have different encoding and see their accents. All encoding provided by iconv are available
- /encoding list returns the list of supported encodings
- /encoding shows the current encoding
This software is under the GPLv2 License.
Enhancements:
- Tested with: xchat gaim ChatZilla Zircon KSirc LostIrc ircII BitchX tirc epic4 TinyIRC
<<less
Download (0.013MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
Open Tranquera 1.0

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.

<<less
Download (0.016MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 downloads
Open Steelball 0.5

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.

<<less
Download (0.49MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1060 downloads
OPEN BEXI HTML Builder 1.6

OPEN BEXI HTML Builder 1.6


OPEN BEXI HTML Builder is a WYSIWYG HTML editor. more>>
OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge.

It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts.
<<less
Download (1.8MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
939 downloads
Open Partly Copied 1.0

Open Partly Copied 1.0


Open Partly Copied is a service menu that allows by one-click start copying video file from remote storage to local directory. more>>
Open Partly Copied is a service menu (+ shell-script included) allows by one-click start copying video file from remote storage to local directory and immediately open partially copied file with your default player.

Its necessary if movie plays with delays on direct opening.

After watching movie you may delete copied file by click Yes on dialog box.

Installation instructions:

Its easy. Archieve containts install.sh script. So extract archieve to temp directory and run install.sh
<<less
Download (MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5