gnome chemistry utils 0.9.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1325
Gnome Chemistry Utils 0.9.0
Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. more>>
Gnome Chemistry Utils software provides C++ classes and Gtk+-2 widgets related to chemistry. They are used in both Gnome Crystal and GChemPaint.
To compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
<<lessTo compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
Download (1.6MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
GNOME FCE Ultra 0.6.0
GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. more>>
GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. GNOME FCE Ultra is designed for the GNOME desktop, and allows the user to easily play NES ROM images.
Main features:
- Network play
- Custom input configuration
- Fullscreen support
- Full sound support
- High compatibility and accurate emulation
<<lessMain features:
- Network play
- Custom input configuration
- Fullscreen support
- Full sound support
- High compatibility and accurate emulation
Download (0.029MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
865 downloads
Gnome Memory Blocks 0.2
Gnome Memory Blocks project is a concentration game for GNOME. more>>
Gnome Memory Blocks project is a concentration game for GNOME.
This is GNOMEs version of the `memory blocks game originaly come from Semantec game pack for Win-3.11
<<lessThis is GNOMEs version of the `memory blocks game originaly come from Semantec game pack for Win-3.11
Download (0.42MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1062 downloads
GNOME Schedule 1.1.0
GNOME Schedule is a system schedule maintenance tool. more>>
GNOME Schedule is a system schedule maintenance tool. GNOME Schedule project has support for the cron and at scheduling systems. It aims to be as HIG compatible as possible.
The target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
<<lessThe target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
Download (0.61MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1077 downloads
Gnome Crystal 0.6.7
Gnome Crystal is a light model visualizer for crystal structures. more>>
Gnome Crystal project is a light model visualizer for crystal structures.
Gnome-1 version uses Gtk+, Gnome, libglade, gettext, OpenGL(or Mesa) and GtkGLArea.
Gnome-2 version uses standard Gnome-2 libraries and the Gnome Chemistry Utils and its dependencies.
License is GPL.
<<lessGnome-1 version uses Gtk+, Gnome, libglade, gettext, OpenGL(or Mesa) and GtkGLArea.
Gnome-2 version uses standard Gnome-2 libraries and the Gnome Chemistry Utils and its dependencies.
License is GPL.
Download (0.77MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1355 downloads
Chemistry::SQL 0.01
Chemistry::SQL is an access database functions module. more>>
Chemistry::SQL is an access database functions module.
SYNOPSIS
use strict;
use Chemistry::SQL;
use Chemistry::Artificial::SQL;
my $db_name = $ARGV[0];
my $file = $ARGV[1];
my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",
db_name=>$db_name,db_driver=>"mysql");
if ($db1->db_exist)
{ $db1->connect_db;
$db1->del_tables;
$db1->create_tables_mysql;
$db1->inscomp_from_file("$file");
}
else
{
$db1->create_db;
$db1->connect_db;
$db1->create_tables_mysql;
$db1->inscomp_from_file("$file");
}
# Reaction Insertion
my $qart = Chemistry::Artificial::SQL::new($db1);
my $qr =$qart->q_reaccion(C=CC=C.C=C>>C1=CCCCC1,smiles);
$db1->reactionsert($qr,"","0");
This package provides the necessary functions to interact with the database. The methods implemented in this module are oriented to give users control of the database without knowing how to use SQL queries.
<<lessSYNOPSIS
use strict;
use Chemistry::SQL;
use Chemistry::Artificial::SQL;
my $db_name = $ARGV[0];
my $file = $ARGV[1];
my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",
db_name=>$db_name,db_driver=>"mysql");
if ($db1->db_exist)
{ $db1->connect_db;
$db1->del_tables;
$db1->create_tables_mysql;
$db1->inscomp_from_file("$file");
}
else
{
$db1->create_db;
$db1->connect_db;
$db1->create_tables_mysql;
$db1->inscomp_from_file("$file");
}
# Reaction Insertion
my $qart = Chemistry::Artificial::SQL::new($db1);
my $qr =$qart->q_reaccion(C=CC=C.C=C>>C1=CCCCC1,smiles);
$db1->reactionsert($qr,"","0");
This package provides the necessary functions to interact with the database. The methods implemented in this module are oriented to give users control of the database without knowing how to use SQL queries.
Download (0.014MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1185 downloads
GNOME Mastermind 0.3
GNOME Mastermind is a Mastermind clone for GNOME Desktop. more>>
GNOME Mastermind is a Mastermind clone for GNOME Desktop.
GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.
<<lessGNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
GNOME Configurator 0.8.0
GNOME Configurator is a program for editing advanced GNOME settings in an easy way. more>>
GNOME Configurator is a program for editing advanced GNOME settings in an easy way.
Edit advanced GNOME settings in an easy way. Currently has support for Metacity, Epiphany, Galeon, Panels, and Application Look and Feel.
Enhancements:
- Made the scrollbar settings actually work.
- Updated the French translation.
- Added support for setting the individual colors of the GTK+ theme.
<<lessEdit advanced GNOME settings in an easy way. Currently has support for Metacity, Epiphany, Galeon, Panels, and Application Look and Feel.
Enhancements:
- Made the scrollbar settings actually work.
- Updated the French translation.
- Added support for setting the individual colors of the GTK+ theme.
Download (0.039MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1551 downloads
Gnome Comics Organizer 0.5.1
Gnome Comics Organizer is a program to help keep track of your comic book collection. more>>
GNOME Comics Organizer (GCO for short) is a program to help keep track of your comic book collection.
The project has been written in Python using GTK+ and GNOME.
Requires python 2.3.x, gnome-python2 2.0.x, pygtk2 2.3.96 (or greater), libxml2-python 2.6.x.
Versions older than 0.5.0 use GNOME 1.4.x and was written in C. Not all features of the old C version of GNOME Comics Organizer are implemented, but the most important ones are.
<<lessThe project has been written in Python using GTK+ and GNOME.
Requires python 2.3.x, gnome-python2 2.0.x, pygtk2 2.3.96 (or greater), libxml2-python 2.6.x.
Versions older than 0.5.0 use GNOME 1.4.x and was written in C. Not all features of the old C version of GNOME Comics Organizer are implemented, but the most important ones are.
Download (0.088MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
924 downloads
Gnome-Turtle 0.1.3
Gnome-Turtle is a turtle and lsys drawing program for GNOME. more>>
Gnome-Turtle is a turtle and lsys drawing program for GNOME.
Aims to provide an educational approach to programming with the help of the turtle language and experiments with fractals in a L-System notation.
Enhancements:
- The screen is now cleared when loading a new definition, menus are greyed accordingly to the state of the screen, new definition examples have been added, and the projects source code has been moved to Savannah.
<<lessAims to provide an educational approach to programming with the help of the turtle language and experiments with fractals in a L-System notation.
Enhancements:
- The screen is now cleared when loading a new definition, menus are greyed accordingly to the state of the screen, new definition examples have been added, and the projects source code has been moved to Savannah.
Download (0.52MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1542 downloads
Gnome Splash Properties 0.3.0
Gnome Splash Properties lets you easily setup your splash on GNOME desktop. more>>
Gnome Splash Properties lets you easily setup your splash on GNOME desktop.
Written in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed.
Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main folder.
<<lessWritten in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed.
Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main folder.
Download (MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
Chemistry::Mol 0.36
Chemistry::Mol is a molecule object toolkit. more>>
Chemistry::Mol is a molecule object toolkit.
SYNOPSIS
use Chemistry::Mol;
$mol = Chemistry::Mol->new(id => "mol_id", name => "my molecule");
$c = $mol->new_atom(symbol => "C", coords => [0,0,0]);
$o = $mol->new_atom(symbol => "O", coords => [0,0,1.23]);
$mol->new_bond(atoms => [$c, $o], order => 3);
print $mol->print;
This package, along with Chemistry::Atom and Chemistry::Bond, includes basic objects and methods to describe molecules.
The core methods try not to enforce a particular convention. This means that only a minimal set of attributes is provided by default, and some attributes have very loosely defined meaning.
This is because each program and file type has different idea of what each concept (such as bond and atom type) means. Bonds are defined as a list of atoms (typically two) with an arbitrary type. Atoms are defined by a symbol and a Z, and may have 3D and internal coordinates (2D coming soon).
<<lessSYNOPSIS
use Chemistry::Mol;
$mol = Chemistry::Mol->new(id => "mol_id", name => "my molecule");
$c = $mol->new_atom(symbol => "C", coords => [0,0,0]);
$o = $mol->new_atom(symbol => "O", coords => [0,0,1.23]);
$mol->new_bond(atoms => [$c, $o], order => 3);
print $mol->print;
This package, along with Chemistry::Atom and Chemistry::Bond, includes basic objects and methods to describe molecules.
The core methods try not to enforce a particular convention. This means that only a minimal set of attributes is provided by default, and some attributes have very loosely defined meaning.
This is because each program and file type has different idea of what each concept (such as bond and atom type) means. Bonds are defined as a list of atoms (typically two) with an arbitrary type. Atoms are defined by a symbol and a Z, and may have 3D and internal coordinates (2D coming soon).
Download (0.042MB)
Added: 2007-08-15 License: Perl Artistic License Price:
803 downloads
Gnome Catalog 0.2.1
Gnome Catalog is a cataloging software for CDs and DVDs. more>>
Gnome Catalog is a cataloging software for CDs and DVDs. Catalog your dvds/cds and files in your hard disk. Generate thumbnails of the video files and image files via nautilus (gnome file manager), and saves it in the database files.
Save the metadata of the files, then you can search in the metatada of mp3, avis, images (exif).
The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend.
The program must be very easy of use and very fast.
<<lessSave the metadata of the files, then you can search in the metatada of mp3, avis, images (exif).
The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend.
The program must be very easy of use and very fast.
Download (0.20MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1540 downloads
GNOME Translate 0.99
GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.
GNOME Translate is free software, released under the terms of the GNU General Public License.
<<lessGNOME Translate is free software, released under the terms of the GNU General Public License.
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
GNOME Breakout 0.5.3
Michael Pearson project is a break-the-blocks game for GNOME. more>>
Michael Pearson project is a break-the-blocks game for GNOME.
GNOME Breakout is an implementation of the old arcade game Arkanoid. It supports mouse and keyboard control, multiple difficulty levels, various nifty powerups, exploding blocks, and customizable levels.
Enhancements:
- Changed all deprecated GNOME 1 and GTK 1 functionality to GNOME 2 and GTK 2
- calls.
<<lessGNOME Breakout is an implementation of the old arcade game Arkanoid. It supports mouse and keyboard control, multiple difficulty levels, various nifty powerups, exploding blocks, and customizable levels.
Enhancements:
- Changed all deprecated GNOME 1 and GTK 1 functionality to GNOME 2 and GTK 2
- calls.
Download (0.19MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1089 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 gnome chemistry utils 0.9.0 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