Main > Free Download Search >

Free levels software for linux

levels

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1807
Epson Photo Ink Levels 0.1

Epson Photo Ink Levels 0.1


Epson Photo Ink Levels uses the escputil program to access Epson printers. more>>
Epson Photo Ink Levels uses the escputil program to access Epson printers.

Ive set it up for newer Epson photo printers as that suits my needs, but its a Kommander dialog so you can easily edit it for your needs.

It does allow you to set up the device using a dialog. I hope you find it useful.

<<less
Download (0.019MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1156 downloads
Level Shmup 1.0

Level Shmup 1.0


Level Shmup is a frantic addictive shoot-em-up. more>>
Level Shmup is a frantic addictive shoot-em-up.

Level Shmup is an old-school arcade style shoot-em-up game in the style of classics such as R-Type and Gradius. Interesting features of this game include the ability to fire in eight directions, and an adaptive difficulty curve.

The game automatically gets easier or harder based on your performance, with bonuses awarded for completion on the highest difficulties.

Usage:

Level Shmup must be run from a terminal to work. Just navigate to the folder youve uncompressed the game to, and type ./levelshmup (then Enter, of course).

<<less
Download (18MB)
Added: 2006-05-30 License: Freeware Price:
1296 downloads
Xreversi 2.0

Xreversi 2.0


Xreversi project is a networked Reversi/Othello program. more>>
Xreversi project is a networked Reversi/Othello program.

Xreversi is a complete implementation of the well-known Reversi (or Othello) board game.

It lets users play against the computer with 10 levels of AI, or against each other through a network.

Xreversi currently supports English and French languages.

<<less
Download (0.029MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
Balls 1.0

Balls 1.0


Balls is a puzzle game. more>>
Balls is a puzzle game. Place a few tiles judiciously in the level, and then activate the level and watch the balls find their way into the holes - or not.

There arent many levels, but this game is worth the download if only for the music and sound effects.

<<less
Download (1.0MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1534 downloads
UK Threat Level 0.15

UK Threat Level 0.15


UK Threat Level is an extension which displays the current UK Threat Level as an icon in the status bar. more>>
UK Threat Level is an extension which displays the current UK Threat Level as an icon in the status bar.

Future releases of this extension should include a preferences window allowing you to choose where you want your threat alert to appear and many other features.

<<less
Download (0.030MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
930 downloads
JPexeso 0.7

JPexeso 0.7


JPexeso is a memory training game in which the player gets to reveal two cards in each turn. more>>
JPexeso is a memory training game in which the player gets to reveal two cards in each turn. The goal of the game is to collect as many pairs of similar cards as possible.

The game can be played either against a human opponent or an AI and there are different levels of AI for the computer opponent.

<<less
Download (15MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1495 downloads
Open Invaders 0.2

Open Invaders 0.2


Open Invaders is a GPL version of Space Invaders. more>>
Open Invaders is a fully-GPL interpretation of Taitos Space Invaders. While it is not a perfect clone, the aim of the project is to provide a feature rich clone of the famous arcade game. It features (so far) 14 levels with unique backdrops and a full soundtrack.

<<less
Download (0.14MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
859 downloads
Recording level monitor 0.2.1

Recording level monitor 0.2.1


Recording level monitor records analog audio from the sources you choose and plays it back simultaneously. more>>
Recording level monitor records analog audio from the sources you choose and plays it back simultaneously so that you can hear it, while monitoring the loudness (input) level of the recording.

Youll be able to hear and see whether the volume is too high (introducing analog distortion and digital clipping) or too low (letting through background noise and hiss) on your audio gear.

Do you use your computer to record audio regularly? Have you noticed how hard it is to get great quality sound when recording into a computer? Did you ever try to set volume levels in your gear while juggling with input levels on your sound cards? Then this program is for you.

In the same spirit, you can choose which sound card you want to record from, which sound card you want use to hear the recorded sound, choose a recording input line and a recording input level mixer, and adjust the input level (optionally having the program lower the level if the input is too loud).

This program is licensed to you under the GNU General Public License.
<<less
Download (0.045MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1442 downloads
Nameko 20070620 (Low Level Classes)

Nameko 20070620 (Low Level Classes)


Nameko was born as a simple PHP webmail. more>>
Nameko was born as a simple PHP webmail. Now Nameko is much more than this: its a set of classes to manage e-mail with PHP.
The project can retrieve message from a POP3 server, parse e-mails, send email through SMTP server, and so on.
The mail parser was totally rewritten from the original version: now its greatly improved, and it can read every kind of email.
The Nameko webmail has also been totally rewritten: now it has a great interface, fast, powerful, with a lot of advanced tools.
Each component of the webmail is customizable, with a sort of plug-ins system: you can add only the plug-ins for the functions you really need.
The basic version on Nameko is always a one-file script: so simple tu set up!
Enhancements:
- This release include great performance improvements, making parsing also of heavy email (> 50MB) much faster.
- It includes some code cleanup and small bugfixes.
<<less
Download (0.020MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
859 downloads
High Level Virtual Machine 0.1

High Level Virtual Machine 0.1


High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. more>>
High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages.
The High Level Virtual Machine is:
- Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode storage, runtime execution, etc.
- Aimed at supporting dynamic languages such as Ruby, Python, Perl, Jython, Haskell, Prolog, etc.
- A complete compiler developers toolkit for creating new languages easily. To write a new compiler, language designers simply write a plugin that describes the language to HLVM and how to translate the grammar productions into HLVMs comprehensive Abstract Syntax Tree (AST). After that, HLVM handles all aspects of code generation, bytecode storage, XML translation, JIT execution or interpretation, and native compilation.
- A language interoperability framework. Because all front end compilers generate code in the same AST, they can interoperate. Use of the runtime library for common constructs (e.g. "string") allow even complex data types to be shared between languages. Users of HLVM can write complex programs in multiple languages and be assured the result can be executed efficiently.
- A code management system including code revisioning, interface versioning, automated recompilation, separation of workspaces, etc.
- Currently under development. Project started April 20th, 2006. Stay tuned to this web site for future developments.
<<less
Download (0.12MB)
Added: 2006-06-15 License: LGPL (GNU Lesser General Public License) Price:
1227 downloads
Zephulor

Zephulor


Zephulor is an arcade like game. more>>
Adventures on Planet Zephulor was written entirely in Python, using the PyGame library.

The tar.gz file contains the python scripts, including all of the tools written to aid in the creation of levels for the game.

The bulk of the game play involves finding power-ups and hidden areas and avoiding or squashing strange alien monsters bent on your destruction.

There are a few hidden areas, and in several locations, the player will experience different levels based upon which path is chosen.

There are no lives or continues in the game. If the player dies, he/she simply restarts at the beginning of the level. All creatures and power-ups are persistent in each level, in other words, if all but one enemy has been killed on a level when the player dies, there will only be that remaining creature as the player restarts.

There are about 15 levels, and different 5 creature types.

<<less
Download (3.1MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
ProScrabble v1.0

ProScrabble v1.0


ProScrabble is a scrabble program and powerful dictionary search utility. more>>
ProScrabble is a scrabble playing program and a very powerful dictionary search. You can load/save/print games and add new dictionaries. It plays on 6 different levels and even the levels are editables.
Main features:
- Play against your friend, computer(s) or see a demo game between computers.
- Very powerful and fast dictionary search
- You can supply new dictionaries or edit them
- Save and load current game
- Replay the last game
- Hint from the computer
- And more
<<less
Download (0.70MB)
Added: 2006-09-01 License: Freeware Price:
1924 downloads
Homeland Security Threat Level 0.52

Homeland Security Threat Level 0.52


Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon. more>>
Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon.

Displays the current U.S. Homeland Security Threat Level as an icon in the status bar.

<<less
Download (0.028MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
932 downloads
Brutal Chess 0.5.2

Brutal Chess 0.5.2


Brutal Chess is a 3D chess game with several levels of AI inspired by Battle Chess released by Interplay circa 1988. more>>
Brutal Chess project features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular "Battle Chess" released by Interplay circa 1988.

<<less
Download (4.5MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
617 downloads
Kalcul 0.3

Kalcul 0.3


Kalcul project is a math game for children aged 8 to 15. more>>
Kalcul project is a math game for children aged 8 to 15.
It has 4 levels of difficulty and the user can choose between variants that teach addition, substraction, multiplication, or division.
Enhancements:
- fixed some bugs and polished interface
<<less
Download (0.14MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1094 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5