babel
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
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
<<lessIt 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
Download (0.013MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 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
GPSBabel 1.3.4
GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. more>>
GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. It also has powerful manipulation tools for such data.
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.
It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools.
This application does not convert, transfer, send, or manipulate maps. We process data that may (or may not be) placed on a map, such as waypoints, tracks, and routes.
Enhancements:
New formats:
- Vitovtt tracks
- NMEA and XSV realtime tracking output.
- G7towin .g7t.
- TomTom POI ascii files.
- TomTom Iteneraries.
- Garmin POI gpi files.
- Geogrid viewer for tracklogs.
New features:
- Multiple URL support in GDB and GPX.
- Enhancements to KML output for Google Earth.
- Support for Wintec/G-ray/WBT 201.
- Mac GUI support for Wintec models.
- Microsecond resolution in many formats.
- Enhance NMEA reader to handle Sony GPS and GISTeq.
- Many enhancements to Unicsv format.
- Hungarian translation of Windows GUI.
Major fixes:
- Reworked GDB suport.
- Improvements to Raymarine.
- TourExchangeFormat overhauled.
- Enhancements to Google Map reader.
- Rebuilt OS/X version with newer libusb to correct Garmin USB problem on 10.4.10.
<<lessBy 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.
It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools.
This application does not convert, transfer, send, or manipulate maps. We process data that may (or may not be) placed on a map, such as waypoints, tracks, and routes.
Enhancements:
New formats:
- Vitovtt tracks
- NMEA and XSV realtime tracking output.
- G7towin .g7t.
- TomTom POI ascii files.
- TomTom Iteneraries.
- Garmin POI gpi files.
- Geogrid viewer for tracklogs.
New features:
- Multiple URL support in GDB and GPX.
- Enhancements to KML output for Google Earth.
- Support for Wintec/G-ray/WBT 201.
- Mac GUI support for Wintec models.
- Microsecond resolution in many formats.
- Enhance NMEA reader to handle Sony GPS and GISTeq.
- Many enhancements to Unicsv format.
- Hungarian translation of Windows GUI.
Major fixes:
- Reworked GDB suport.
- Improvements to Raymarine.
- TourExchangeFormat overhauled.
- Enhancements to Google Map reader.
- Rebuilt OS/X version with newer libusb to correct Garmin USB problem on 10.4.10.
Download (3.2MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
512 downloads
Babel Enterprise 1.0.0
Babel Enterprise is an audit tool, focused on evaluating Operating System base security. more>>
Babel Enterprise is an audit tool, focused on evaluating Operating System base security. Babel Enterprise evaluate the security level, or hardening, from a wide range of Operating Systems. Babel Enterprise run several audit probes and checks to give a photograph of the current system security status. Babel Enterprise also gives a Security Indicator of whole system.
Babel Enterprise design is made to manage system security in a big and complex enviroment with many different kind of Operating Systems, versions, technology and configurations. This complexity include to manage different human teams with different abilities and responsabilities. Babel Enterprise its a multiuser, distributed management auditing system for the major Operating Systems of the real world. Babel Enterprise also allows to be installed which redundant components in all of its components.
Each time you run a new audit policy, you will be able to see and evaluate objectively each important change in your systems: modifications on existing elements, new or erased elements, so that it will know if the security of that system its going to get better or its going to get worse and, very important, what its happenning.
Babel Enterprise uses a pragmatic point of view and tries to evaluate those points that represent a security risk and could be improved by intervention of the administrator. Babel Enterprise is Free Software, so its very flexible because has an open API and all internal details to allow advanced users to adapt to any imaginable audit check, without limits.
Babel Enterprise its a non-intrusive tool, so absolutely no change is made in your systems. Babel Enterprise only run so many tests as you need and give you the results in a detailed way, including a final numeric Security Indicator.
Babel Enterprise agents has versions to run in the last versions of Microsoft, like Windows 2003, Windows XP, and the more common Unix systems, like Solaris 9, AIX 5.1, SUSE GNU/Linux 9 ES and Debian/Ubuntu Dapper, but Babel Enterprise agents could be very easily adapted for another versions and other similar systems, like BSD systems or HPUX).
Babel Enterprise is Free Software. It has a public source repository (Subversion). All documentation has been generated using Free Standards, like DocBook SGML, and edited using Free Software (eMacs, OpenJade). WEB page for the project is http://babel.sourceforge.net. Also we have a small comunity of power users at http://www.openideas.info.
<<lessBabel Enterprise design is made to manage system security in a big and complex enviroment with many different kind of Operating Systems, versions, technology and configurations. This complexity include to manage different human teams with different abilities and responsabilities. Babel Enterprise its a multiuser, distributed management auditing system for the major Operating Systems of the real world. Babel Enterprise also allows to be installed which redundant components in all of its components.
Each time you run a new audit policy, you will be able to see and evaluate objectively each important change in your systems: modifications on existing elements, new or erased elements, so that it will know if the security of that system its going to get better or its going to get worse and, very important, what its happenning.
Babel Enterprise uses a pragmatic point of view and tries to evaluate those points that represent a security risk and could be improved by intervention of the administrator. Babel Enterprise is Free Software, so its very flexible because has an open API and all internal details to allow advanced users to adapt to any imaginable audit check, without limits.
Babel Enterprise its a non-intrusive tool, so absolutely no change is made in your systems. Babel Enterprise only run so many tests as you need and give you the results in a detailed way, including a final numeric Security Indicator.
Babel Enterprise agents has versions to run in the last versions of Microsoft, like Windows 2003, Windows XP, and the more common Unix systems, like Solaris 9, AIX 5.1, SUSE GNU/Linux 9 ES and Debian/Ubuntu Dapper, but Babel Enterprise agents could be very easily adapted for another versions and other similar systems, like BSD systems or HPUX).
Babel Enterprise is Free Software. It has a public source repository (Subversion). All documentation has been generated using Free Standards, like DocBook SGML, and edited using Free Software (eMacs, OpenJade). WEB page for the project is http://babel.sourceforge.net. Also we have a small comunity of power users at http://www.openideas.info.
Download (0.10MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1131 downloads
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
Babel Interoperability Tool 1.0.0
Babel Interoperability Tool is a tool for mixing C, C++, Fortran77, Fortran90, Python, and Java in a single application. more>>
Babel Interoperability Tool is a tool for mixing C, C++, Fortran77, Fortran90, Python, and Java in a single application. This is our cornerstone product, representing 90% of our effort. Babel is the foundation for a multilanguage scientific compoenent framework. We are often called "The Babel Team" because of this tools visibility.
Quorum: an online parliamentary system that enables the proposing, discussion, and voting on motions via the web. This software is used to accelerate standardization efforts for geographically disperse groups.
Alexandria: a component software repository. A next-generation Netlib that supports fuzzy searches and browsing APIs via dynamically generated Babel language bindings.
Gauntlet: a multi-language, multi-platform software testing framework. Can harvest results from multiple platforms via XML/email and browse session histories through the web.
Enhancements:
- This release completes the developers initial vision for Babel as a language interoperability tool and distributed computing platform.
- Specific bugs fixed include a.bug in backdoor initialization (C++ and F90/95), a Python reference counting bug, a potential 64-bit enum bug, and a bug in Fortran stubs for arrays of enumerated types.
<<lessQuorum: an online parliamentary system that enables the proposing, discussion, and voting on motions via the web. This software is used to accelerate standardization efforts for geographically disperse groups.
Alexandria: a component software repository. A next-generation Netlib that supports fuzzy searches and browsing APIs via dynamically generated Babel language bindings.
Gauntlet: a multi-language, multi-platform software testing framework. Can harvest results from multiple platforms via XML/email and browse session histories through the web.
Enhancements:
- This release completes the developers initial vision for Babel as a language interoperability tool and distributed computing platform.
- Specific bugs fixed include a.bug in backdoor initialization (C++ and F90/95), a Python reference counting bug, a potential 64-bit enum bug, and a bug in Fortran stubs for arrays of enumerated types.
Download (13.1MB)
Added: 2006-08-10 License: LGPL (GNU Lesser General Public License) Price:
1176 downloads
KeyCluster 3.51
KeyCluster is a high availability (HA) system for mission critical applications running on Solaris (Sparc and x86), Linux, AIX. more>>
KeyCluster is a high availability (HA) system for mission critical applications running on Solaris (Sparc and x86), Linux, and AIX.
The project guarantees service availability and data access, switching services between machines in case of software or hardware failures in a matter of seconds.
Enhancements:
- The name to was changed KeyCluster and almost all of it was rewritten.
- Built-in support for DRBD and a KeySharing kit based on a shared USB SecureKey to store services status were added.
<<lessThe project guarantees service availability and data access, switching services between machines in case of software or hardware failures in a matter of seconds.
Enhancements:
- The name to was changed KeyCluster and almost all of it was rewritten.
- Built-in support for DRBD and a KeySharing kit based on a shared USB SecureKey to store services status were added.
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
571 downloads
VLinux Bioinformatics Workbench 1.0
VLinux Bioinformatics workbench is a Linux distribution for Bioinformatics. more>>
VLinux Bioinformatics workbench is a Linux distribution for Bioinformatics. It is easy to use, no installation required, CD-based distribution based on Knoppix 3.3.
VLinux Bioinformatics Workbench includes a variety of sequence and structure analysis packages. It is an Open source product released under the GNU GPL License.
Packages:
- EMBOSS
- GDE
- Rasmol
- PyMOL
- GROMACS
- Phylip
- Arka/Genpak
- ClustalW/ClustalX
- TCoffee
- Seaview
- Glimmer
- Mummer
- Garlic
- Ramachandran Plot viewer
- Primer
- XMolCalc
- Babel, NJPlot
<<lessVLinux Bioinformatics Workbench includes a variety of sequence and structure analysis packages. It is an Open source product released under the GNU GPL License.
Packages:
- EMBOSS
- GDE
- Rasmol
- PyMOL
- GROMACS
- Phylip
- Arka/Genpak
- ClustalW/ClustalX
- TCoffee
- Seaview
- Glimmer
- Mummer
- Garlic
- Ramachandran Plot viewer
- Primer
- XMolCalc
- Babel, NJPlot
Download (499MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
790 downloads
Kemistry 0.7
Kemistry is a collection of chemistry applications for the K Desktop Environment. more>>
Kemistry is a collection of chemical applications for the K Desktop Environment (release 3.x).
Originally the applications were distributed in a single source package, but currently every application is distributed in a standalone package. The available applications are
* KMolCalc - molecular weight and elemental composition calculator
* KemBabel - a file conversion program based on Open Babel
<<lessOriginally the applications were distributed in a single source package, but currently every application is distributed in a standalone package. The available applications are
* KMolCalc - molecular weight and elemental composition calculator
* KemBabel - a file conversion program based on Open Babel
Download (1.15MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
Vigyaan 1.0
Vigyaan is a Linux live CD for computational biology and chemistry. more>>
Vigyaan is an electronic workbench for bioinformatics, computational biology and computational chemistry.
It has been designed to meet the needs of both beginners and experts. VigyaanCD is a live Linux CD containing all the required software to boot the computer with ready to use modeling software. VigyaanCD v0.1 is based on KNOPPIX v3.3.
At present the following ready to use software comes on VigyaanCD: Artemis, Bioperl, BLAST (NCBI-tools), ClustalX, Cn3D, EMBOSS tools, Garlic, GROMACS, Ghemical, GNU R, Gnuplot, GIMP, ImageMagick, Jmol, MPQC, NJPlot, Open Babel, Octave, PSI3, PyMOL, Rasmol, Raster3D, SMILE, TINKER, XDrawChem, Xmgr and Xfig. GNU C/C++/Fortran compilers and additional Linux tools (such as ps2pdf) are also available.
VigyaanCD also provides tools required to compile and install other applications (from source). Therefore, making testing of Linux applications possible on computers with other OS.
Enhancements:
- This release is based on KNOPPIX 3.7.
- Most software packages have been updated and new applications added.
<<lessIt has been designed to meet the needs of both beginners and experts. VigyaanCD is a live Linux CD containing all the required software to boot the computer with ready to use modeling software. VigyaanCD v0.1 is based on KNOPPIX v3.3.
At present the following ready to use software comes on VigyaanCD: Artemis, Bioperl, BLAST (NCBI-tools), ClustalX, Cn3D, EMBOSS tools, Garlic, GROMACS, Ghemical, GNU R, Gnuplot, GIMP, ImageMagick, Jmol, MPQC, NJPlot, Open Babel, Octave, PSI3, PyMOL, Rasmol, Raster3D, SMILE, TINKER, XDrawChem, Xmgr and Xfig. GNU C/C++/Fortran compilers and additional Linux tools (such as ps2pdf) are also available.
VigyaanCD also provides tools required to compile and install other applications (from source). Therefore, making testing of Linux applications possible on computers with other OS.
Enhancements:
- This release is based on KNOPPIX 3.7.
- Most software packages have been updated and new applications added.
Download (638MB)
Added: 2005-09-07 License: Freely Distributable Price:
1509 downloads
Avogadro 0.1.0
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling... more>>
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
This project offers a flexible rendering engine and a powerful plugin architecture.
The main concept behind Avogadro is to enable a strong framework for molecular visualization and editing. Each community has their own needs and goals for an ideal tool. So Avogadro seeks to allow users to easily provide their own plugins and scripts for rendering, tools, commands... etc.
Avogadro is based on top of existing chemistry software, including Open Babel. In the future, it will offer strong scripting abilities to allow for automated demos, submission of calculations to local computational resources, and user-defined customization.
<<lessThis project offers a flexible rendering engine and a powerful plugin architecture.
The main concept behind Avogadro is to enable a strong framework for molecular visualization and editing. Each community has their own needs and goals for an ideal tool. So Avogadro seeks to allow users to easily provide their own plugins and scripts for rendering, tools, commands... etc.
Avogadro is based on top of existing chemistry software, including Open Babel. In the future, it will offer strong scripting abilities to allow for automated demos, submission of calculations to local computational resources, and user-defined customization.
Download (0.25MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
875 downloads
KnoSciences 1.0
KnoSciences is a Knoppix-based bootable CD with a collection of GNU/Linux software, automatic hardware detection. more>>
KnoSciences is a Knoppix bootable CD with a collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. KnoSciences is not necessary to install anything.
Sciences SoftwareMain features:
Workstation software
- Evince
- FileRunner
- Firefox
- Gimp
- Gnumeric
- Kate
- Krusader
- Lyx
- NVU
- OpenOffice
- Rox-filer
- Scite
- Scribus
- Texmacs
- VLC media player
- VNC
- Xfce4
- XMMS
- Xpdf
Java software
- Edugraphe
- Geogebra
- Geonext
- JasTEX
- Java C.a.R
- NonEuclid
- NumericalChameleon
- Mathoscope
- Optikal
- Populus
- XLogo
Mathematical Software
- Xabacus
- Declic (french)
- Dr Geo
- Geomview
- Xeukleides
- Galculator
- Geg
- Giac/Xcas
- Gnuplot
- Grace
- Graphthing
- Kali
- Kseg
- Maxima
- PARI/GP
- Scilab
- Yacas
- XaoS
Sciences Software
- Audacity
- Chemeq
- Chemtool
- Dozzzaqueux (french)
- Formol
- Ghemical
- GNUcap
- GPeriodic
- KStars
- LibComedi
- Open Babel
- OptGeo (french)
- Oregano
- TkGate
- PyMOL
Systeme Software
- CUPS - Common Unix Printing
- Debian
- GCC (gcc & g++)
- KNOPPIX
- Perl
- Python
- QTParted
- TCC
- Xsane
- knoppix-installer
<<lessSciences SoftwareMain features:
Workstation software
- Evince
- FileRunner
- Firefox
- Gimp
- Gnumeric
- Kate
- Krusader
- Lyx
- NVU
- OpenOffice
- Rox-filer
- Scite
- Scribus
- Texmacs
- VLC media player
- VNC
- Xfce4
- XMMS
- Xpdf
Java software
- Edugraphe
- Geogebra
- Geonext
- JasTEX
- Java C.a.R
- NonEuclid
- NumericalChameleon
- Mathoscope
- Optikal
- Populus
- XLogo
Mathematical Software
- Xabacus
- Declic (french)
- Dr Geo
- Geomview
- Xeukleides
- Galculator
- Geg
- Giac/Xcas
- Gnuplot
- Grace
- Graphthing
- Kali
- Kseg
- Maxima
- PARI/GP
- Scilab
- Yacas
- XaoS
Sciences Software
- Audacity
- Chemeq
- Chemtool
- Dozzzaqueux (french)
- Formol
- Ghemical
- GNUcap
- GPeriodic
- KStars
- LibComedi
- Open Babel
- OptGeo (french)
- Oregano
- TkGate
- PyMOL
Systeme Software
- CUPS - Common Unix Printing
- Debian
- GCC (gcc & g++)
- KNOPPIX
- Perl
- Python
- QTParted
- TCC
- Xsane
- knoppix-installer
Download (693.7MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1239 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above babel 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