Main > Free Download Search >

Free 0.5.5 software for linux

0.5.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
KPDF 0.5.5

KPDF 0.5.5


KPDF project is a pdf viewer based on xpdf for KDE. more>>
KPDF project is a pdf viewer based on xpdf for KDE.
Being targeted to home users it has some very unique features to enhance your reading pleasure in addition of doing everything you can expect from it.
Searching
There are three differents ways of searching in KPDF:
- Find Dialog: The find dialog is the more standard way of doing searchs
- Thumbnail filter: If you write some text on the text box above the thumbnails list, youll get the thumbnails of the oages that have that text inside
- Type-ahead find: Type / and start typing the text you want to search, kpdf will do a incremental search on it.
More features highlights are coming.. stay tuned.
Enhancements:
- Put fonts used by the document on the properties dialog
- Partial implementation of links with viewport
- Support for images with alpha channel
- Google-like search on thumbnails
- Use kde wallet for passwords storage
- Cursor wrapping over screen for continous scrolling
- Shortcut for toggling the left panel
- Save zoom setting on exit
- Various performance improvements and bugfixes
- Fixed 1 (maybe 2) crashes
<<less
Download (MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
631 downloads
EQEmu 0.5.5

EQEmu 0.5.5


EQEmu is an Everquest server emulator. more>>
EQEmu project is an Everquest server emulator.
The EQEMU project is an attempt to recreate the Everquest server software, runnable from a Windows or Linux machine.
Content is stored in a MySQL database, and allows you to create custom creatures, items, and quest content in game.
Many in-game functions are supported, and functionality is expanded week by week by a very active development group and by the support of the user community.
Enhancements:
- Compatible with ZoneProxy 1.4.
- Improvements made on the combination code.
- Combined packets now work to full extent.
- Fixed mob movement.
- Added AC. Probably needs major adjusting of values to match live, but its a start.
- Group inviting is fixed.
<<less
Download (5.5MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1064 downloads
Strigi 0.5.5

Strigi 0.5.5


Strigi is a desktop and indexer independent desktop search engine. more>>
Strigi is a desktop and indexer independent desktop search engine. Strigis main features include very fast crawling, a very small memory footprint, no hammering of the system, and pluggable backends (currently clucene and hyperestraier was provided).
Communication between the daemon and search program is done over an abstract interface which is desktop independent. A small Perl program with an example of how to query the database is included along with an example KDE client application and a KIO interface.
Enhancements:
- GUI now uses a .ui file making future improvements much easier
- install detection script for ease of use in other cmake projects
- modifying the signature of endAnalysis to endAnalysis(bool complete)
- for StreamLineAnalyzer, StreamEventAnalyzer, and StreamSaxAnalyzer
- add a function to AnalyzerConfiguration that tell how many bytes can
- be read at most from a stream
- add an SAX analyzer plugin that extracts the namespaces used in XML
- documents. With this it possible to get all XML documents that contain e.g.
- Chemical Markup Language or Dublin Core.
- add a stream for changing the encoding of an incoming stream on the fly
- use the new encoding stream to do better email parsing
- add m3u stream analyzer.
- add simple test program for strigi xesam query builder. It loads a file
- containing the xesam query. It converts the xesam query into a Strigi::Query
- object. It serializes the Strigi::Query object to xml for e.g. quality
- control.
- add xesamquery option to strigicmd: now its possibile to make queries
- using Xesam language.
- add XesamQueryLanguage queries support. Now is possibile to translate
- xesam queries formulated using XesamQueryLanguage into Strigi::Query objects.
- add a cgi executable that takes multipart/form-data and outputs an analysis
- of the data as xml
- give xmlindexer the ability to read from stdin
- big improvement in parsing ms word files
- better input sanity checking. thanks to zzuf for reporting the errors
- cleanup of private variables in classes by introducing a d-pointer
<<less
Download (0.087MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
811 downloads
wifimon 0.5.5

wifimon 0.5.5


wifimon is a bash script that works in text mode and writes on the screen basic parameters of all wifi cards in the system. more>>
wifimon is a bash script that works in text mode and writes on the screen basic parameters of all wifi cards in the system if these cards are in Managed or Master mode and if hostap driver is used.

<<less
Download (MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1505 downloads
CrossTeX 0.5.5

CrossTeX 0.5.5


CrossTeX is a new bibliography management tool. more>>
CrossTeX is a new bibliography management tool. The project comprises a new bibliographic database format that is much less prone to error compared to other alternatives like BibTex, and a new, more flexible tool for creating the citations that appear at the end of scholarly texts.

CrossTeX was borne out of the authors frustration with inconsistencies and errors in BibTex-formatted scholarly papers.

The main feature of CrossTeX is that it is object-oriented. You can define a "conference" object, and simply refer to it. You can similarly define "location" objects, with a long and short form, and refer to them. You can specify that a conference object in a particular year was held in one location, and none of your paper information need ever repeat this information again. You can spell the name of an author correctly just once, and simply reuse that object instead of having to re-spell it every time.

In contrast, BibTex is based on a relational database, where every reference contains copies of the fields it uses. It is not uncommon for a database file to have the same conference name, author or location repeated numerous times, often with errors and inconsistencies.

CrossTeX is backwards-compatible with BibTex. You can use a BibTex database with CrossTeX, and invoke crosstex where you used to invoke bibtex. It is particularly well-suited for use in Computer Science and Engineering, with support for frequently cited publication formats and an extensive library of published articles at top conferences.
<<less
Download (1.0MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
856 downloads
mod_tidy 0.5.5

mod_tidy 0.5.5


mod_tidy is just a handy and comfortable tool to help make web documents being valid. more>>
Although mod_tidy makes the impression of being a validator, it isnt one mod_tidy is just a handy and comfortable tool to help make web documents being valid.

mod_tidy is a TidyLib based DSO module for the Apache HTTP Server Version 2 to parse, clean-up and pretty-print the webservers (X)HTML output.

Web documents which pass mod_tidys severe checks – what means, that they dont run into an error page – can be called valid and well-formed (depends on mod_tidys configuration, the default is severe).

So prepared, they easily pass a validation check like the W3C Markup Validation Service, which marks the reference validating tool of its kind. If you regulary control the quality of your Web documents with mod_tidy, the use of an obligatory validation check can more be seen as an optional free exercise.

How does it work?

mod_tidy works as a filter that hooks up to the (X)HTML output of an Apache 2 webserver. It passes the webservers (X)HTML output to TidyLib which parses and optional cleans-up and pretty-prints that output. If TidyLib detects an error, the client receives a HTML page with a list of all found errors and warnings that prevent the input of being a valid (X)HTML document. If TidyLib doesnt complain, the client will get and display the (X)HTML data as without mod_tidy.

Due to the fact that mod_tidy may affect little response delays of the webserver, its use should be reduced to a developer framework only. mod_tidy is not recommended to be used in a production environment, where response delays of the webserver are undesirable.

Who makes it?

mod_tidy is initially written by Sebastian Tusk, who has retired from that project. The previous official project page has been accessible through the web for years, until it has been silently closed in April 2005. With kindly permission of the initial project owner, Sierk Bornemann has created a new home on Sourceforge.net to give mod_tidy a new chance.

<<less
Download (0.030MB)
Added: 2006-04-20 License: The Apache License 2.0 Price:
1284 downloads
MyJgui 0.5.5.1

MyJgui 0.5.5.1


MyJgui is a light-weight graphical user interface for MySQL databases. more>>
MyJgui is a light-weight graphical user interface for MySQL databases. It aims to be easy to use for new users as well as experts.
Motivation:
After the MySQL Front project went commercial, there was no light weight, feature rich and free mysql gui application that I considered worth running.
So I got stuck to the mysql binary and console front end. After awhile I realised that there is too much typing involved, and that many of the tasks could be automated and quickened only if a free mysql front application could be run.
I like the phpMyAdmin project, but first - its not always available, and because of the need to install it on every server, I dont consider it lightweight.
Java was chosen as the programming language because of its portability.
As a programmer I try to enhance the gui with the application development in mind, so many features added in the furure will be driven towards application development, even though many administration features are going to be included as well.
Main features:
- Automaticaly expanded database tree showing all the databases.
- The middle right pane shows the output of show table status when clicked on the database in the tree
- The middle right pane automaticaly moves to the results of sql command when a command is triggered
- SQL command textarea supports triggering of marked commands
- Detailed sql command details and history at the bottom of the right pane as well as showing of all the possible errors and response values
- Clearing of the sql command history
<<less
Download (0.021MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
814 downloads
Cutplace 0.5.5

Cutplace 0.5.5


Cutplace is a tool to validate that tabular and flat data conform to an interface control document (ICD). more>> <<less
Added: 2009-07-27 License: GPL v3 Price: FREE
downloads
frag-opt 0.5.5

frag-opt 0.5.5


frag-opt is a portable, re-entrant argument parsing library. more>>
frag-opt is a re-entrant, portable command-line parsing library. To see how you can use this in your program, take a look at doc/example.c or take a look at the man-page ("man frag-opt") once youve installed.
The man-page talks about an info-page, but as its still incomplete, I decided not to include it with the distribution yet.
Installation:
./configure (the standard options work here, nothing frag-opt specific)
make
make check (optional)
make install (become root if necessary)
Should compile on any ANSI C compiler. Should compile on C++ compilers too (at least does with g++).
Enhancements:
- FRAG_POSIX works (I think)
- large amounts of different options for one option are now printed better
- removed some obsolete stuff from the header-file
- some additions and fixes to the man-page
- the term cluster is now deprecated. group is used instead.
- added a healthy dose of consts (thanks to chisel)
- changed the help-message format a little
- tuned the wrapping-algorithm
- added -D_REENTRANT to build-flags to make the library magically better (unless Im mistaken, theres something in (g)libc that requires this to make it re-entrant)
<<less
Download (0.031MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1480 downloads
JVoiceXML 0.5.5

JVoiceXML 0.5.5


JVoiceXML is an implementation of VoiceXML 2.1, the Voice Extensible Markup Language. more>>
JVoiceXML is an implementation of VoiceXML 2.1, the Voice Extensible Markup Language. JVoiceXMLs specification can be found at http://www.w3.org/TR/2005/CR-voicexml21-20050613/ as an extension to VoiceXML 2.0, specified at http://www.w3.org/TR/voicexml20/.

VoiceXML is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations.

<<less
Download (0.64MB)
Added: 2007-03-01 License: LGPL (GNU Lesser General Public License) Price:
968 downloads
CookiePie 0.5.5

CookiePie 0.5.5


CookiePie is a Firefox extension enabling you to maintain different cookies storage in different tabs and windows. more>>
CookiePie is a Firefox extension enabling you to maintain different cookies storage in different tabs and windows.
You can open multiple Gmail/Yahoo Mail accounts in different tabs and windows simulteanously. Developers can use CookiePie to test their Web software with different applications users without needing to open a different browser.
How I can use it?
Download it from: CookiePie Extension
Use the tab context menu to enable CookiePie
For example: Toogle CookiePie in three tabs, and login to different GMail account in both.
Where the idea came from?
We need to use it internally at Nektra, and finally decide to publish it for the community.
What does CookiePie means for the end user?
It means that you can for example open multiple GMail/Yahoo Mail/Hotmail accounts in different tabs and windows simulteanously.
What does CookiePie means for web developers?
Developers working on Web Software supporting multiple users or profiles can use CookiePie to simultaneusly test their software with each user without needing to open a different browser.
How CookiePie was made?
A first look at the FireFox extensions capabilities let us think this extension was almost impossible to do. One of the limitations was the unconnected parts between http transactions and UI being difficult to correlate an UI to a specific http request/response, more when AJAX/XmlHttpRequest (i.e: GMail) is involved.
The work involved mainly short term research and trying to push to the extreme FireFox capabilities without knowing nothing of Mozilla Extensions at the start of development.
Version restrictions:
- Gecko 1.8.1 has some implementation errors: FireFox store cookies although our http observer changes the response header. This means the common cookies are changed in the FireFox extensions for every transaction on each tab. More information at: Mozilla Bugzilla
- The reordering of tabs is breaking GMail account opened tabs.
- GMail has added after we finish this extension, an alert we hope to repair it so GMail doesnt know about another connection on another tab or window.
- User may experience problems with another Firefox extensions (for example Tab Mix Plus)
<<less
Download (0.017MB)
Added: 2006-11-28 License: BSD License Price:
1080 downloads
ax25-apps 0.5.5

ax25-apps 0.5.5


The ax25-apps package contains programs for the hamradio protocol AX.25 that would be used by normal users . more>>
This is the home page for the ax25 utilities for amateur radio operators. These utilities work with the Linux kernel though there is no reason why they couldnt be ported to other operating systems as well with some effort.
AX.25 is a network protocol that is used for wireless networks. Generally when you want to use a network protocol, you require two things:
Operating System Support: Linux has had AX.25, Net/ROM and ROSE support for some time now.
Utilities: These manipulate or communicate with the operating system to either setup things or use the protocol.
The set of packages fit the second requirement. The packages have been split into three to make support and development easier.
The applications are a set of programs that use the protocols, as opposed to being required for setting things up. The applications are like the client and server programs, to be used by either the system administrator or a normal user.
Enhancements:
- New rosedump.c from Jean-Paul.
- Changes to ax25rtd from Hubert F5LCT for problems with kernel 2.2.13
- Fix for ax25rtd in VC mode
- Patch from Hans to work better with newer GCCs
- doc dirs are now relocatable
- Added Jens patches
- Adapted ax25rtd to new kernel-ax25. ax25-learn-only-mine has to be set to "true" for all interfaces to work right now.
- Note that this is only a temporary solution.
- Made new-ax25-stack ready (listen, ax25rtd). Will still work with old kernel-AX25 but need recompile.
- New program, ax25mond
<<less
Download (0.20MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1211 downloads
Firestorm 0.5.5

Firestorm 0.5.5


Firestorm is an extremely high performance network intrusion detection system (NIDS). more>>
Firestorm is an extremely high performance network intrusion detection system (NIDS). At the moment it just a sensor but plans are to include real support for analysis, reporting, remote console and on-the-fly sensor configuration. It is fully pluggable and hence extremely flexible. Firestorm performs a lot better than all other systems I have tested (such as snort and prelude) by as much as a factor of 2 (and thats under favourable conditions, it way outstrips the competition under a targeted DoS attack).
A Network Intrusion Detection System is a system which can identify suspicious patterns in network traffic. If a firewall is a doorman, a NIDS is an undercover KGB agent. He silently gathers intelligence and can watch an enemy even if the door security has already let them in (maybe the enemy can make fake identification documents).
Tested Platforms
Linux 2.x
FreeBSD 4.x
OpenBSD
Solaris
Should compile and run on any mainstream UNIX really...
Main features:
- Protocol anomaly detection
- Full application layer decodes
- Fully pluggable
- High performance OS Specific capture module for Linux
- Capture from libpcap files (normal AND redhat extended)
- Packet decode engine fully supports encapsulation
- Decode plugins included for many protocols (see below)
- Comprehensive snort rule support
- Wu-Manber setwise string matching
- Easy to configure; just one config file
- Can run chroot and with lowered privs (when started as root)
- Can run as a realtime process (when started as root)
- Preprocessors to allow supplementary modes of detection (eg: anomaly)
- Full IP defragmentation (passes fragroute evasion tests)
- TCP stateful inspection with window tracking
- Intelligent TCP stream reassembly
- HTTP URL normalization
- EXTREMELY fast and scalable signature engine
- Configurable token-bucket rate-limiting of any alerts
- GNOME2 based analyst console user interface
- Enhanced logging format for ease of analysis
- ELOG indexing for lightning fast sorting and filtering of alerts
<<less
Download (0.22MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1208 downloads
xmms-pipe 0.5.5

xmms-pipe 0.5.5


xmmspipe is a plugin for XMMS that enables it to be controlled by sending strings to a named pipe (FIFO). more>>
xmmspipe is a plugin for XMMS that enables it to be controlled by sending strings to a named pipe (FIFO). When you enable the plugin, XMMS can be commanded by sending strings to $HOME/.xmms/inpipe, for example,
echo play_pause > ~/.xmms/inpipe
will cause XMMS to pause or play.
Since version 0.5.0, it is possible to setup an output pipe, and query XMMS for information. For example, sending "report title" to the input pipe will cause the current songs title to be printed on the output pipe.
Included is a demo program called "fade", that shows how to use the plugin to fade the current song and advance to the next one. It requires the output pipe to be be enabled (via the Config window).
The Infopipe plugin does output pipes a little differently.
When I first wrote this plugin, I didnt know about other programs that I couldve used to control XMMS with shell scripts, such as xmmsctrl or xmms-shell. However, Ive kept xmmspipe alive because pipes may be preferable in some situations:
The pipe automatically inherits the security features of the underlying filesystem (e.g. you could change its permissions so that only users of a particular group can control XMMS).
In many programming languages, writing to a pipe is easier than executing programs, making it easier to build programs to control XMMS.
The plugin can call internal XMMS functions which means it can have more functionality than programs relying on the xmms_remote_* functions alone. For example, XMMSPipe can load/save playlists.
Sometimes I think XMMS itself should just be an MP3-playing daemon that interfaces with the outside world exclusively through pipes (one for input, at least one for output). This would allow a lot more flexibility, e.g. the GUI could be arbitrary and playlists could be managed by an external program. (It would work in the same way gkrellm works with files in /proc.) Also, the code would be simpler because it only has to worry about reading various audio formats and playing them. It wouldnt have to deal with window managers, X, etc.
Enhancements:
- Added playlist_move command due to Graeme Yeo
<<less
Download (0.033MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1185 downloads
Y.A.P.R.M. 0.5.5

Y.A.P.R.M. 0.5.5


Y.A.P.R.M. is a modeller to graphicaly design 3d scenes and generate Povray-files for them. more>>
Y.A.P.R.M. is a modeller to graphicaly design 3d scenes and generate Povray-files for them. Up to now it is at an early stage, but this will hopefully change soon.

Y.A.P.R.M. project is written in C++ using for running under the X Window System using only a few basic libraries.

<<less
Download (0.66MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3