Main > Free Download Search >

Free 0.8.1 software for linux

0.8.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 82
Sequoia Open Source ERP 0.8.1

Sequoia Open Source ERP 0.8.1


Sequoia ERP is a true enterprise-class open source ERP solution. more>>
Sequoia ERP is a true enterprise-class open source ERP solution. It combines the advanced features and scalability required for enterprise software with the flexibility and low cost of ownership that only open source can deliver.
Main features:
- Full Suite of integrated applications that deliver a 360-degree view of your business.
- Compatible all major open source and commercial relational databases, including MySQL, PostgreSQL, Oracle, Sybase, and Microsoft SQL Server.
- Runs on Linux, Unix, and Windows operating platforms.
- Service-Oriented Architecture for easy interoperability with external or legacy applications.
- Remote and local synchronization for scalability and high availability.
- Workflow for adapting to unique business processes.
- Available under the business-friendly MIT Public License.
<<less
Download (60MB)
Added: 2005-10-25 License: MIT/X Consortium License Price:
2105 downloads
Roundup 0.8.1

Roundup 0.8.1


Roundup is a simple-to-use and -install issue-tracking system. more>> <<less
Download (0.77MB)
Added: 2005-04-22 License: Python License Price:
1648 downloads
Greenwich 0.8.1

Greenwich 0.8.1


Greenwich is a graphical whois client for GNOME. more>>
Greenwich is a graphical whois client for GNOME. It transparently handles almost all gTLDs, first- and second-level ccTLDs and whois servers run by private domain registries (like CentralNic). It can also do lookups against IP addresses.

Greenwich requires the Gtk2-Perl libraries, including Gnome2 and Gtk2::GladeXML, and the Locale::gettext module, which is distributed with recent versions of Perl. You can also install IP::Authority for IP address lookups.
<<less
Download (0.024MB)
Added: 2005-06-21 License: GPL (GNU General Public License) Price:
1586 downloads
Loudhailer 0.8.1

Loudhailer 0.8.1


