Main > Free Download Search >

Free easymod 0.3.0 software for linux

easymod 0.3.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
Encod 0.3.0

Encod 0.3.0


Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. more>>
Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. If you have Encod making part of another package, read the documentation in the top level source directory first to see if you need to compile Encod seperately.
Encod ! is distributed under the GNU Library General Public License, included in this package under the top level source directory in the file LICENSE.
Enhancements:
- Switch Encod methods for cd access and cddb by code for a CDPlayer use and Cddb use
<<less
Download (0.12MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Gemello 0.3.0

Gemello 0.3.0


Gemello is a forms front end for PostgreSQL on GTK written in Python. more>>
Gemello is a forms front end for PostgreSQL on GTK. Gemello project is written in Python and uses Python as the trigger language.

Abu combines design concepts of Oracle Forms and Microsoft Access. It is meant to be simple and lean yet powerful enough to support scalable applications.

<<less
Download (0.18MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1382 downloads
saydate 0.3.0

saydate 0.3.0


saydate is a Linux shell program that talks the date and system uptime. more>>
saydate is a Linux shell program that talks the date and system uptime. saydate was adapted from saytime.sh (shell version of saytime, by david@eng.sun). Sound recording is not necessary for running saydate but it is useful if you want to record your own voice in place of mine.

Check to see if your system supports sounds through soundcard by running the folowing code snippet:
# record 4 seconds of audio from microphone

dd bs=8k count=4 sample.au

# play back sound

cat sample.au >/dev/audio

To install saydate just do the following three steps:

1.) Unpack the archive by typing tar xzvf saydate*
2.) Type cd saydate* to change into the saydate directory. Check the Makefile in the saydate directory for the correct paths to your manpage-directory (either /usr/man/man1, or /usr/share/man/man1) and doc-directory (either /usr/doc or /usr/share/doc), and uncomment the correct entries.

3.) Become root by typing su and the root-password.
Then type make install to install saydate (you must be in the saydate directory for this!).

