gnome chemistry utils
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1242
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 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-Themer 2.1
Gnome-Themer is a program for select Icon, GTK-2, Metacity cursor and GTK-1 themes and wallpapers. more>>
Gnome-Themer is a program for select Icon, GTK-2, Metacity (and now) cursor and GTK-1 themes and wallpapers and splash screens from one place.
<<less Download (0.031MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1549 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
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 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 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 Network 1.4.1
GNOME Network is a set of client network-oriented tools. more>>
GNOME Network is a set of client network-oriented tools, which currently contains a network information tool, a remote shell and desktop clients and a personal web server and a desktop sharing tool.
GNOME Network is Free Software distributed under the terms of the GNU GPL.
Enhancements:
Updated translations:
- gl (Ignacio)
- it (Alessio)
<<lessGNOME Network is Free Software distributed under the terms of the GNU GPL.
Enhancements:
Updated translations:
- gl (Ignacio)
- it (Alessio)
Download (0.46MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1485 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
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 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 Multimedia Keys 0.2
Gnome Multimedia Keys is an Amarok script that will allow the use of keyboard multimedia keys in Gnome 2.18 and above. more>>
Gnome Multimedia Keys is an Amarok script that will allow the use of keyboard multimedia keys in Gnome 2.18 and above (eg. ubuntu feisty) to control playback. This includes most multimedia buttons found on many laptops. Support for this was broken due to changes in the handling of keyboard shortcuts by gnome 2.18.
Currently supported operations are:
- Play/Pause
- Pause
- Stop
- Next Track
- Previous Track
Simply run the script, no configuration of the script itself is required. The desired keyboard shortcuts can be configured by selecting "System-->Prefrences-->Keyboard Shortcuts" from the Gnome panel.
<<lessCurrently supported operations are:
- Play/Pause
- Pause
- Stop
- Next Track
- Previous Track
Simply run the script, no configuration of the script itself is required. The desired keyboard shortcuts can be configured by selecting "System-->Prefrences-->Keyboard Shortcuts" from the Gnome panel.
Download (0.002MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
852 downloads
GNOME Art 0.2
GNOME Art is a frontend for art.gnome.org. more>>
GNOME Art is a frontend for art.gnome.org.
The GNOME Art Collection written in ruby is a collection of tools for managing art from the art.gnome.org website.
GNOME Art is the graphical frontend for art.gnome.org. Backgrounds and all themes can be downloaded and previewed. Backgrounds, icon themes and splash screens can be installed directly.
GNOME Splash Screen Manager is for managing the splash screens of the GNOME desktop.
<<lessThe GNOME Art Collection written in ruby is a collection of tools for managing art from the art.gnome.org website.
GNOME Art is the graphical frontend for art.gnome.org. Backgrounds and all themes can be downloaded and previewed. Backgrounds, icon themes and splash screens can be installed directly.
GNOME Splash Screen Manager is for managing the splash screens of the GNOME desktop.
Download (0.065MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1554 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 Maze 0.8
GNOME Maze project is a maze board game. more>>
GNOME Maze project is a maze board game.
The objective is to get the Tux out of the maze.
This release has different levels, and if you are unable to solve the maze, the computer can do it for you.
Enhancements:
- implemended levels,
- improved pad-history,
- pixmaps,
- computer-solving.
<<lessThe objective is to get the Tux out of the maze.
This release has different levels, and if you are unable to solve the maze, the computer can do it for you.
Enhancements:
- implemended levels,
- improved pad-history,
- pixmaps,
- computer-solving.
Download (0.12MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1035 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 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