Main > Free Download Search >

Free 0.0.9 software for linux

0.0.9

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
SofK 0.0.9

SofK 0.0.9


SofK is a KDE theme based on the Serenity theme. more>>
SofK is a KDE theme based on the Serenity theme.

Idea is to do smooth theme with not too many gradients (light and nice). The theme may look good with dark colors, too.

I would be very happy if you all post comments and suggestions.

Here are some color themes that look nice with SofK style: http://www.kde-look.org/content/show.php?content=44657

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
pypng 0.0.9

pypng 0.0.9


Python PNG encoder/decoder more>>
pypng 0.0.9 is an excellent and must-have product which offers you a Python module to decode (read) and encode (write) PNG files. All PNG formats are supported. Pure Python so that it can be installed as easily as possible and used on different Python implementations.

Requirements: Python

<<less
Added: 2009-06-16 License: MIT/X Consortium Lic... Price: FREE
16 downloads
Enter 0.0.9

Enter 0.0.9


Enter aims at beign lightweight, yet highly configurable login manager for X. more>>
Enter aims at beign lightweight, yet highly configurable login manager for X. Supporting many different desktop setups. It is written in C with minimal dependencies, making it an excellent choice when using other lightweight window managers, such as fluxbox.

<<less
Download (MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
941 downloads
JCTerm 0.0.9

JCTerm 0.0.9


JCTerm is an SSH2 terminal emulator written in pure Java. more>>
JCTerm is an SSH2 terminal emulator written in pure Java. The project supports port forwarding, X11 forwarding, etc.
Enhancements:
- JCTerm requires jsch(http://www.jcraft.com/jsch/) 0.1.0 or later.
- JCTerm requires J2SE 1.4.
- JCTermMIDP runs on J2ME/CLDC/MIDP2.0
- JCTermJ2MECDC runs on J2ME/CDC/PP 1.0
- VT100 emulation
- SSH2 protocol support.
- X11 forwarding.
- connection through HTTP proxy.
- connection through SOCKS5 proxy.
- local/remote port forwarding.
- anti-aliasing text.
- sftp support.
- packet compression support
- JCTerm is licensed under GNU LGPL.
<<less
Download (0.066MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
858 downloads
GMiMMS 0.0.9

GMiMMS 0.0.9


GMiMMS is a frontend to MiMMS (Multimedia Stream ripper). more>>
GMiMMS is a frontend to MiMMS (Multimedia Stream ripper). It uses GTK+-2.x for the graphical userinterface. It is mainly written for Linux but should also be able to be compiled for Windows.
The GMiMMS project is very easy to be used. You just specify the Multimedia-Stream URL and the output file and GMiMMS runs MiMMS in an other thread. You can also specify the mms-method and the length of the recording in minutes.
Main features:
- Easy to use GUI
- Past button for fast URL insertation
- Autodetects path to MiMMS
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
Gscore 0.0.9

Gscore 0.0.9


Gscore is a non-page-oriented notation program, entirely written from scratch in C & GTK+. more>>
Gscore project is a music notation application. Writing scores becomes as easy as entering text in a word processor.

You can then export it to various file formats (abc is currently supported, other are in progress) and easily share your scores with your friends. You can also import various files, thus you dont need to rewrite scores you already have!

The printing of your scores is not supported yet, but it will be of high quality, since it will use lilypond as a backend.

Writing your music as fast as possible means that you dont need to re-learn a new syntax if you already wrote scores with your favorite text editor (abc, lilypond syntax...). You can also define modes and gscore will use them.

Also, efforts have been made with the user interface: making the software easy to use without having to read tons of documentation.

<<less
Download (MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1563 downloads
Newton 0.0.9

Newton 0.0.9


Newton is a desktop wiki applet for the GNOME2 desktop environment. more>>
Newton is a desktop wiki applet for the GNOME2 desktop environment. You enter your notes and information in a simple wiki-like syntax and Newton formats it in rich HTML for you! It is designed to make the creation of richly formatted documents of any type as simple and quick as possible.

For instance, if you want to make some bold text, you input **My Bold Text** and Newton will bold it for you. A pre-made wiki page called NewtonSyntax comes with the program that has example of all available formatting so that you can get started right away. Also, the editing screen displays a toolbar with tools to make formatting easy. You dont even have to know the syntax in order to get started!

You can see both the NewtonHome and NewtonSyntax files that are available in the development version by following the links to the "Previews" in the right column on this page. Both of these pages will appear just like they do in the program, in fact, they were created in Newton and exported using the "Export to HTML" feature. This will let you see what Newton is capable of as of now, and will also let you see what the wiki syntax used in the program is like (as shown in the NewtonSyntax page.

<<less
Download (0.052MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
jChecs 0.0.9

jChecs 0.0.9


jChecs provides a Java chess program. more>>
jChecs provides a Java chess program.

jChecs is a simple Java chess program designed to introduce the basics of computer chess programming concepts.

<<less
Download (1.7MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
962 downloads
Ecksdee 0.0.9

Ecksdee 0.0.9


Ecksdee is a futuristic race & destroy game in early development. more>>
Ecksdee is a futuristic race & destroy game in early development.

Ecksdee is based on Crystal Space, Crystal Entity Layer and Crystal Core. There are currently no opponents nor weapons, and theres only a basic form of race against the clock atm.

<<less
Download (6.8MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1066 downloads
fuseflt 0.0.9

fuseflt 0.0.9


fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. more>>
fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. It relies on filename extensions to determine file types.
This project is released under the GNU General Public License.
File conversion filter example
Suppose that you want to convert all bzip2-compressed files to gzip-compressed ones. The following should do:
flt_in = .bz2
flt_out = .gz
flt_cmd = bzip2 -dc | gzip -9c
A usage example:
$ ls
a.bz2 b.bz2
$ zcat a.gz
A A A A A
$ zcat b.gz
B B B B B
You may add the following in your configuration:
ext_in = .bz2
ext_out = .gz
to be more transparent about the whole process:
$ ls
a.gz b.gz
Enhancements:
- Symlinks are now handled properly, and the performance of the getattr() method has been significantly improved.
<<less
Download (0.016MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
848 downloads
bMotion 0.0.9

bMotion 0.0.9


bMotion is an AI script for eggdrop bots that gives them a bit of life and makes them better channel members on IRC. more>>
bMotion-lib is an exciting project started by simsea; its bMotion implemented in C++ with a module that links it into eggdrop (i.e. no more TCL). bMotion is Highly Advanced, but also Highly Incomplete.

sim has hacked a lot of stuff together (thats the leet version of hacked not the imcompetent version). I dont really know C++, but since I wrote bMotion to teach myself TCL, it seems reasonable that bMotion-lib would be a good way to teach myself C++.

What does this mean for the original bMotion? Well, Im not abandoning it, but Im not going to be so active on it now (not that Ive been enormously active on it recently anyway). Its a lot of code, and its quite a mess - especially since Im now trying to do things with it that TCL is a bit crap for (like storing data and running code, mostly).

<<less
Download (0.16MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1299 downloads
Antispyd 0.0.9

Antispyd 0.0.9


Antispyd is an HTTP/HTTPS threat filtering proxy server. more>>
Antispyd is a HTTP/HTTPS proxy server designed to be fast, efficient, modular and secure. Its written in pure C and uses a simple and customizable configuration file. Its POSIX compliant and has been developed under Gentoo/Linux.
The server is designed with a modular software architecture, the following filters can be used and configured independently :
Url Filtering
Mime-type Filtering
Web-Identity Masking
Shellcode and Zero-day threat Filtering
Cookie Removal
Simple Signature based Filtering
Inappropriate content Blocking
Pop-up Deleting
So, Antispyd can be used to satisfy some current companys security needs like :
Web Usage Policy establishment
Instant Messaging control
Peer-to-Peer Filtering
Malware Protection
Enhancements:
- This release provides a major improvement of the signature based filtering engine (the BLOCK_SIGN filter) in terms of both performance and functionality.
- The signatures are now stored in a 3-Tree to enhance the matching of each HTTP message.
- This filtering can be performed on each HTTP messages content.
- A signature can use the hexadecimal array of a byte to specify a fields value
<<less
Download (0.34MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1458 downloads
labTimer 0.0.9

labTimer 0.0.9


labTimer is a set of timer suited to black and white film processing. more>>
labTimer is a set of timer suited to black and white film processing. At the moment, the program can follow a basic sequence of development, fixing, and washing, with nice countdowns and reminders.

Self processing of black and white films is an unexciting, dull and tedious task. If you are here, you probably already know what I mean. Taking pictures, framing, sensing the light, choosing models and points of view is creative. Turning on the red light, making a contact sheet, selecting snapshots and printing a good negative with carefully forethought masking is creative. But between the shooting and the the proud display of the print, stands the prosaic duty of processing the film.

If youre so new to photography, or masochistic enough, as to wonder why, the answer is that film processing is done inside a dark, sealed, cylinder. From the moment you open the film canister in the complete darkness, until the end of the processing, you have zero opportunity to willingly influence the result. Therefore, processing is a completely "industrialized" process, where you have to follow blindly some procedures and just hope the result will match your expectations.

Dont misinterpret me ! During that process, there are numerous options to influence the outcome, but parameters cannot be chosen depending on the current state of the film. Therefore the choice of the values given to those parameters depends on previous results, manufacturers figures, and personal experience. Todays industrial norms are so strict that processing a film can be considered deterministic. If the pictures are ultimately over or under exposed, blurred or whatever, then its the photographers sole responsability.

<<less
Download (0.031MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1067 downloads
xonclock 0.0.9.1

xonclock 0.0.9.1


xonclock is very simple X on-screen analog clock. more>>
xonclock is X on-screen analog clock displayer with assignable skins. The program was tested to work with WindowMaker and FluxBox, if you are planning to use xonclock with KDE, GNOME and others you should read manual pages of its window managers.

For example using xonclock with KDE 3.2.1 youll need to set window placement as "Zero-Cornered" (KDE Control Center -> Window Behaviour -> Placement -> Zero-Cornered) otherwise xonclock "--placement" option will take no effect. Using xonclock with KDE, GNOME or XFce the "--no-winredirect" xonclock option is required.

The internal clock skin is taken from ClockX program with its author permission. Additional skins may be found at http://clocx.fi.cz. Im not the Linux programming guru so if youve found a bug dont swear at me but better fix it and give me a patch.

<<less
Download (0.28MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
810 downloads
RSS Editor 0.0.9.3

RSS Editor 0.0.9.3


RSS Editor is a Firefox extension that acts as a desktop RSS editor for casual editing of RSS 2.0 files. more>>
RSS Editor is a Firefox extension that acts as a desktop RSS editor for casual editing of RSS 2.0 files.

<<less
Download (0.20MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
934 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2