Main > Free Download Search >

Free 0.2.0 software for linux

0.2.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 190
wx4j 0.2.0

wx4j 0.2.0


wx4j is a Java binding for wxWindows. more>>
wx4j project is a Java binding for wxWindows.

It provides a Java GUI toolkit using native widgets (to utilize the native look and feel).

This is in contrast to Swing/JFC which tries to mimic the native look and feel, but usually doesnt quite feel right. In this respect, it is very similar to the SWT toolkit used in IBMs Eclipse IDE. But rather than inventing yet another toolkit, wx4j utilizes the proven wxWidgets C++ library and uses SWIG to expose the API in Java. This also means the event loop executes in C++ and is very responsive.
<<less
Download (3.3MB)
Added: 2006-09-28 License: BSD License Price:
1122 downloads
togg 0.2.0

togg 0.2.0


togg is the simple Ogg Vorbis tag editor youve been looking for all these years. more>>
togg project is the simple Ogg Vorbis tag editor youve been looking for all these years. Its syntax is strongly modelled after id3, the command-line ID3 tag editor, in order to allow for easy mass-tagging of your audio files.
In order to work, it requires the vorbiscomment program from vorbis-tools (see http://www.xiph.org/downloads/) to be installed.
For syntax and usage information, please see the man page togg(1).
Enhancements:
- This release fixes a serious bug that would cause havoc when tagging multiple files.
<<less
Download (0.005MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
TCVP 0.2.0

TCVP 0.2.0


TCVP is a video and music player and encoder/transcoder for Unix-like operating systems. more>>
TCVP is a video and music player and encoder/transcoder for Unix-like operating systems. It is primarily targeted at Linux, mainly because of lacking standards for audio and video output, and because the authors use Linux.
Adding support for other POSIX-compliant operating systems should be easy, provided that some means of displaying video and playing sound exists.
Main features:
- Pipelined design, allowing insertion of filters at any stage.
- Automatic selection of demuxers, decoders, and output drivers, based on user-defined order of preference.
- Buffering of decoded audio and video for smooth playback.
- Multi-threaded: multiple CPUs can be used if present.
- Multiple user interfaces. A flexible skin based X11 GUI is included, as well as a simple command line only interface.
- Playlist with shuffle and repeat.
- Highly configurable.
- No XML.
<<less
Download (0.50MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1571 downloads
Remo 0.2.0

Remo 0.2.0


Remo is a Rule Editor for ModSecurity. more>>
Remo is a Rule Editor for ModSecurity.
Main features:
- Ruby on rails application with ajax use
- Enter http requests, display them, edit them, delete them, rearrange them
- Edit the http headers of the requests
- Generate positive modsecurity2 ruleset
ModSecurity is not a simple toy. It is quite tricky to configure successfully. Many web applications are not very simple either. Bringing them together by writing a ModSecurity ruleset is very difficult. Modsecurity.org advertises a tested core ruleset granting you protection from most known attacks. But this is only a blacklist approach: All known dangerous traffic is filtered out.
A network firewall uses a whitelist approach; also called positive security model: Everything is dropped outside of a short and strict rulset. An application firewall should do exactly the same. (See Ivan Ristics thougts on positive security. Ivan Ristic is the man behind ModSecurity.)
But this comes with a catch: Your application does not come with a short and strict ruleset and writing one will be tough. This is the point where remo will come into play. It is meant as a graphical editor for this ruleset, thus helping you to generate a whitelist of valid requests to your application. Ideally you will be able to bundle this ruleset with every release of your online application. We are not there yet. Far from it to be honest. But the development has started and you are welcome to join in.
Enhancements:
- This first beta release brings the ability to import ModSecurity audit-logs and match them against the ruleset in the edit-area of Remo.
- This lets you check if the ruleset which you are developing will work with your online application in practice.
<<less
Download (1.6MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
872 downloads
jcinc 0.2.0

jcinc 0.2.0


jcinc is an emulator for the Bell Labs CARDIAC (Cardboard Illustrative Aid to Computation) computer. more>>
jcinc is an emulator for the Bell Labs CARDIAC (Cardboard Illustrative Aid to Computation) computer.
The CARDIAC kit was published in 1969 to teach the internal workings of a digital computer and machine code programming.
jcinc emulates the CARDIAC computer and allows the user to run CARDIAC programs.
Enhancements:
- Single step mode and button controls.
<<less
Download (0.71MB)
Added: 2005-12-13 License: GPL (GNU General Public License) Price:
1414 downloads
kfsmd 0.2.0

kfsmd 0.2.0


kfsmd (kernel filesystem monitor daemon) is a daemon to log and view kernel filesystem changes using inotify. more>>
kfsmd (kernel filesystem monitor daemon) is a daemon to log and view kernel filesystem changes using inotify.
Its main purpose is to allow libferris to reindex all updated files while you are sleeping.
Enhancements:
- This version was ported to the inotify syscall interface of mainline kernel 2.6.13+.
<<less
Download (0.27MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1454 downloads
clive 0.2.0

clive 0.2.0


clive is a command line program that extracts videos from YouTube and Google Video websites. more>>
clive is a command line program that extracts videos from YouTube and Google Video websites. The project supports embedded video extraction, and can be used with ffmpeg to re-encode the extracted videos to different video formats (avi, mpeg, flv).

<<less
Download (0.023MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
914 downloads
JoyWM 0.2.0

JoyWM 0.2.0


JoyWM is a GUI written in pygame. more>>
JoyWM is a GUI written in pygame. JoyWM can be controlled with a joystick (or a keyboard if no joystick is present).
For now a few applications are available for displaying images, listing to various audiofiles and your CDs, playing movies etc. Just take a look at the screenshots to get a closer view.
The complete project was named LMMS (Linux Multimedia System) earlier, but so many things have changed that i have deceided to change the name too.
Enhancements:
- The program was renamed from LMMS to JoyWM.
- All widgets were cleaned up. mplayer is now used to handle all audio and video files instead of pymedia.
<<less
Download (1.3MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
DLini 0.2.0

DLini 0.2.0


The DLini library provides functions for reading and writing Windows style .ini files. more>>
The DLini library provides functions for reading and writing Windows style .ini files.
It mimics the Windows API for .ini file handling exactly, so it can be used to port Windows applications that use .ini files to other platforms.
Have you ever needed to port a Windows program to Linux or UNIX? Maybe its a legacy program and uses .ini files to read its settings.
This package provides all the necessary functions to read the .ini file, in just the same way as you would expect to read it under Windows using GetPrivateProfile style functions.
Enhancements:
- New functions completed: GetPrivateProfileStruct, GetPrivateProfileSection, and GetPrivateProfileSectionNames.
- Some optional debug output and an off-by-one error have been corrected.
- Autoconf/Automake scripts have been added.
<<less
Download (0.42MB)
Added: 2005-10-18 License: BSD License Price:
1467 downloads
Duplo 0.2.0

Duplo 0.2.0


Duplo is a tool to find duplicated code blocks in large C, C++, Java, C#, and VB.Net systems. more>>
Duplo is a tool to find duplicated code blocks in large C, C++, Java, C#, and VB.Net systems.
- Sample output snippet -
...
srcenginegeometrysimpleTorusGeometry.cpp(56)
srcenginegeometrysimpleSphereGeometry.cpp(54)
pBuffer[currentIndex*size+3]=(i+1)/(float)subdsU;
pBuffer[currentIndex*size+4]=j/(float)subdsV;
currentIndex++;
pPrimitiveBuffer->unlock();
srcenginegeometrysubdsSubDsGeometry.cpp(37)
srcenginegeometrySkinnedMeshGeometry.cpp(45)
pBuffer[i*size+0]=m_ct[0]->m_pColors[i*3];
pBuffer[i*size+1]=m_ct[0]->m_pColors[i*3+1];
pBuffer[i*size+2]=m_ct[0]->m_pColors[i*3+2];
...
- Snippet end -----------
Enhancements:
- An option to output to XML.
- An XSL style sheet.
- Code optimisations to improve speed.
- Support for C# and VB.Net.
<<less
Download (0.021MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1245 downloads
Uplug 0.2.0

Uplug 0.2.0


Uplug is a collection of tools for linguistic corpus processing, word alignment, and term extraction from parallel corpora. more>>
Uplug is a collection of tools for linguistic corpus processing, word alignment, and term extraction from parallel corpora. Several tools have been integrated in Uplug.
Pre-processing tools include a sentence splitter, tokenizer, and external part-of-speech tagger and shallow parsers. The following external tools are used: the Grok system for English (tagging and chunking) and the morphological analyzer ChaSen for Japanese.
Other tools such as the TreeTagger can easily be added. Translated documents can be sentence aligned using the length-based approach by Gale & Church. Words and phrases can be aligned using the clue alignment approach and the toolbox for training statistical alignment models GIZA++.
Enhancements:
- User management for the Web-based alignment interfaces (ICA & ISA) using simple password protection and user-specific data storage.
- 2 new sentence aligners integrated into Uplug: hunalign and GMA.
- Another sentence alignment approach: uplugalign (length-based sentence alignment with cognate/dictionary filters).
- Quickstart documentation for the new features.
<<less
Download (21.9MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1106 downloads
gTipi 0.2.0

gTipi 0.2.0


gTipi project is a Gtk+/GtkPlot based software for physics / electronics laboratory work for GNU Linux platforms. more>>
gTipi project is a Gtk+/GtkPlot based software for physics / electronics laboratory work for GNU Linux platforms.
The first goal is to make a free (as in speech) replacement for Regressi, a commercial front-end for lab work with the Orphy GTS/GTI hardware, for Windows. Regressi has many features that students do not need in High schools.
gTipi will be simpler and provide, at least in his first versions, only the most important features.
At the moment, gTipi only supports the Orphy GTS hardware using liborphy, but supporting other hardwares should not be hard, provided I have the model to test and specifications to write acquisition functions (or existing libraries). Thats why gTipi should not depend on the acquisition hardware.
gTipi is distributed under the terms of the GNU GPL license.
Main features:
- data acquisition on Orphy inputs and data plotting in real time (possibility to parameter time between two acquisitions, and total acquisition time)
- plot export in PostScript format
- data export in plain text
- plot printing
- precise data values visualization on each point
- experimental points fitting with a given model (non-linear least squares fitting)
- function plotting
<<less
Download (MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1089 downloads
PySWIP 0.2.0

PySWIP 0.2.0


PySWIP is a Python/SWI-Prolog bridge that enables you to query in prolog using SWI-Prolog in your Python programs. more>>
PySWIP application is a Python/SWI-Prolog bridge that enables you to query in prolog using SWI-Prolog in your Python programs.

<<less
Download (0.023MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
Amalyp 0.2.0

Amalyp 0.2.0


Amalyp is an Amarok Lyrics Plug-in. more>>
Amalyp is an Amarok Lyrics Plug-in.

Amalyp is a script which shows the Lyrics for the current playing song in Amarok.

Because Amalyp uses LRC files to get the lyrics it will highlight the current playing line, in sort-of karaoke style.

<<less
Download (0.040MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
826 downloads
Medley 0.2.0

Medley 0.2.0


Medley is an audio collection catalogue application. more>>
Medley is an audio collection catalogue application.

Medley acts as a database, storing detailed information about albums, records, tracks, and artists related to them. It allows the user to assign custom tags and ratings to stored items.

<<less
Download (2.0MB)
Added: 2005-07-25 License: GPL (GNU General Public License) Price:
1554 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5