Main > Free Download Search >

Free gamut 0.3.5 software for linux

gamut 0.3.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 53
Gamut 0.3.5

Gamut 0.3.5


Gamut is the Volity projects first graphical client application, written in Java and usable on any Java-friendly computer. more>>
Gamut is the Volity projects first graphical client application, written in Java and usable on any Java-friendly computer.

Gamut project is still alpha and more useful to developers than players, but rapidly approaching a more generally usable beta.

Volity is a framework for developing online multiplayer games. Servers are written in Perl or Python, and the user interface for each game is written in a combination of SVG and ECMAScript. The client automatically downloads the proper UI for any game, allowing you to play games such as Hex, Fluxx, and Aquarius without any further intervention.

While most current games are board and card games, many different game types can be implemented and deployed within the Volity framework.

<<less
Download (5.8MB)
Added: 2006-05-08 License: Freeware Price:
1355 downloads
eGTK 0.3.5

eGTK 0.3.5


eGTK is a binding between the Eiffel programming language and the GTK+ widget toolkit. more>>
eGTK is a binding between the Eiffel programming language and the GTK+ widget toolkit.

eGTK works with two compilers: the GNU SmallEiffel compiler and ISE Eiffel (commercial compiler).


Gtk+ is a widget toolkit for X-window systems. Gtk+ appears to be the most popular open source toolkit available today on Linux. Although Gtk+ was developed to work with X-windows, a port to MS Windows exists. In principle you should be able to use the eGTK Eiffel bindings with Gtk+ on Windows.

The main goal of the eGTK library is to be portable among the various Eiffel compilers. The development is done with ISE and SmallEiffel compilers. Ports to Halstenbach and Visual Eiffel will be done at a later date.
<<less
Download (0.23MB)
Added: 2006-08-23 License: BSD License Price:
1157 downloads
Salux 0.3.5

Salux 0.3.5


Salux is an opensource operative system, based on linux kernel with GNU tools, and developed specially for hospitals. more>>
Salux is an opensource operative system, based on linux kernel with GNU tools, and developed specially for hospitals.

SaluX is developed by the team of Salud Libre. Salux is the oficial GNU/Linux distribution of the BioLinux Group.

What is the Salud Libre Community?

It is an main idea of BioLinux Group and the Teleinformatics Center of Argentina Federation of Cardiology, sited in Bioengineering School at National University of Entre. Rios, for give a frame to all Spanish free and opensource develoments in health care environments in Ibero and Latin America and all limited rersources countries.

