Main > Free Download Search >

Free band saw 0.3.0 software for linux

band saw 0.3.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 274
Band Saw 0.3.0

Band Saw 0.3.0


Band Saw is a syslog monitoring program for the GNOME desktop. more>>
Band Saw is a syslog monitoring program for the GNOME desktop. Band Saw project allows the user to setup filters that define which messages should generate alerts.

Combined with syslogs remote logging functionality it provides a scalable and easily deployed monitoring solution.

How does it work?

Band Saw is really quite simple; it monitors messages that are fed to it from a suitably configured syslog server, looking out for messages that contain text that the administrator is interested in. Any log message that matches the administrators filters will be brought to the users attention via a dialog box that pops up on screen.

Because syslog itself supports propagating messages between seperate computers, with syslog and Band Saw you can easily monitor a large number of computers for critical errors.

<<less
Download (0.18MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 downloads
RBrainz 0.3.0

RBrainz 0.3.0


RBrainz is a Ruby client library to query the MusicBrainz database using the MusicBrainz XML web service. more>>
RBrainz is a Ruby client library to query the MusicBrainz database using the MusicBrainz XML web service.
RBrainz follows the design of the MusicBrainz client library reference implementation and supports the MusicBrainz XML Metadata Schema Version 1.2.
Usage:
A simple example on how to use RBrainz is shown below. For more detailed instructions see the API documentation.
require rbrainz
include MusicBrainz
# With the ArtistInclude object we can control what
# kind of information the MusicBrainz server will
# include in its answer.
artist_includes = Webservice::ArtistIncludes.new(
:aliases => true,
:releases => [Album, Official],
:artist_rels => true,
:release_rels => true,
:track_rels => true,
:label_rels => true,
:url_rels => true
)
# Query the webservice for the artist with a given ID.
# The result will contain all the information
# specified in artist_includes.
query = Webservice::Query.new
id = c0b2500e-0cef-4130-869d-732b23ed9df5
artist = query.get_artist_by_id(id, artist_includes)
# Display the fetched artist data together with
# all release titles.
print<<less
Download (0.070MB)
Added: 2007-08-13 License: BSD License Price:
803 downloads
Vaniglia 0.3.0

Vaniglia 0.3.0


Vaniglia is a Java library composed of a number of lightweight, very specific, and performance oriented java components. more>>
Vaniglia is a Java library composed of a number of lightweight, very specific, and performance oriented java components.
Components in the current release:
- Command Protocol
- Crypto
- Extensions Framework
- RollingFileDailyFolderAppender for Log4J (courtesy of Patrizio Munzi)
- Parser
- Performance Monitor
- Polling
- Objects Pool
- Socket Communication Framework
- State Machine
- Template Engine
- Text Table
- Time Utilities
<<less
Download (0.68MB)
Added: 2007-07-23 License: LGPL (GNU Lesser General Public License) Price:
823 downloads
PengSwim 0.3.0

PengSwim 0.3.0


PengSwim project is an SDL-based game featuring a penguin swimming and eating fish. more>>
PengSwim project is an SDL-based game featuring a penguin swimming and eating fish.
PengSwim is a game of swimming and eating, a penguins two favorite activities. The object of PengSwim is to eat as many fish as possible within the time limit.
Once youve eaten all the fish on the level, you move to a new level with more fish to eat. The SDL, SDL_mixer, and SDL_ttf libraries are required.
System requirements:
- Ive only tested the game on Linux, but it may be possible to install in on other systems, provided you fix the Makefile accordingly. I use SDL, SDL_mixer, and SDL_ttf, all of which have been ported to a variety of systems. Youll also need a TrueType font, preferrably Helvetica (see Installation). Other than that, it should compile without a problem. Let me know of any success stories on non-Linux platforms.
<<less
Download (0.57MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1077 downloads
Encod 0.3.0

Encod 0.3.0


Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. more>>
Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. If you have Encod making part of another package, read the documentation in the top level source directory first to see if you need to compile Encod seperately.
Encod ! is distributed under the GNU Library General Public License, included in this package under the top level source directory in the file LICENSE.
Enhancements:
- Switch Encod methods for cd access and cddb by code for a CDPlayer use and Cddb use
<<less
Download (0.12MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
GvTags 0.3.0

GvTags 0.3.0


GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. more>>
GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy.
The tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP).
The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.
Enhancements:
- GvTags now has a command line script to start GvTags.
- It contains an ant task to include the TagTemplateEngine in ant scripts.
- An HTTP server based on jetty is embedded.
- You can download an all-in-one distribution, which contains everything to run GvTags.
- Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.
<<less
Download (1.9MB)
Added: 2006-07-17 License: The Apache License 2.0 Price:
1194 downloads
Ginanh 0.3.0

Ginanh 0.3.0


Ginanh is a 3D MMORPG that gives the players freedom in interactions with the environment. more>>
Ginanh project is a 3D MMORPG that gives the players freedom in interactions with the environment.
Ginanh is a Massive Multiplayer Online Role-Playing Game (MMORPG) set in the dark Middle Ages with some oriental influence.
It should be devoid of any artificial limitations and have a very complex NPC logic. The player is located in a huge world where he can do almost everything and lead his (in-game) life as he wants to.
He can become just a passive observer and spend his time on a tree with a telescope, or face many monsters during dangerous expeditions.
Enhancements:
- This is mostly a code cleanup and bugfix release.
- An administrative console has been implemented in the server, and color support has been added to the curses user interface.
- Work on a graphical PyGame-based user interface has been started.
<<less
Download (0.098MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 downloads
alived 0.3.0

alived 0.3.0


alived is a simple daemon and client for sending keepalive messages. more>>
alived is a simple daemon and client for sending keepalive messages. The server keeps a list of hostname to IP address, useful for when a remote DHCP client changes IP addresses.
The whole idea is to have a machine send its current IP address to a server. This is because I hate it when my machine reboots and looses its DHCP assigned addressed while Im away from it.
To run it, install the alive daemon (alived) on a server. It can be invoked with alived to run in a terminal, or alived -d to run as a daemon.
The client (alive) should be setup to start during the startup of the system. On the command line you need to pass the name of your host and the IP or hostname of the server running the daemon.
alookup is used to query a server for a specific name, returning its last known IP address and the time the server last heard from the host.
Enhancements:
- Modified alived, alive and alookup to use getopt_long() and follow the GNU standards more closely.
<<less
Download (0.056MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
JDJ 0.3.0

JDJ 0.3.0


JDJ is the music player for friends DJs. more>>
JDJ is the music player for friends DJs.
No button that makes your screen sounds like a Xmas tree. Just what is useful for friends DJs ! Its a music player specially designed for you, very simple to use, but with powerful features... free and soon open-source !
Main features:
- multi-sound cards support. 2 players with auto-mix between songs,1 pre-listen player
- indexing of thousands of songs in a single efficient database (mp3 supported in the first version. Others will be supported later : ogg, wav, ..)
- direct search / selection over all songs in the database. Management of song categories
- playlist offering the possibility to manage songs by groups. Open / save m3u and m3u8 playlists keeping groups definitions
Usage:
- unzip it somewhere on your disk. If you would like to boot from a Live CD, think to put JDJ on an USB memory stick to enable it to manage and store its database
- think to turn the sound card volume ON (it was OFF by default on my Knoppix configuration<<less
Download (35.0MB)
Added: 2007-07-21 License: Free for non-commercial use Price:
850 downloads
ps3 0.3.0

ps3 0.3.0


ps3 is a utility for monitoring process activity on a Linux machine. more>>
ps3 is a utility for monitoring process activity on a Linux machine. It is a little bit like top, except that:
- it displays all processes
- it updates itself up to 100 times per second instead of once every three seconds
- it shows a 3D chart, with interactive rotation, zooming and scaling
Installation:
Just type make.
<<less
Download (0.021MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1485 downloads
Xapwrap 0.3.0

Xapwrap 0.3.0


Xapwrap provides an improved interface to the Xapian text indexing library. more>>
Xapwrap provides an improved interface to the Xapian text indexing library (see Xapian for more information).
Xapwrap provides a layered approach offering ample opportunities for customization.
For a brief tutorial and API description, download the code and see the module docstring in xapwrap/xapwrap.py.
Enhancements:
- This release was updated to fix bugs when used against the latest version of Xapian, 0.9.2.
<<less
Download (0.017MB)
Added: 2005-10-13 License: MIT/X Consortium License Price:
1471 downloads
Anthill 0.3.0

Anthill 0.3.0


Anthill is bug tracking system written in PHP. more>>
Anthill is a PHP-based bug tracking system. It is no longer in active development. Because it is released under the GPL license, you may download and modify the code to your hearts content.

Anthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.

Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.

<<less
Download (0.54MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
saydate 0.3.0

saydate 0.3.0


saydate is a Linux shell program that talks the date and system uptime. more>>
saydate is a Linux shell program that talks the date and system uptime. saydate was adapted from saytime.sh (shell version of saytime, by david@eng.sun). Sound recording is not necessary for running saydate but it is useful if you want to record your own voice in place of mine.

Check to see if your system supports sounds through soundcard by running the folowing code snippet:
# record 4 seconds of audio from microphone

dd bs=8k count=4 sample.au

# play back sound

cat sample.au >/dev/audio

To install saydate just do the following three steps:

1.) Unpack the archive by typing tar xzvf saydate*
2.) Type cd saydate* to change into the saydate directory. Check the Makefile in the saydate directory for the correct paths to your manpage-directory (either /usr/man/man1, or /usr/share/man/man1) and doc-directory (either /usr/doc or /usr/share/doc), and uncomment the correct entries.

3.) Become root by typing su and the root-password.
Then type make install to install saydate (you must be in the saydate directory for this!).

<<less
Download (0.13MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1176 downloads
Mptn 0.3.0

Mptn 0.3.0


Mptn is a library providing a pattern matching mechanism similar to regular expressions. more>>
Mptn project is a library providing a pattern matching mechanism similar to regular expressions, but with several differences making it more suitable for building a morphological analyzer.
Differences are:
- The whole string is matched against the pattern; thus the emphasis is on finding appropriate variable assignments, not on quick search. (This also means mptns will generally work slower than regexps, since they cannot in general be described by finite state automata)
- All the possible variable assignments are iterated over, not just one.
- Named variables make patterns more readable. In addition, a pattern may be associated with a variable name, restricting the possible values of the variable. Thus, you can use, for example, {c1}{v}{c2}? to match a syllable of CV/CVC structure (consonant-vowel-consonant).
- "Matcher" mechanism to extend the matching process with arbitrary procedures.
<<less
Download (0.10MB)
Added: 2006-08-28 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
dbscript 0.3.0

dbscript 0.3.0


dbscript is an open source web development framework. more>>
dbscript is an open source web development framework, it saves time and effort by handling complex-but-common tasks with objects based on proven design patterns.
The Mapper and Route classes are a good example, they map actions and records to distinct urls, and the meta-information allows a programmer to type url_for( resource ) to build a dynamic url.
Restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool.
dbscript framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
Enhancements:
- Qooxdoo Ajax templates OpenID login accounts Users & Groups permissions
<<less
Download (0.14MB)
Added: 2007-06-12 License: MIT/X Consortium License Price:
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5