Main > Free Download Search >

Free bitlife 0.9.5 software for linux

bitlife 0.9.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
BitLife 0.9.5

BitLife 0.9.5


BitLife is an eye candy showing parallel Conways Life games in the bitplanes of the screen. more>>
Its a simple idea: implement Conways Game of Life using boolean logic operations (and, or, not, xor); do so by blits, thus running a Life game in every bitplane in parallel.

Currently 2 implementations are available: a proof-of-concept (with a life-covered 3d cube!) one in Python (with Numeric/pygame) and a useful one in C (X-Windows screensaver, potentially accelerated).
<<less
Download (0.10MB)
Added: 2005-04-25 License: BSD License Price:
910 downloads
BTG 0.9.5

BTG 0.9.5


BTG is a Linux bittorrent client implemented in C++ and using the Libtorrent library. more>>
BTG is a Linux bittorrent client implemented in C++ and using the Libtorrent library. Provides a Ncurses, Gtkmm and www GUI, which communicate with a common backend running the actual bittorrent operation.
Main features:
- Daemonized backend.
- Number of different clients.
- Ability to change client without stopping downloads.
- Common interface (transport layer) used to access the daemon shared by the clients.
- Portability.
- Tested on Linux, OSX, FreeBSD.
- Session saving.
- Per user event callback.
<<less
Download (1.0MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
900 downloads
Mistral 0.9.5

Mistral 0.9.5


Mistral is a high-level imaging engine for the Java Standard Edition platform (J2SE). more>> <<less
Download (MB)
Added: 2007-04-01 License: The Apache License 2.0 Price:
939 downloads
Wartimes 0.9.5

Wartimes 0.9.5


Wartimes is a dynamic shooting game with simple graphic. more>>
Wartimes is a dynamic shooting game with simple graphic. Survive and destroy enemy troops.

<<less
Download (5.0MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1538 downloads
Cynthiune 0.9.5

Cynthiune 0.9.5


Cynthiune is a free software and romantic music player for GNUstep and Mac OS X. more>>
Cynthiune is a free software and romantic music player for GNUstep and Mac OS X. Cynthiune can play Ogg and MP3 files.

For the moment, it looks pretty much like XMMS, Winamp and similar software. Even though it has far less features than those, the essential components of a usable and user-friendly program are there in my opinion.

From a programmatic point-of-view, I have decided to write a program that is released only when considered bug-free. The free software community lacks, IMnsHO, a sense of quality that makes its programs nearly useless to lambda users. Not only is it useless, but I think it also gives free software a bad reputation. The principle of freedom in "free software" is fundamental to me, but it has to be reachable not only by some sort of geeky elite. There is no point in telling users that since they have the freedom to enhance those programs, they must fix them if they want to use them. Releasing a program with too many bugs is of no use and is likely not to interest other fellow programmers in the community either.

On the other hand, Apple has published an interesting program called "iTunes". Of course, it is not free software but it does implement interesting ideas that I would like to include in Cynthiune. For example: CD burning, complete playlist management, etc... Personally I find its user interface to be not as user-friendly as it could be. My plan is thus to take advantage of my own programming skills and sense of aesthetics (and ergonomy) to try to write something a little bit different, inspired both by XMMS/Winamp and iTunes. Cynthiune is thus currently very basic but its core design is starting to be extensible enough that it will not be too much trouble to enhance it.

Installation:

If all your library requirements are fulfilled (see below). Just type "make && make install". If you want to run Cynthiune from the source directory, you would have to type "make local-build=yes". This way, the linker will be forced against to link Cynthiune.app against the copy of the Cynthiune framework that was built under the source directory. Whenever you are missing a library or if a specific file-format does not interest you, you can disable the build of its bundle by typing "make disable-[bundle]=yes" (where [bundle] is the name of the bundle you wish to avoid). For the available values, have a look at the GNUmakefile of the top source directory.

<<less
Download (0.48MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1300 downloads
shwild 0.9.5

shwild 0.9.5


shwild provides a platform-independent library for pattern matching. more>>
shwild provides a platform-independent library for pattern matching.
shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.
Building:
Makefiles for all the main supported compilers are included in the subdirectories of the build directory. For example, the makefile for Borland C/C++ v5.6 is in build/vc6. Since Borland is only supported on Windows, there is a single makefile called makefile.
For compilers that are supported on more than one platform, there are several makefiles located in the build sub-directory.
For example, for GNU C/C++ v3.4 (in /build/gcc34) both makefile.unix and makefile.win32 are provided. Most make tools require that you explicitly specify the makefile name (using -f) to use such makefiles, e.g.
$ make -f makefile.unix.
This will build the shwild library, and the C test programs. It will also attempt to build the C++ test programs. Since the C++ mapping relies on the STLSoft libraries, the makefile will look for the environment variable STLSOFT: it specifies -I%STLSOFT%/include (Windows) / -I$STLSOFT/include (UNIX) to the compiler.
Enhancements:
- fixes to UNIX compilation
- STLSoft 1.9.1 beta 44 or later
- Open-RJ 1.6.1 or later (but only for Test programs)
<<less
Download (0.51MB)
Added: 2007-02-22 License: BSD License Price:
975 downloads
LibKMid 0.9.5

LibKMid 0.9.5


LibKMid is a library that implements features to play MIDI events on MIDI devices. more>>
LibKMid is a library that implements features to play MIDI events on MIDI devices. LibKMid also includes easy-to-use functions if all you want is play MIDI files in your application (for example, background music in a game), and a console MIDI player. The API is well documented, and the design is very simple for the most common uses.

LibKMid uses the OSS drivers to support External MIDI synthesizers, AWE, GUS and FM synths, along with soundcards from the SB Live family.

You can add easily support for any other MIDI device you may find (but Im afraid there isnt any left), MIDI Mappers (in the same format as MIDI mappers from KMid), and a MIDI file player engine that is able to play MIDI files even if theyre really corrupted or broken.

Perhaps the main thing about LibKMid is that its optimized to take up as little resources as possible, so playing a complex MIDI on my computer (a K6/200) takes approximately 0.1% of the CPU.
<<less
Download (0.15MB)
Added: 2006-03-31 License: LGPL (GNU Lesser General Public License) Price:
1304 downloads
esms 0.9.5

esms 0.9.5


esms provides a small console program to send messages to cellular phones. more>>
esms provides a small console program to send messages to cellular phones.

esms is a simple program which sends SMSes to cellular phones. It splits big messages into many fragments, which are later sent with error control. It works for cellular phones in Spain.
<<less
Download (0.033MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
944 downloads
PXSL 0.9.5

PXSL 0.9.5


PXSL project provides a convenient shorthand for writing markup-heavy XML documents. more>>
PXSL project provides a convenient shorthand for writing markup-heavy XML documents.
PXSL ("pixel") is a convenient shorthand for writing markup-heavy XML documents. It provides XML authors and programmers with a simple, concise syntax that they can use to create XML documents.
For more advanced users, it offers customizable shortcuts and sophisticated refactoring tools like functional macros that can markedly reduce the size and complexity of markup-dense XML documents.
Enhancements:
- UTF-8 is now the default input/output encoding
<<less
Download (0.049MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
tuneroid 0.9.5

tuneroid 0.9.5


tuneroid is a tuner for variety of musical instruments. more>>
tuneroid is a tuner for variety of musical instruments. It is designed to tune musical instruments on PC using a microphone or directly connecting the instrument to the PCs sound card.

<<less
Download (0.61MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
QTorrent 0.9.5

QTorrent 0.9.5


QTorrent is a BitTorrent client that uses the Qt widget-set. more>>
QTorrent is a BitTorrent client that uses the Qt widget-set. QTorrent allows you to have several torrents open at the same time from within the same program window, offering you easy overview, access and management through a list-mode.

Every torrent also has its own page where you can control things like upload speed and upload slots. A page that shows some statistics of all open torrents is also available.

To use QTorrent, just download the tarball, extract it somewhere and run the qtorrent binary. Installing QTorrent is not necessary.

<<less
Download (0.072MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
6131 downloads
GToolKit 0.9.5

GToolKit 0.9.5


GToolKit is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set. more>>
GToolKit project is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set.

GTK+, which stands for The Gimp Toolkit, is a library for creating graphical user interfaces for the X Window System and MS Win32 (and maybe BeOS in the future).

There are already a number of different Objective-C interface libraries around and each one has its own features, so you have to decide for yourself which one to try and use.

<<less
Download (0.37MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1156 downloads
Swiginac 0.9.5

Swiginac 0.9.5


Swiginac is a Python interface to GiNaC, built with SWIG. more>>
Swiginac project is a Python interface to GiNaC, built with SWIG. The aim of swiginac is to make all the functionality of GiNaC accessible from Python as an extension module.
Current status is beta; a lot (but not all yet) of the GiNaC classes are exposed, virtually all of the GiNaC tests pass.
For more information, documentation and software downloads, visit our group pages on BerliOS.
Examples:
Just a few illustrations from the Python interpreter:
>>> x=symbol("x")
>>> sin(x).series(x==0, 8)
1*x+(-1/6)*x**3+1/120*x**5+(-1/5040)*x**7+Order(x**8)
or
>>> y = symbol(y)
>>> lsolve([3*x + 5*y == 2, 5*x+y == -3], [x,y])
[x==-17/22, y==19/22]
Enhancements:
- Exceptions are now caught to prevent user errors from terminating Python sessions.
- Also, matrices are automatically evaluated, and the swiginac tutorial is included.
<<less
Download (0.062MB)
Added: 2007-02-21 License: MIT/X Consortium License Price:
975 downloads
GENPO 0.9.5

GENPO 0.9.5


GENPO (GENeral Purpose Organ) is a program which replicates the essential features of any pipe, theatre, or reed organ. more>>
GENPO (GENeral Purpose Organ) is a program which replicates the essential features of any pipe, theatre, or reed organ. The project reads a description of an organ (a .org XML file) and presents a suitable user interface for operating that organ.

There are a number of high quality organ "SoundFonts" freely available and the .org file maps the stop sounds to organ manuals and stops. Other facilities such and couplers and presets are available.

You may connect one or more MIDI keyboards to GENPO to provide the organ manuals, and you can even assign one to be the pedalboard if so desired.

<<less
Download (0.028MB)
Added: 2007-04-21 License: GPL (GNU General Public License) Price:
921 downloads
Jake2 0.9.5

Jake2 0.9.5


Jake2 is a Java 3D game engine. more>>
Jake2 is a Java 3D game engine. Jake2 is a port of the GPLd Quake2 game engine from id Software. To use the Jake2 engine you need either the data files from the original game or from the demo version that is available for download from ftp://ftp.idsoftware.com.
Jake2 uses jogl for OpenGL graphics and joal for 3D sound. Since version 0.9.4 an a lwjgl driver is included as alternative for the jogl/joal combination. Currently supported operating systems are Linux and Windows2000/XP but it should work on Mac OS X as well.
Main features:
- pure Java port of the Quake2 game engine
- full playable singleplayer mode
- full featured multiplayer client
- multiplayer server
- demo playback and recording
- save/load games
- fullscreen support
- two different OpenGL bindings (jogl and lwjgl)
- OpenAL sound engine for true 3D sound
<<less
Download (3.5MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1269 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4