Main > Free Download Search >

Free 0.3.0 software for linux

0.3.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
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
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
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
cZUI 0.3.0

cZUI 0.3.0


cZUI allows you to quickly create zoomable and scrollable displays of things 2D. more>>
cZUI allows you to quickly create zoomable and scrollable displays of things 2D. cZUI project uses vector drawing libraries like SGE to draw smoothly magnified objects. Objects do not need to be aware of magnification issues, thus writing with cZUI is easy and fast.
With a rich event framework, cZUI allows complex user actions such as dragging, moving, highlighting, selecting and removing of any object within the cZUI scene. Included with the distribution are a few informative examples.
cZUI supports SGE over SDL, can be embedded into MFC, and aedGUI widget library via cZUIWidget. Support for other windowing/widget toolkits will be added later.
cZUI contains ready objects for most frequent tasks, just include them in the scene.
Main features:
Portability:
- cZUI is written in ANSI C++ and should be supported by a large variety of OSes. It has been tested on GNU/Linux 2.4, 2.6 and MS Windows.
Support of various graphics libraries:
- With a modular graphics and event architecture, cZUI supports SDL, X, and any other windowing system you may care to write wrappers for. Writing your own graphics/event wrapper for another graphics/event framework is straightforward and should not take more than a few days.
Flexibility:
- Using a minilithic approach borrowed from Jazz, cZUI sports a layered design and a scene tree to allow for easy customization of any object without need of partial rewrite or subclassing.
Small memory footprint:
- Camera/context storage allow the objects to be streamlined and occupy little space. Careful use of these mechanisms can help remove unnecessary data from objects: the test program with 2080 nodes takes 4044K and (4020K for 1480 nodes), leading to 40 bytes per node. In a setting of 1 million nodes, this will eat you 44M of total memory.
Speed:
- cZUI was designed to support huge scenes and to be quite fast at that.Currently it has been tested with a little over 80k nodes (which is not much), this is subject to change. Caution: writing fast apps supporting huge graphs (>30k) will require the author to delve a bit deeper into cZUI and use some more opaque objects, such as SpaceGroup, EventFilter, and ImageGroup. These will allow you much higher speeds by dividing your scene by area, filtering out mousemoves and taking over drawing at high zoomouts.
Enhancements:
- Compatibility with GCC-3.4
<<less
Download (0.83MB)
Added: 2006-01-20 License: LGPL (GNU Lesser General Public License) Price:
1372 downloads
gxmms 0.3.0

gxmms 0.3.0