Loudhailer is a small and simple music player for the GNOME desktop more>>
A small and simple music player for the GNOME desktop
Loudhailer is an XMMS-like music player meant to integrate nicely in the GNOME desktop.
Its main interface is a playlist that is populated by drag and drop from your file manager, so it is not intended to be a library based player like Rhythmbox or Muine.
Loudhailer is written in C# and GTK# (runs with Mono) and uses GStreamer (part of GNOME) as a back-end for playing music.
The interaction with GStreamer is done via GST#, a C# wrapper library. The GST# dll is included in the distribution files since it is not widely available yet (current svn of GST# does not work with Loudhailer)
Loudhailer is licensed under the GPL (GNU General Public License).
Main features:
- Plays several different audio types, like ogg, mp3, flac, wav, aac and wma
- Small and clean interface
- Drag and drop song support
- Seek support and searching of songs
- Optional tray icon
- GConf support
- Repeat and shuffle mode
- Reads song title and artist metadata if available
- Manages and stores the playlist on disk
<<less
Download (0.14MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1557 downloads
FreeJ 0.8.1

FreeJ 0.8.1


FreeJ is a digital instrument for real-time video processing. more>>
FreeJ project is an instrument for realtime manipulation of various video layers combined with live effects. Layers are implemented to mix together webcams, TV, movie files, images and text and can be rendered in various ways.
FreeJ can be operated live using hotkeys, also remotely over networks (VJoE), while operations can also be scripted in a object oriented procedural language (Javascript). The core engine is multithreaded and asynchronous so it can accept various controllers at the same time: by now MIDI and joystick controls are implemented.
FreeJ is being developed in the hope to provide the GNU community with a free instrument for video manipulation: to be employed in veejaying, theater performance and digital scenography, while at present is also being used for visualisation in medical analisys.
FreeJ, as a free modularized GNU/Linux framework, makes it easy to write simple effect algorithms and combine them with others, obtaining multiple results and keeping them compatible with as much devices as possible.
FreeJ is written with efficiency in mind, benefits of a realtime object oriented architecture that makes efficient use of multithreading (in which the layers run in parallel), also taking advantage of multiple CPUs and cluster systems.
The language employed in development is C/C++ respecting POSIX compliance and avoiding the computational bloat of some advanced C++ functions.
Its API is fairly understandable, youll also find a first description in the documentation section.
Main features:
- live compositing of multiple webcams, TV signals,
- movie files, images, TXT files, particle generators and more..
- can be remotely controlled (VJoE)
- can be scripted in procedural object oriented language
- no frame drop when looping movie clips
- Emacs/Vi style console with hotkeys (S-Lang)
- can accept asynchronous controllers at the same time
- (Midi, joystick and more coming..)
- very efficient video engine with multithreaded layers
- 100% GNU Public License Free Software
- modular C/C++ code and flexible API
Version restrictions:
- a GNU/Linux or Apple/OSX workstation (see README.OSX)
- Simple Directmedia Layer library
- S-Lang console library
Enhancements:
- encoding to Ogg/Theora video file
- live streaming to Icecast2
- initial support for audio
- improvements to script functionality
- some libraries are now statically included
<<less
Download (1.5MB)
Added: 2005-08-07 License: GPL (GNU General Public License) Price:
1543 downloads
renameutils 0.8.1

renameutils 0.8.1


The file renaming utilities are a set of programs designed to make renaming of files faster and less cumbersome. more>>
The file renaming utilities (renameutils for short) are a set of programs designed to make renaming of files faster and less cumbersome.
The file renaming utilities consists of five programs - qmv, qcp, imv, icp and deurlname.
The qmv ("quick move") program allows file names to be edited in a text editor. The names of all files in a directory are written to a text file, which is then edited by the user. The text file is read and parsed, and the changes are applied to the files.
The qcp ("quick cp") program works like qmv, but copies files instead of moving them.
The imv ("interactive move") program, is trivial but useful when you are too lazy to type (or even complete) the name of the file to rename twice. It allows a file name to be edited in the terminal using the GNU Readline library. icp copies files.
The deurlname program removes URL encoded characters (such as %20 representing space) from file names. Some programs such as w3m tend to keep those characters encoded in saved files.
The file renaming utilities are written in C by Oskar Liljeblad, and is free software licensed under terms of the GNU General Public License.
Note that these programs come with no warranty whatsoever. They should be considered beta quality although I have carefully tested them and verified the code. This means that I can not be responsible for any data loss caused by the file renaming utilities. If you are afraid that that is going to happen, run qmv in dummy mode first (see below).
Main features:
- Added new programs, icp and qcp (suggested by Mario Vanoni).
- Quote file names and strings before printing them (like GNU coreutils).
- Make use of more gnulib modules (quotearg, yesno, version-etc).
- Fixed a serious memory management-related bug in imv causing renaming to fail for no reason.
- Fixed a potential segmentation fault when printing a particular error message.
- Added copyright and license header to source files and manual pages.
- Manual page updates:
- Added manual page for deurlname.
- Corrected grammar.
- Removed section in imv about placing it in the Midnight Commander menu.
- Gettext is now external (no intl directory).
- Use Gnulib properly (modules.gnulib and autogen.sh removed).
- Added debian package.
- Added MANIFEST.sources file.
- Fix potential bug in cross-reference solution code.
- Added documentation for qcmd --help from Stephen Kolupaev, thanks.
<<less
Download (0.059MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
LinVDR 0.7

LinVDR 0.7


LinVDR is the VDR distribution. more>>
Basically, its an approach to build a small, cut to the bone, ready and easy to install VDR Linux distribution.
LinVDR is a complete, breathing Linux system smaller than 128 MB with a complete digital Video Disk Recorder (VDR) / Personal Video Recorder (PVR) and several plugins -- listed seperately below.
For easy access we installed additionaly the browser frontend VDR Admin and a Samba share for up- and downloading music or DVD images with Windows clients.
The base system is Debian Woody compatible (only compatible, not Debian Woody itself!) with the DVB driver from Convergence and Klaus Schmidingers unbeated Video Disk Recorder Software VDR.
All this Tom has mixed smoothly together, and I made the install system and installation programme -- suitable for normal users without Linux knowledge.
Enhancements:
VDR Version and Plugins
VDR 1.3.17 with enAIO-Patch and this plugins:
- Autotimer-Edit 0.1.4 new
- DVD-Burn 0.0.5 new
- Clock 0.0.5b1 update
- Console 0.6 update
- DVD 0.3.5b06 (without CSS support)
- EPG-Search 0.0.3 new
- Femon (signal strength) 0.1.6 update
- Games 0.6.1 update
- GraphLCD 0.1.1 update
- GraphTFT 0.0.8 new
- Hello 0.1.0
- Image (Diashow) 0.2.2 update
- LCD-Proc 0.0.10 update
- Mailbox 0.3 update
- Manual 0.0.2 (german only) new
- Media-MVP 0.1.5 new
- Media-MVP-Server new
- M-LCD 0.0.4 update
- MP3 0.9.8 update
- MPlayer 0.9.8 update
- OSD-Demo 0.1.0
- Osd-PiP Plugin 0.0.7 update
- OSD-Teletext 0.3.1 update
- Pilot 0.0.7 new
- PIM 0.0.3 new
- Remote 0.3.2 (for IR receiver of Hauppauge Nexus-s cards) update
- Skin-Curses 0.1.0
- Sky 0.1.1
- Sleeptimer 0.6 update
- Status 0.1.0
- Stream-Dev 0.3.3 update
- Taste 0.0.2b new
- Text2Skin (loadable skins) 0.0.8.1 new
- Timeline 0.8.1
- TV-OnScreen 0.6.0 update
- TVTV 0.1.6
- VBox (ISDN voice mailbox) 0.5.1 update
- (S)VCD 0.0.6c
- VDR-CD (playing audio CDs) 0.0.10 update
- WAP 0.0.6d new
Others
- Multi-Language support (currently German and English)
- Install programm updated
- Setup programm updated
- Kernel 2.6.9 with support for (nearly) all chipsets and network cards updated
- DVB driver CVS 2004-12-03 updated
- VDR Admin 0.97 supporting VDR 1.3.x updated
- MPlayer 1.0pre5
- NoAd 0.4.2
- FBTV updated
- Samba 3.0
- DVD-Author 0.6.10 updated
- convert.pl
- vdrsync
- Editor nano
- Alsa
- USB Keyboard support
- dvd+rw-tools 5.13.4.7.4 (suitable for DVD+R/W and DVD-R/W)
- udftools
- Read-only support for NTFS
<<less
Download (32MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1519 downloads
KABC Client 0.8.1

KABC Client 0.8.1


KABC Client is a command line tool that provides access to the KDE address book. more>>
KABC Client is a command line tool that provides access to the KDE address book, which is also used by applications like KAddressBook.
It can take its input from either the command line or through standard input, allowing its use in Unix shell pipe and filter constructs. Input and output text is interpreted and formatted by filters.
kabcclient can perform the following operations:
- List: --list or -L
Write all contacts of the addressbook to stdout
- Search: --search or -S
Search for contacts matching the programs input
- Add: --add or -A
Add new contacts to the addressbook
- Remove: --remove or -R
Remove contacts matching the programs input from the addressbook
- Merge: --merge or -M
Add data from the programs input to matching contacts in the addressbook
Enhancements:
- Adding installation instructions and build files for creating Debian packages.
- No changes to the program itself!
<<less
Download (0.25MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
KWebGet 0.8.1

KWebGet 0.8.1


KWebGet is a frontend to the great wget. more>> <<less
Download (1.1MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1512 downloads
Gslist 0.8.1

Gslist 0.8.1


Gslist is a command-line game servers browser and heartbeats sender with multiple options and functions. more>>
Gslist is a game servers browser which supports an incredible amount of games (over 800) for many platforms.
It can work in both command-line and GUI mode.
Main features:
- tons of games supported and for various platforms: PC, Mac, Playstation 2, Nintendo DS, PSP, Dreamcast and more
- web GUI: Gslist can be easily used through a web browser like any "classical" server browser but with the difference of being more simple to use and (optionally) supporting multiple users
- can execute a program for each online server found
- has a filter option for selecting only the servers with specific features
- its list of supported games is updatable
- supports many options for redirecting and formatting its output
- can send hearbeats for adding your IP in the servers list
- supports different types of queries for retrieving informations from the servers
- its optimized for speed and resources
Enhancements:
- Some features were added.
- Some bugs in the Web GUI were fixed.
<<less
Download (0.15MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1496 downloads
Neveredit 0.8.1

Neveredit 0.8.1


Neveredit aims to provide end-user module editing facilities for Biowares Neverwinter Nights computer game. more>>
Neveredit aims to provide end-user module editing facilities for Biowares Neverwinter Nights computer game.
It parses and writes most NWN files and provides a convenient interface to change a growing number of attributes of the module they constitute.
For developers, it provides a set of Python classes that can be used to manipulate NWN files at two layers of abstraction.
Main features:
- Loading and saving of modules
- Editing of Module and Area Properties
- Editing of most Placeable, Door and Creature properties
- 3D Graphical placement of Placeables, Doors and Creatures on the map
- Script editing and compiling (thanks to [WWW] Torlacks great compiler)
Enhancements:
- This release adds the beginnings of a conversation editor, preliminary support for multi-language editing, lazy caching of editors for better performance, and the ability to add new resource files to a module.
- Under the hood, this release has seen a vast reorganization of the codebase and many fixes and improvements.
<<less
Download (18MB)
Added: 2005-09-21 License: BSD License Price:
1493 downloads
Easyval 0.8.1

Easyval 0.8.1


Easyval is a very basic implementation of interval arithmetic, using hardware doubles as interval bounds. more>> <<less
Download (0.30MB)
Added: 2005-09-26 License: LGPL (GNU Lesser General Public License) Price:
1489 downloads
libundo 0.8.2

libundo 0.8.2


Libundo is an easy-to-use library which manages recording and playback of undo/redo information for application developers. more>>
Libundo is a simple, easy-to-use library which manages recording and playback of undo/redo information for application developers.
It is designed to be simple to plug in to existing applications and require only a minimal amount of support code be written to support multi-level undo/redo.
Libundo handles all the details of determining what has changed after an undoable action is performed, recording that information and saving it for use when an undo is performed.
Libundo makes it easy for application writers to give end users what they want.
Libundo is available under the GNU GPL and is not tied to any GUI libraries or application frameworks. Libundo has a C language interface.
Enhancements:
- Fixed a serious bug, when allocation of a large chunk (larger than the page size) after an undo operation would corrupt the memory. The bug was introduced in 0.8.1.
<<less
Download (0.20MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1484 downloads
KCheckers 0.8.1

KCheckers 0.8.1


KCheckers is the Qt version of the classic boardgame more>>
Qt version of the classic boardgame "checkers". KCheckers game is also known as "draughts".
KCheckers is distributed under the GNU GPL.
Main features:
- Pure Qt.
- Built-in checkers engine.
- English and Russian rules of play.
- Beginner, Novice, Average, Good, Expert and Master levels of skill.
- Green, Marble and Wooden themes of the board.
- Portable Draughts Notation database format support.
- PDN preview widget.
- Saving, loading and restarting of game.
- Auto change of the mens color.
- Undo of last move.
- Auto saving of settings.
- Optional numeration of the board.
- Game information box.
- The on-line description of the plays rules.
- Threads support.
- Internationalization support (now German and Russian).
- Network capabilities.
Rules of play:
- In the beginning of game you have 12 checkers (men).
- The men move forward only. The men can capture:
- by jumping forward only (english rules);
- by jumping forward or backward (russian rules).
- A man which reaches the far side of the board becomes a king.
- The kings move forward or backward:
- to one square only (english rules);
- to any number of squares (russian rules).
- The kings capture by jumping forward or backward.
- Whenever a player is able to make a capture he must do so.
Enhancements:
- A bug that occurred in SuSE 9.3 when compiling with GCC 3.3 was fixed.
- Unused code was removed.
<<less
Download (0.080MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1395 downloads
mod_auth_bsd 0.8.1

mod_auth_bsd 0.8.1


mod_auth_bsd is an Apache module that supports BSD Authentication on OpenBSD. more>>
mod_auth_bsd is an Apache module that supports BSD Authentication on OpenBSD. As of version 0.8.0 it can authenticate even when Apache is run in a chroot jail, as it is in a default installation of OpenBSD. Also as of 0.8.0, the login_bsd wrapper has been removed. The wrapper was no longer required and gave too much privileged system access to regular users.

Currently mod_auth_bsd only supports AuthType Basic and the "login" service protocol, so your available authentication options are limited to a user/pass pair as entered through a browser via HTTP Basic authentication, and passing that user and password to the wrapper (and thus to any underlying system authentication scripts).

By default mod_auth_bsd erases the supplied password after verifying a user. This way CGI or in-process scripts such as PHP and Perl are not able to see the password. Likewise, mod_auth_bsd checks for an SSL connection before continuing to authenticate. This behavior can be altered with the AuthBSDKeepPass and AuthBSDRequireSSL configuration directives, but is intended to help the developer protect the privacy of system passwords.

mod_auth_bsd apache module can supports credential caching, both for successful and unsuccessful authentication attempts. Unsucccessful attempts can be throttled on a per-user basis by introducing a delay between failed authentication requests. This delay does not block the authentication daemon, though it will of course block the child httpd process.

<<less
Download (0.011MB)
Added: 2006-01-11 License: MIT/X Consortium License Price:
1381 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5