How Salud Libre could help me? Give you a reference web for your development, meet developers and programmers contatcs, scientific support, testers, documentation, news on FLOSS developments in the world, tools for your work and a reference frame for you to get help, and much more..
<<less
Download (461MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1251 downloads
UPG 0.3.5

UPG 0.3.5


UPG (Universal Podcast Generator) was developed in order to combine the wide-ranging content of online radio stations. more>>
UPG was developed in order to combine wide range content of online radio-stations with the convenience and technological advantages of podcasting. The idea of UPG is to rip mp3 streams from internet and "convert" it to podacsts in fully automatic mode.
Main features:
- schedule radio shows for recording
- define podcast channels
- generate dynamic podcast feeds (rss files) for recorded files
- subscribe from iTunes (or any other podder) directly to UPGs RSS feeds
- create your own custom podcasts from any collections of mp3 files
- Manage your radio-podcasts in any web browser
- create and manage groups of channels
- UPG is a cross-platform and runs under Unix-like operating systems (Linux, FreeBSD), Mac OSX and Windows.
- UPG is a python application which uses standard library only. Thus, any platform which is able to run python 2.3 will be able to run UPG as well.
- The program uses an internal ripper for grabbing mp3 streams.
- There is no built-in GUI in UPG. All UI implemented as a web-based interface.
- The application has its own web application server. This server provides podcasting support (generates rss and sends mp3 back to ipodder) and implements management interface.
Enhancements:
- Added installer and binary packages.
<<less
Download (0.15MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1433 downloads
GnuConcept 0.3.5

GnuConcept 0.3.5


GnuConcept is a colaborative mindmap tool for complex document creation. more>>
GnuConcept is a colaborative mindmap tool for complex document creation. GnuConcept lets you draw the document concept map, edit all the concepts content and export it to several formats, like openoffice, xml or html.

The GnuConcept Interfaz is divided in two frames: the drawarea frame, where you can draw the concept tree; and the textarea where you can write and edit the concept content.

GnuConcept is free software released under the GPL license.

<<less
Download (0.68MB)
Added: 2006-08-23 License: GPL (GNU General Public License) Price:
1164 downloads
HacBurn 0.3.5

HacBurn 0.3.5


HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl. more>>
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl.

HacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.

It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.

<<less
Download (0.084MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
PyGS 0.3.5

PyGS 0.3.5


PyGS provides a server for the gopher/gopher+ protocol written in Python. more>>
PyGS provides a server for the gopher/gopher+ protocol written in Python.
PyGS (the Python Gopher Server) is an asynchronous gopher(+) server written in Python. It is meant to be a clean, small server for those who wish to dabble in gopherspace.
Dont forget to change the shebang line to reflect your python location.
Current is #!/usr/local/bin/python
Enhancements:
- Stuff added, a little bug fixing but right now Im just trying to get something that speaks Gopher reliably.
- Added support for .about files. These are text files that will appear at the top of the directory when it is retrieved. .about files are just text files that PyGS does all the info (type i) parsing for. You do nothing but create the file. (You can still do the old school info entries like before, but PyGS will ignore a .info file when it finds a .about.)
- If it doesnt work for you, its probably cause Ive hardcoded a few locations into the code. (Bad Programmer! No bone!) Grep for abg and see what you find. Theres also the server_locaion variable in pygs.py that needs tweaking. Anyone who wants to work on the configuration file loading would be greatly appreciated.
- There are also example .names, .links, and .about files in this distribution.
<<less
Download (0.022MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
919 downloads
Gmerlin 0.3.5

Gmerlin 0.3.5


Gmerlin are several multimedia applications including a player and a transcoder. more>>
Gmerlin is a multimedia architecture for linux. Gmerlin application consists of a set of multimedia libraries and some applications. The libraries are:
- Gavl, a library which provides basic support for uncompressed Audio, Video and Image data.
- The toolkit independent gmerlin library, which contains core application support like an xml based configuration registry, a universal player core, message queues for communication between modules and so on. Most interesting for 3rd party developers might be the plugin API. It offers access to all gmerlin plugins whith a few function calls.
- A separate gtk2 support library for generating configuration dialogs and other stuff.
- gmerlin_avdecoder, which decodes lots of media formats. The core library depends only on gavl, you dont even need gmerlin installed.
Applications, which come with gmerlin, include:
- Gmerlin player: A multiformat media player with mediatree. Type gmerlin to start this.
- Gmerlin transcoder: Feature rich Audio/Video transcoder
- Gmerlin alsamixer: An Alsa mixer with support for multiple cards and detachable mixer controls.
- Camelot: A webcam application
- Gmerlin visualizer: Run xmms visualization plugins without running xmms
- Plugin configurator: Configure gmerlin plugins for programs which cant do this themselves.
Gmerlin is released under the GPL license, so it can freely be reused by other GPL applications.
<<less
Download (1.0MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1060 downloads
Kmp3burn 0.3.5

Kmp3burn 0.3.5


Kmp3burn is a kde fontend for cdrecord. more>>
Kmp3burn project is a kde fontend for cdrecord.
Main features:
- Adjust the volume of audio files to a standard volume level.
- Autodetection for CD burners, if libk3bdevice is found.
- New Player Interface.
- Handle Playlists at m3u format.
- Drag and Drop support.
Normalize
Normalize is a tool for adjusting the volume of audio files to a standard level.
This is useful for things like creating music CDs and mp3 collections,
where different recording levels on different albums can cause the volume
to vary greatly from song to song.
k3bs libraries
Though it is not a requirement, kmp3burn can make use of k3bs libraries
to autodetec CD burners. This may be necessary to make some more obscure devices work.
You can get k3b from www.k3b.org. You will need to install from source or install
k3b development files if you are using a binary package and you want to compile kmp3burn.
<<less
Download (0.68MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 downloads
ddnsu 0.3.5

ddnsu 0.3.5


ddnsu provides a small dynamic DNS client. more>>
ddnsu provides a small dynamic DNS client.
ddnsu is a "small" dynamic dns updating tool. its intended use is to perform an update to a particular online dynamic dns service, and to have a very small file size so it can be used in embedded environments.
to make this useful you need a separate app which checks when the IP address of an interface has changed.
a dynamically-linked glibc binary is ~17kB, so it fits easily into systems which dont have a full install of perl or unnecessary libraries.
Enhancements:
- This release adds improved logging and syslog support and SSL support.
- The binary size without the new features is essentially the same.
<<less
Download (0.019MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 downloads
Yould 0.3.5

Yould 0.3.5


Yould is a software that can generate pronounceable random words. more>>
Yould is a software that can generate pronounceable random words. It uses Markov chains trained on a large body of prose. You can download it in tar.gz or egg format. The easiest way to get your own yould it to type
easy_install yould
This distribution includes trained engines for:
- English (en, kjb)
- Dutch (nl)
- Finnish (fi)
- Italian (it)
- French (fr)
- German (de)
Installation:
Quick and simple:
easy_install yould
Just a litle harder:
tar -xvf yould-0.3.1.tar.gz
cd yould-0.3.1
python setup.py install
Usage:
# generate a random word
yould
or
# generate 30 random words
yould -n 30
or
# generate a random word with the French engine
yould -t fr
try
yould --help
for more options
Enhancements:
- This release adds minor features, including regex filters and --version.
- It also fixes a minor bug with the --list-sets option.
- The license is now the GPLv3.
<<less
Download (3.4MB)
Added: 2007-07-17 License: GPL v3 Price:
830 downloads
Yanoid 0.3.5

Yanoid 0.3.5


Yanoid is yet another arkaNOID/breakout clone. more>>
Yanoid project is yet another arkaNOID/breakout clone.

Yanoid is Yet Another arkaNOID/breakout clone, but it has been designed to be very flexible and extensible.

The main engine is written in C++, but maps, objects, etc are defined in Python, which allows you to design very interesting maps.

Yanoid is quite enjoyable.

<<less
Download (0.47MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1052 downloads
Tablix 0.3.5

Tablix 0.3.5


Tablix is a powerful free software kernel for solving general timetabling problems. more>>
Tablix is a powerful free software kernel for solving general timetabling problems. Tablix project uses a coarse-grained parallel genetic algorithm in combination with other techniques to construct sensible timetables from XML formatted problem descriptions.
Tablix can run on a single host as well as on a heterogeneous parallel virtual machine using PVM3. The default installation will export finished timetables into XHTML 1.1 format ready for publishing on the Internet, or into a "comma separated values" format (CSV) that is suitable for import into a spreadsheet application and further processing.
The kernel supports a very wide range of timetabling problems, from high school timetabling to barge scheduling. Several timetable constraints are already implemented in the default installation. Because of the kernels modular design, it is easy to add custom timetable constraints and/or modify existing ones.
Enhancements:
- A segmentation fault in the XML parser was fixed.
- Erroneous messages about failed assertions were fixed.
- A build error on GCC 4.1 was fixed.
- Four new fitness modules were added to the distribution.
<<less
Download (3.5MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
846 downloads
dagrab 0.3.5

dagrab 0.3.5


Dagrab is a program for reading audio tracks from a cdrom drive into wav sound files. more>>
Dagrab is a program for reading audio tracks from a cdrom drive into wav sound files. It should work with any cdrom drive,provided that digital audio extraction is supported from both the drive and its linux driver, but is only tested and works with IDE cdroms.
If your cd is not IDE, you better try out other programs, like cdparanoia (all cd brands) or cdda2wav (SCSI and IDE only); they re both free and available on the net; cdparanoia should be the best one, but I didnt try it out enough yet.
Dagrab is released under the GNU GPL software license.
Main features:
- Extracts digital audio from CD to wav files, with no analog processing.
- CDDB support (only CDDBP, no HTTP) with optional track naming
- Jitter correction (cdparanoia should be much better at it)
- Can run a command on each track (useful for filtering, mp3 encoding and so on)
- Can use CDDB information in both the track name and filter command.
- Includes a script to automatically generate mp3 files from a cd using gogo and adds title, author (when available) and album title ID3 tags to them (requires MPEG::MP3Info to do that).
<<less
Download (0.017MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1194 downloads
pppcounter 0.3.5

pppcounter 0.3.5


The general function of the pppcounter is to save the begin and finish times of the connection. more>>
The general function of the pppcounter is to save the begin and finish times of the connection to a log file, and to act as a tool library for cost calculation. Save begin and finish time of the internet connection. It is contained a tool library for cost calculation. Its a simple cost calculator program for console. Configuration templates generator for console.

<<less
Download (0.055MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4