Main > Free Download Search >

Free 9 11 software for linux

9 11

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1762
Cibyl 11

Cibyl 11


Cibyl is a programming environment that allows compiled C programs to execute on J2ME-capable phones. more>>
Cibyl is a programming environment that allows compiled C programs to execute on J2ME-capable phones. Cibyl uses GCC to compile the C programs to MIPS binaries, and these are then recompiled into Java bytecode.
The programs are not parsed during runtime, and Cibyl is therefore relatively well-performing. With Cibyl, games written in C can be ported to J2ME without switching language. The environment is tied to the GNU compiler tools (GCC and binutils) and only tested on Linux so far although it should work in other environments as well.
There are two reasons why I want Cibyl. First, C is in my opinion a much better suited language for writing games than Java. Also, since I have a couple of old games written in C, I would like to port them to the J2ME environment without rewriting the entire games. The goal is therefore to be able to only port the game to a another API instead of porting the game to another language.
The name started out as Nophun, a pun on Mophun, but has now changed to Cibyl (since it is so fun!). Cibyl is an abbreviation of something, but only the C, meaning C has been fixed so far.
Enhancements:
- The ability to inline certain function calls was added, which greatly improves floating point performance.
- Exception handling has been changed to match the native Java behavior, and various performance optimizations have been implemented.
<<less
Download (0.088MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
825 downloads
KBoot 11

KBoot 11


KBoot project is a proof-of-concept implementation of a Linux boot loader based on kexec. more>>
KBoot project is a proof-of-concept implementation of a Linux boot loader based on kexec. KBoot uses a boot loader like LILO or GRUB to load a regular Linux kernel as its first stage. Then, the full capabilities of the kernel can be used to locate and to access the kernel to be booted.
KBoot integrates the various components needed for a fully featured boot loader, and demonstrates their use. While the main focus is on basic technical functionality, KBoot can serve as a starting point for customized boot environments offering additional features.
Main features:
- supports most file systems and device drivers the Linux kernel supports
- transparent navigation in the file system of the booted system, including auto-mounting guided by /etc/fstab
- network configuration is either manual or with DHCP, including name resolution via /etc/hosts and DNS
- access to file systems via NFS
- access to files via HTTP, FTP, and TFTP
- inbound and outbound SSH (to and from the boot loader)
Enhancements:
New features:
- pressing Ctrl-C before the KBoot prompt is shown now starts an emergency shell (based on suggestions by Brent Baude)
- README: added a troubleshooting section explaining how to get a shell if things turn sour
Changes:
- upgraded to the 2.6.19.2 kernel
- upgraded to Busybox 1.3.1
- patches/busybox-noshadow.patch: fix Busybox build without shadow passwords (from PLD Linux)
- scripts/KBoot: start udhcpc with -n instead of --now, since the latter is no longer recognized
- upgraded to udev 104
- Makefile: recent versions of udev arent stripped, so we do this
<<less
Download (0.042MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
892 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
ERW 1.0.11

ERW 1.0.11


ERW is an innovative tool to manage ER-based databases with a browser. more>> <<less
Download (2.14MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1558 downloads
GEX 0.6.11

GEX 0.6.11


GEX is just another desktop environment. more>>
GEX is just another desktop environment. Definitely nothing special. But it has one feature that no other desktop environment could provide: GEX is mine and gets all the features that I need and nothing else.
Another reason for this little desktop environment is my endeavor to create an Mbus profile for desktop environments and applications. It should provide at least the following features:
- a dynamic configuration mechanism for applications
- a remote control mechanism
- a event mechanism for service daemons
Configuration:
The configuration of GEXs first generation is completly stored in one single INI like file. This file may be located at several different places in your home directory:
~/.gex
~/gexrc
~/etc/.gex
~/etc/gexrc
~/usr/etc/.gex
~/usr/etc/gexrc
Each of the core components of the GEX desktop environment has its own configuration group in this file. The available keys, their possible values and a description can be found in the follow sections.
Enhancements:
- More support for multiple screens was added.
- gex-desktop draws the configured background configuration on all available screens and gex-panel can provide several panels on any available screens.
- A few bugs were fixed; for example, the detection of screen resizes should work much better now.
<<less
Download (0.25MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
1620 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
Mtools 3.9.11

Mtools 3.9.11


Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. more>>
Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. The project supports Win95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
Mtools can now handle the long filenames of Windows NT and Windows 95. Mtools is maintained by David Niemi and me (Alain Knaff). Mtools-3.9.9 has been released on March 3rd, 2003.
Enhancements:
- This is mostly a maintainance release which fixes a couple of bugs, addresses warnings raised by gcc4, and merges some platform-specific patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris).
<<less
Download (0.38MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
929 downloads
clig 1.9.11.1

clig 1.9.11.1


clig is a command line interpreter generator. more>>
clig is a command line interpreter generator. Clig creates for your C-Program or lets you use in your Tcl-script.
Main features:
- a command line interpreter with those features:
- Flag, Int, Long, Float, Double or String options
- no. of parameters of options can be specified
- a range can be specified for the numerical options
- options can have defaults
- options can be mandatory (not really optional then :-)
- The command line interpreter will check for your C-program or Tcl-script the existence of mandatory options, correct range of numerical option arguments and correct number of arguments. Violation results in readable error messages. Parsed results are delivered to your C-program in a custum-built structure or as directly accessible variables to your Tcl-script.
- a readable, up-to-date usage-message
- a basic manual page
<<less
Download (0.066MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1173 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
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
HTMLab 1.11

HTMLab 1.11


HTMLab is a tool for demonstrating and experimenting with HTML markup. more>>
HTMLab is a tool for demonstrating and experimenting with HTML markup. It runs within a web browser, using JavaScript and CGI. HTML documents may be created or marked up on-the-fly, and the results immediately displayed or validated.

The Interactive HTMLab is implemented by the htmlab.cgi CGI script. This script requires perl version 5 and the LWP::UserAgent module.

Do not even consider retrieving this unless you are reasonably competent with perl. All you are getting is a bare script with no documentation. You will almost certainly need to tailor it to work in your environment.

For instance, the do-validate.sh script (launched by the VALIDATE button) almost certainly wont run as-is in your environment.
<<less
Download (0.005MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
amaroK 11.3

amaroK 11.3


amaroK is a SuperKaramba control panel for amaroK. more>>
amaroK is a SuperKaramba control panel for amaroK.
It shows the current track and it has functions for:
- Play
- REW
- FFW
- Pause
<<less
Download (0.006MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
692 downloads
pyhada 0.11

pyhada 0.11


pyhada checks selected webpages periodically, for updates, and displays the updates in the dockapp. more>>
pyhada ([py]thon [h]ttp [a]utosurfer [d]ock[a]pp), checks selected webpages periodically, for updates, and displays the updates in the dockapp.

What:

Pywmgeneral is a python module that will help you develope WindowMaker dockapps in python. It is mostly a wrapper around the functions from the popular wmgeneral.c, but some new functions are added too.

It also contains the Python written module pywmhelpers.py which contains functions to aid the development of wm dockapps. This module contains python functions that wrap up the functions which the extension module provides.

They ease up argument passing and give nicer return values. Some additional functions, like help for handling a simple configuration file is also available. This module is better documented than the pywmgeneral.

It is adviced to only use pywmhelpers and not touch the pywmgeneral module directly at all. For information about how to use the module, see the documentation in pywmhelpers.py. It is also possible to import it in the interactive interpreter and issue help(pywmhelpers).
<<less
Download (0.24MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
Glom 1.3.11

Glom 1.3.11


Glom allows you to design database table definitions and the relationships between them. more>>
Glom allows you to design database table definitions and the relationships between them. It also allows you to edit and search the data in those tables.

The design is loosely based upon FileMaker Pro, with the added advantage of separation between interface and data. It attempts to provide a simple generic framework sufficient to implement most database applications. These systems normally consists of lots of repetitive, unmaintainable code.

Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format.

Glom uses the PostgresSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality.

<<less
Download (1.6MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5