<<less
Download (0.13MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1176 downloads
ECalc 0.3.0

ECalc 0.3.0


ECalc is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions. more>>
ECalc application is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions.
To install, just put the jar from the zip-files in your plugin-directory and restart eclipse. To uninstall, remove the jar-file and the directory .metadata/.plugin/se.fnord.ecalc from your workspace directory/directories.
Main features:
- Command-history.
- Functions (sin, cos, tan, asin, acos, atan, min, max, hypot, random, round, ceil, floor).
- Ability to switch between radians and degrees.
- The basic operators (+, -, *, /, % (modulus), ^ (power)).
- Bitwise operators (>>,<<less
Download (0.064MB)
Added: 2006-06-04 License: MIT/X Consortium License Price:
1279 downloads
Snoop 0.3.0

Snoop 0.3.0


Snoop is a A GNU/Linux file descriptor monitoring tool inspired by FreeBSDs watch. more>>
Snoop is a A GNU/Linux file descriptor monitoring tool inspired by FreeBSDs watch. Snoop project goes beyond simple TTY snooping by allowing the interception of any file descriptor.
You can attach on the fly to regular files, TTYs, named pipes, character devices, and pretty much anything that is represented by a file descriptor and addressable in the standard name space. It currently supports only recent 2.6 Linux kernels.
Enhancements:
- This release addresses the compatibility issues with recent kernels.
- It also extends the monitoring capabilities to parent directories in order to intercept creation events and attach targets on the fly.
<<less
Download (0.10MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
956 downloads
PengSwim 0.3.0

PengSwim 0.3.0


PengSwim project is an SDL-based game featuring a penguin swimming and eating fish. more>>
PengSwim project is an SDL-based game featuring a penguin swimming and eating fish.
PengSwim is a game of swimming and eating, a penguins two favorite activities. The object of PengSwim is to eat as many fish as possible within the time limit.
Once youve eaten all the fish on the level, you move to a new level with more fish to eat. The SDL, SDL_mixer, and SDL_ttf libraries are required.
System requirements:
- Ive only tested the game on Linux, but it may be possible to install in on other systems, provided you fix the Makefile accordingly. I use SDL, SDL_mixer, and SDL_ttf, all of which have been ported to a variety of systems. Youll also need a TrueType font, preferrably Helvetica (see Installation). Other than that, it should compile without a problem. Let me know of any success stories on non-Linux platforms.
<<less
Download (0.57MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1077 downloads
X-Moto 0.3.0

X-Moto 0.3.0


X-Moto is a 2D motocross platform game. more>>
X-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges.
First youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
<<less
Download (2.6MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
2166 downloads
alived 0.3.0

alived 0.3.0


alived is a simple daemon and client for sending keepalive messages. more>>
alived is a simple daemon and client for sending keepalive messages. The server keeps a list of hostname to IP address, useful for when a remote DHCP client changes IP addresses.
The whole idea is to have a machine send its current IP address to a server. This is because I hate it when my machine reboots and looses its DHCP assigned addressed while Im away from it.
To run it, install the alive daemon (alived) on a server. It can be invoked with alived to run in a terminal, or alived -d to run as a daemon.
The client (alive) should be setup to start during the startup of the system. On the command line you need to pass the name of your host and the IP or hostname of the server running the daemon.
alookup is used to query a server for a specific name, returning its last known IP address and the time the server last heard from the host.
Enhancements:
- Modified alived, alive and alookup to use getopt_long() and follow the GNU standards more closely.
<<less
Download (0.056MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
GvTags 0.3.0

GvTags 0.3.0


GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. more>>
GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy.
The tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP).
The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.
Enhancements:
- GvTags now has a command line script to start GvTags.
- It contains an ant task to include the TagTemplateEngine in ant scripts.
- An HTTP server based on jetty is embedded.
- You can download an all-in-one distribution, which contains everything to run GvTags.
- Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.
<<less
Download (1.9MB)
Added: 2006-07-17 License: The Apache License 2.0 Price:
1194 downloads
ps3 0.3.0

ps3 0.3.0


ps3 is a utility for monitoring process activity on a Linux machine. more>>
ps3 is a utility for monitoring process activity on a Linux machine. It is a little bit like top, except that:
- it displays all processes
- it updates itself up to 100 times per second instead of once every three seconds
- it shows a 3D chart, with interactive rotation, zooming and scaling
Installation:
Just type make.
<<less
Download (0.021MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1485 downloads
JDJ 0.3.0

JDJ 0.3.0


JDJ is the music player for friends DJs. more>>
JDJ is the music player for friends DJs.
No button that makes your screen sounds like a Xmas tree. Just what is useful for friends DJs ! Its a music player specially designed for you, very simple to use, but with powerful features... free and soon open-source !
Main features:
- multi-sound cards support. 2 players with auto-mix between songs,1 pre-listen player
- indexing of thousands of songs in a single efficient database (mp3 supported in the first version. Others will be supported later : ogg, wav, ..)
- direct search / selection over all songs in the database. Management of song categories
- playlist offering the possibility to manage songs by groups. Open / save m3u and m3u8 playlists keeping groups definitions
Usage:
- unzip it somewhere on your disk. If you would like to boot from a Live CD, think to put JDJ on an USB memory stick to enable it to manage and store its database
- think to turn the sound card volume ON (it was OFF by default on my Knoppix configuration<<less
Download (35.0MB)
Added: 2007-07-21 License: Free for non-commercial use Price:
850 downloads
GalaxyMage 0.3.0

GalaxyMage 0.3.0


GalaxyMage is a free, open-source tactical/strategic RPG for Windows, Linux, and Macintosh. more>>
GalaxyMage is a free, open-source tactical/strategic RPG for Windows, Linux, and Macintosh.

The tipical RPG game system is a type of role-playing game where turn-based battles are fought on a 3D map. Examples of commercial tactical RPGs include Final Fantasy Tactics, Vandal Hearts, and Disgaea: Hour of Darkness.

Our goal is to make GalaxyMage a game that is relatively simple to pick up and play -- you can dive right in without getting bogged down in the details of the battle mechanics -- but to also allow for a lot of character development and customization.

We also intend to create a unique, advanced AI system that allows enemy units to work together as a team and employ a wide variety of strategies. And eventually, we plan on adding networked multiplayer support.

<<less
Download (3.8MB)
Added: 2006-03-26 License: GPL (GNU General Public License) Price:
1308 downloads
Libgmonodp 0.3.0

Libgmonodp 0.3.0


Libgmonodp enables monopd-compatible boardgame clients (such as gtkmonop) to run their own servers internally. more>>
Libgmonodp enables monopd-compatible boardgame clients (such as gtkmonop) to run their own servers internally.

Installation:

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.043MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1257 downloads
PHPterm 0.3.0

PHPterm 0.3.0


PHPterm is a PHP Shell Terminal. more>>
PHPterm is a terminal/shell emulator for PHP which lets you execute shell commands just like in a shell, but all within your browser window over the HTTP protocol.

It aims to provide the look and feel of konsole, the KDE terminal.
<<less
Download (0.014MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1490 downloads
GutenPy 0.3.0

GutenPy 0.3.0


GutenPy project is a comfortable text reader and catalog browser for Project Gutenberg. more>>
GutenPy project is a comfortable text reader and catalog browser for Project Gutenberg.

GutenPy is written with Python GTK2, so all those nice clean fonts are available. This also allows it to run well on both Windows and Linux. It features handy bookmarking, line numbering, and word definition lookups (using a dict server).

The catalog browser can filter its booklist by Author, Title, and Subject using simple, or complex, regular expressions. Once the books are found a booklist of wanted items can be created and downloaded, or saved for future downloading.

<<less
Download (0.068MB)
Added: 2006-07-23 License: GPL (GNU General Public License) Price:
1191 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5