gxmms is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player. more>>
gxmms is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
Main features:
- Scrollable track time progress bar
- Volume control with mouse scrollwheel
- Buttons: Previous track - Play / Pause - Stop - Next track - Eject
- Real-time tooltips with track title and time
- Control repeat and shuffle properties
- Show/Hide main window, playlist editor, graphical eq and more
- Internazionalization (i18n)
<<less
Download (0.14MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1557 downloads
shrip 0.3.0

shrip 0.3.0


shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. more>>
shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. shrip relies on OGMRip to perform its tasks.
It also supports a wide variety of codecs such as MPEG4, XviD, Theora, and H.264 for video, Vorbis, MP3, AAC, AC3, DTS, and WAV for audio, and VobSub and Srt for subtitles.
Enhancements:
- This release adds full support for the latest stable OGMRip (0.10.3) and is compatible with OGMRip from subversion.
- It also contains a few bugfixes.
<<less
Download (0.36MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
929 downloads
ECalc 0.3.0

ECalc 0.3.0


ECalc is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions. more>>
ECalc application is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions.
To install, just put the jar from the zip-files in your plugin-directory and restart eclipse. To uninstall, remove the jar-file and the directory .metadata/.plugin/se.fnord.ecalc from your workspace directory/directories.
Main features:
- Command-history.
- Functions (sin, cos, tan, asin, acos, atan, min, max, hypot, random, round, ceil, floor).
- Ability to switch between radians and degrees.
- The basic operators (+, -, *, /, % (modulus), ^ (power)).
- Bitwise operators (>>,<<less
Download (0.064MB)
Added: 2006-06-04 License: MIT/X Consortium License Price:
1279 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
GQoob 0.3.0

GQoob 0.3.0


GQoob is a slightly configurable media player. more>>
GQoob is a slightly configurable media player. The API for the xine library changed after xine-libs 0.9.13, I was going to update to the new API but it never happened and have since lost interest in maintaining GQoob. (The features listed below are all implemented and work in GQoob 0.3.0, the few video related bugs in the release are mostly due to bugs present in xine-libs at the time).
GQoob is heavily based on GQmpeg. In fact most of it is the same, except for changes needed to work with GTK 2 and the addition of video support through the XINE library. The video overlay with XINE is possible thanks to the gtk xine interface borrowed from the Totem media player.
Main features:
- Playlists.
- Fullscreen.
- Random, repeat, repeat 1, loop ab.
- Playback speed control.
- Presets.
- MP3 tag read/write.
- OGG comment read/write.
- Keyboard support, also for skin widgets.
- Skins (themes).
- Built in skin editor.
- Flyby window on media change.
<<less
Download (0.46MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1542 downloads
QOscC 0.3.0

QOscC 0.3.0


QOscC is a highly flexible and configurable software Oscilloscope. more>>
QOscC is a highly flexible and configurable software Oscilloscope with a large number of features. This includes support for any number of audio devices (ALSA, OSS, JACK and a number of Serial Multimeters), each with any number of channels that the hardware supports.
Each scope display can be configured individually to different display types and variants. e.g. you can chose from standard y-t mode (as on an usual oscilloscope), xy mode (e.g. for measuring the phase shift between two signals) of the FFT mode (to view a spectrum plot of the signal).
This software is intended for electronic hobyists, who cannot afford a hardware oscilloscope or need a simple spectrum analyzer as well as for musicans for doing basic signal analysis.
Main features:
- GUI in QT
- The number of Soundcards and Soundcard channels is not limited
- Supports spectrum display (FFT) with different scaling methods
- Input backends for OSS, ALSA and JACK
- Input level adjustment
<<less
Download (0.18MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1574 downloads
Snoop 0.3.0

Snoop 0.3.0


Snoop is a A GNU/Linux file descriptor monitoring tool inspired by FreeBSDs watch. more>>
Snoop is a A GNU/Linux file descriptor monitoring tool inspired by FreeBSDs watch. Snoop project goes beyond simple TTY snooping by allowing the interception of any file descriptor.
You can attach on the fly to regular files, TTYs, named pipes, character devices, and pretty much anything that is represented by a file descriptor and addressable in the standard name space. It currently supports only recent 2.6 Linux kernels.
Enhancements:
- This release addresses the compatibility issues with recent kernels.
- It also extends the monitoring capabilities to parent directories in order to intercept creation events and attach targets on the fly.
<<less
Download (0.10MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
956 downloads
magpy 0.3.0

magpy 0.3.0


Magpy is a Python wrapper for the mg search engine. more>>
Magpy is a Python wrapper for the mg search engine.
magpy module features fast full text sarch, indexing and boolean queries.
Both mg and magpy are released under the GPL (General Public License).
Installation:
To install magpy from source, extract the archive magpy-*.tar.gz, and run the following commands:
./configure
python setup.py build
python setup.py install
Usage:
The following script demonstrates a simple search frontend:
#!/usr/bin/python
import mgindexer
import mgquery
import sys
store = mgquery.MGSearchStore("/tmp/data","alice")
while 1:
query = sys.stdin.readline()
q = store.newQuery(query)
print "Searching for",query,"(words",q.words(),")"
for docnum,ranking in q.execute():
print "Document",docnum,"matches (Ranking",ranking,")"
Before this works, you first have to create search store at (here) the location
"/tmp/data", with the name "alice".
The following script creates such a store from a raw text file, which it splits into individual documents by splitting it into paragraphs.
#!/usr/bin/python
import mgindexer
fi = open("alice13a.txt", "rb")
fo = open("alice13a.splitted.txt", "wb")
for line in fi.readlines():
# split the file on the paragraph boundaries
if line.strip() == "":
fo.write(mgindexer.SEPARATOR)
else:
fo.write(line)
fo.close()
fi.close()
mgindexer.makeindex("alice13a.splitted.txt", "/tmp/data/", "alice")
If you have many individual documents you would like to run a search on, the following script is probably closer to what you need (notice it creates a new collection of the name "files", so you have to substitute "alice" by "files" in the example query script above):
#!/usr/bin/python
import mgindexer
import os
PATH = "files/"
fo = open("searchdata.txt", "wb")
for file in os.listdir(PATH):
if os.path.isfile(PATH + file):
# copy file
fi = open(PATH + file, "rb")
for line in fi.readlines():
fo.write(line)
# write document boundary
fo.write(mgindexer.SEPARATOR)
fo.close()
mgindexer.makeindex("searchdata.txt", "/tmp/data", "files")
Enhancements:
- This release adds support for wildcard search (truncation).
- Document types that have delimiters different from whitespace are now supported.
<<less
Download (0.32MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1332 downloads
wmuim 0.3.0

wmuim 0.3.0


wmuim is a toolbar application for UIM. more>>
wmuim is a toolbar application for UIM.

<<less
Download (0.011MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
ggivnc 0.3.0

ggivnc 0.3.0


ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input. more>>
ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input.

The reason this VNC client came about was to fill the need for a companion to the VNC target in libggi. All existing VNC code was at the time of writing and to the best of my knowledge GPL and originating from the original AT&T code base (either that, or hidden from sight). This VNC client is an implementation from scratch featuring the following encodings:

Raw, CopyRect, RRE, CoRRE, Hextile, Zlib, ZlibHex, ZRLE and LastRect.

<<less
Download (0.36MB)
Added: 2007-04-03 License: MIT/X Consortium License Price:
935 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5