Main > Free Download Search >

Free 0.11 software for linux

0.11

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 216
fe3d 0.11

fe3d 0.11


fe3d is a multiplatform, SDL/OpenGL based 3D visualization tool for network (security) information. more>>
fe3d is a multiplatform, SDL/OpenGL based 3D visualization tool for network (security) information, it currently supports insecure.orgs nmap and [has very very limited support for] languard XML log files.

It has been tested and runs fine on Win32, IRIX and OS X, it should also function fine on Linux.

Inside the data directory there are a couple of xml files that will allow you to somewhat modify fe3ds behaviour. Everything is pretty self explanatory, but there are some comments inside just in case, most settings dont do anything yet.

fe_config.xml - The main configuration file for the program, allowes modification of png tag for screenshots (because we all love screenshots), some graphics settings (may not work), etc.
os_info.xml - Defines the textures and objects for displaying the OS and hardware information.

<<less
Download (0.36MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
907 downloads
Tasks 0.11

Tasks 0.11


Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server. more>>
Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server.

Is part of o-hands PIM suite.

<<less
Download (0.17MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
487 downloads
KBatt 0.11

KBatt 0.11


KBatt is a cute little notebook battery applet for your KDE panel. more>>
KBatt is a cute little notebook battery applet for your KDE panel.

It uses the APM interface in your kernel to show a cute little display on your panel: you can see the AC status, the battery level, and how much time you have left.

Build & install:

run ./configure
make
make install (as root)
add the applet to your KDE panel & enjoy!
<<less
Download (0.32MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
Umbra 0.11

Umbra 0.11


Umbra is a simple graphical role-playing game. more>>
Umbra project is a simple graphical role-playing game.

Umbra is a simple computer role-playing game, written in Python. The world is randomly-generated for new play every time, but there is an eventual goal and storyline.

It was heavily influenced by rogue-like games, Alternate Reality, console RPGs, and the works of H.P. Lovecraft and Clark Ashton Smith.

Umbra is set after a Lovecraftian apocalypse - the ancient god Mogth has risen from ages of deathlike slumber, conquered the world, thrown down civilization, and now man huddles in primitive communities, scattered and dying out. You play a band of heroes who will attempt to free humanity!

<<less
Download (MB)
Added: 2007-01-04 License: BSD License Price:
1024 downloads
WeOCR 0.11

WeOCR 0.11


WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems. more>>
WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems.
A WeOCR server receives document images from users, recognizes text in the images, and returns recognition results to the users.
WeOCR does not have its own character recognition engine. Instead, it is intended to accommodate various existing character recognition engines.
Main features:
- Design the architecture of WeOCR.
- Develop a toolkit that enables OCR developers and researchers build their own Web-based OCR sites easily.
- Encourage people to develop OCRs for various languages and to open them to the public either as a Web service or as a Free Software.
- Make some useful tools and libraries for Web-based OCR systems.
<<less
Download (0.045MB)
Added: 2007-05-12 License: MIT/X Consortium License Price:
900 downloads
Mpc 0.11.2

Mpc 0.11.2


Mpc a command line tool to interface MPD. more>>
Mpc a command line tool to interface MPD.
To install from source, do the following:
1) download mpc
2) untar and unzip
3) configure (type "./configure")
4) compile (type "make")
5) (Optional) as root: make install
Configuration:
For bash tab completion: $ cat mpc-bashrc >> ~/.bashrc
Set the environment variables MPD_HOST and MPD_PORT.
Enhancements:
- 1) Fix a very hard-to-trigger segfault in libmpdclient (Eric Wong)
- 2) Add new commands: crop, stats, toggle (avuton and Snark)
- 3) Add relative and exact-time seeking (mackstann)
- 4) Fix single-digit time formatting in status (Eric Wong)
- 5) fix formatting issue that occurs when a %label% is found, but no tag info
- exists for it, it was then appending the %label% itself (Warren Dukes)
<<less
Download (0.10MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1316 downloads
TEG 0.11.1

TEG 0.11.1


TEG consists of a RISK clone. more>>
TEG project consists of a RISK clone.
TEG is clone of Plan Tactico y Estrategico de la Guerra, which is a clone of Risk, a networked multiplayer turn-based strategy game.
TEG is not fully compliant with Risk; some rules are different. It has a server, a robot, a GNOME client, support for GGZ Gaming Zone, and IPv6.
Enhancements:
- Port to GGZ v0.0.6. Add support for spectators
- Translations updates: French, Brazilian, Portuguese, Spanish, Italian, Polish
- Fixes in metaserver
- Fixed bug that was causing a crash with gnome-canvas 2.2 or newer.
<<less
Download (3.6MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
596 downloads
m2psd 0.11

m2psd 0.11


m2psd is a fast MPEG-2 Program Stream demultiplexer. more>>
m2psd is a fast MPEG-2 Program Stream demultiplexer. m2psd will demultiplex an MPEG 2 Program Stream into Elementary Streams (ES) or Packetized Elementary Streams (PES), provided that the packs are exactly 2048 bytes long. It was written for use with MPEG 2 Program Streams recorded by a Hauppauge WinTV PVR 250 or 350, and trimmed with Womble (Windows) or GOPChop (Linux).

mp2psd was written because all of the free software MPEG 2 demultiplexers I could find were very slow, and did not output the offset between the first video and audio timestamps.

The input MPEG Program Stream file name must be supplied as an argument for the application.

A base name for the output files may optionally be specified; if none is provided, the base name will be the input file name with all characters from the last dot to the end removed. The output filenames will be of the form basename-n.mpa and basename-n.mpv, for audio and video, respectively, where n is the stream number (0-31 for audio, 0-15 for video).

The "-t" option prints the difference between the first presentation time stamps of the video #0 and audio #0 streams (0xe0 and 0xc0) in milliseconds. This is useful as input to a multiplexer.

The "-a" option discards any partial MPEG audio frame at the start of audio streams, because some software gets upset at partial audio frames.

The "-p" option produces PES streams as output rather than elementary streams. This preserves the time stamps, but many programs cannot deal with PES streams. This option is mutually exclusive with the "-t" and "-a" options.
<<less
Download (0.012MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
Kurush 0.11

Kurush 0.11


Kurush aims to be an easy to use personal finance tool for GNOME Desktop. more>>
Kurush aims to be an easy to use personal finance tool for the GNOME Desktop.

It allows you to track your cash, income and expenses based on accounting principles.

It is written using the Mono framework.

<<less
Download (0.058MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1537 downloads
mChess 0.11

mChess 0.11


mChess is a simple cross-platform email chess program. more>>
mChess is a simple cross-platform email chess program.

The aim is to be able to play chess with your friends via email using a nice user interface without having a chess board standing in your living room for weeks.

<<less
Download (0.44MB)
Added: 2007-05-27 License: Perl Artistic License Price:
884 downloads
MythOS 0.11

MythOS 0.11


MythOS project is an adventure game engine in the style of old LucasArts games. more>>
MythOS project is an adventure game engine in the style of old LucasArts games.

It features a Python-based scripted object system, A* pathfinding for the characters, Z priorities for the objects, meaning that objects can move in front of/ behind each other, scrolling for scenes larger than the display, an editor for creating the scenes (although some hand scripting is required), and a chat system.

<<less
Download (0.71MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
634 downloads
Karmen 0.11

Karmen 0.11


Karmen is a small and simple window manager for X. more>>
Karmen is a small and simple window manager for X. Karmen is designed to be easy to install and use. If the following points sound interesting, why not give it a try?
Main features:
- No config file! Instead, offer reasonable defaults settings.
- No library dependencies except Xlib.
- Click-to-focus and raise-on-focus.
- Simple and elegant appearance.
- Small and fast.
Enhancements:
- Remove the "Lower" window button.
- Move the "Delete" window button to the right hand side.
<<less
Download (0.095MB)
Added: 2007-04-03 License: MIT/X Consortium License Price:
936 downloads
fluxus 0.11

fluxus 0.11


Fluxus is program that reads live audio or OSC network messages. more>>
fluxus is program that reads live audio or OSC network messages. Keyboard or mouse input can also be read for simple games development, and a physics engine is included for realtime simulations of rigid body dynamics.

The built in scheme code editor runs on top of the renderer (see screenshots), which means you can edit the scripts while they are running. As well as making livecoding possible, its also gives you a very fast feedback way of experimenting or learning about graphics and animation.

fluxus is made for procedural modelling and animation. There is an expermental procedural modelling tool, and full support for texturing and basic material properties.

<<less
Download (0.69MB)
Added: 2006-09-24 License: GPL (GNU General Public License) Price:
1126 downloads
mpop 1.0.11

mpop 1.0.11


mpop is a small and fast POP3 client with header based mail filtering capabilities. more>>
mpop project is a small and fast POP3 client with header based mail filtering capabilities.
mpop is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
Main features:
- Header based mail filtering: filter junk mail before downloading it
- Delivery to mbox files, maildir folders or a mail delivery agent (MDA)
- Very fast POP3 implementation, using command pipelining
- Authentication methods USER/PASS, APOP, PLAIN, LOGIN and CRAM-MD5 (and GSSAPI, DIGEST-MD5, and NTLM when GNU SASL is used)
- TLS encrypted connections (including server certificate verification and the possibility to send a client certificate)
- IPv6 support
- support for multiple accounts
<<less
Download (0.55MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
Trac 0.11.5

Trac 0.11.5


Trac offers an innovative wiki and issue tracking system for software development projects. more>>

Trac 0.11.5 offers an innovative wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. The mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.

Major Features:

  1. It provides an interface to subversion (or other version control systems), an integrated Wiki and convenient reporting facilities.
  2. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.

Enhancements:

  • Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304)
  • Fixed PostgreSQL upgrade issue (#8378)
  • More robust diff parsing (#2672)
  • Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
  • Fixed display of merge properties for scoped repositories #7715.
<<less
Added: 2009-07-18 License: BSD License Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5