Main > Free Download Search >

Free beyond the red line demo software for linux

beyond the red line demo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4110
explosions demo 2005.07.31

explosions demo 2005.07.31


explosions demo project is a SDL-based toy with fireworks in 3D space and neat visual effects. more>>
explosions demo project is a SDL-based toy with fireworks in 3D space and neat visual effects.

"Explosions" is a simple SDL-based demo written in C which displays a faux-3D environment with small sprites.

Using the mouse, you can cause little sparks (or fireworks) to appear. Using the keyboard, you can change the angle of viewing.

You can also toggle a number of nifty effects, like blur, fade, dissolve, rotation and zoom.

The C source-code is fully commented, and should be useful for learning some simple SDL and interesting effects code.
<<less
Download (0.039MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1115 downloads
Beyond The Red Line Demo

Beyond The Red Line Demo


Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<less
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
Red Carpet 2.4.9

Red Carpet 2.4.9


Red Carpet is a software management tool for RPM-based Linux distros. more>>
Red Carpet is a software management tool for RPM-based Linux distros.

Red Carpet is a suite of applications that allows easy installation and update of software on Linux systems. Red Carpet project features both command-line and graphical GNOME interfaces.

These days Red Carpet is part of the Novell ZenWorks solution.
<<less
Download (1.9MB)
Added: 2006-07-09 License: GPL (GNU General Public License) Price:
1205 downloads
Jendela 0.5

Jendela 0.5


Jendela is a command line tool for controlling windows. more>>
Jendela is a command line tool for controlling windows. Windows can be maximized, minimized, shaded, etc.

Jendelas main goal is to extend the tools capabilities beyond what Metacity offers.

<<less
Download (0.081MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
etvis 0.03

etvis 0.03


etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game. more>>
etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game.
Demos recorded with ET can be sorted, renamed, deleted, and viewed. Comments can be stored for each demo individually.
Comments will remain no matter if a demo-file gets renamed by etvis or by another application.
For now you have to edit some things by hand before compiling, this will be changed in a later release:
Edit src/main.h EXECPARAMS for options to give to ET
src/main.c line 174 for the dir that is filled with your demos
src/main.c line 184 for your ET executable
Usage:
double-click on the filename to rename it
delete-key to delete the selected demo files
double-click views the selected demo in ET
Enhancements:
- A demo file can now be given as a command line parameter to omit the GUI, which is nice for associating etvis with .dm_84 files in your favorite file manager.
- In addition, basic gettext functionality was added.
<<less
Download (0.089MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
ical for Red Hat 2.2

ical for Red Hat 2.2


ical for Red Hat is the ical program, packaged for Red Hat. more>>
ical for Red Hat is an effort to provide the ical program in RPM format for users of current versions of Red Hat Linux.
<<less
Download (0.22MB)
Added: 2005-04-19 License: Freely Distributable Price:
1648 downloads
Tao Live CD 5.00

Tao Live CD 5.00


Tao Linux is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise product line. more>>
Tao Linux is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise Linux product line.
The target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Yum used for updates
- Based on commercially produced Enterprise sources
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available for seven years.
<<less
Download (MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
915 downloads
EZ Red Skin Fix

EZ Red Skin Fix


EZ Red Skin Fix is a script-fu that can be used to improve skin that has a reddish tint. more>>
EZ Red Skin Fix is a script-fu based on a technique by lylejk of dpreview.com that can be used to improve skin that has a reddish tint.

<<less
Download (MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1139 downloads
libtecla 1.6.1

libtecla 1.6.1


The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the UNI more>>
The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and
in-line wild-card expansion of filenames.

The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.

Note that special care has been taken to allow the use of this library in threaded programs. The option to enable this is discussed in the Makefile, and specific discussions of thread safety are presented in the included man pages.

Installation:

To compile and optionally install the library, it is first necessary to create a makefile for your system, by typing:

./configure

The Makefile that this generates is designed to install the files of the library in subdirectories of /usr/local/. If you would prefer to install them under a different directory, you can type:

./configure --prefix /wherever

Where you would replace /wherever with your chosen directory. Other command-line options are available, and can be listed by typing:

./configure --help

Having run the configure script, you are then ready to make the library. To do this, just type:

make

What make does depends on whether the configure script knows about your system. If the configure script doesnt know anything specific about your system, it will arrange for make to produce the static tecla library, called libtecla.a, and if possible, the reentrant
version of this called libtecla_r.a. If it does know about your system, it will also create shared libraries if possible.

If you are on a system that isnt known, and you would like shared libraries to be compiled, please read the file called PORTING to see how this can
be achieved.

To install the library, its include file and it manual pages, type:

make install

Note that this will also compile the library if you havent already done so.

Having compiled the library, if you wish, you can test it by running the demo programs. After building the library, you should find two programs, called demo and demo2, in the current directory.

The first of the demos programs reads input lines from the user, and writes what was typed back to the screen. While typing a line of input, you can experiment with line editing, tab completion, history recall etc.

For details about these line editing features, see the man page gl_get_line(3). If you havent installed this yet, you can see it anyway by typing:

nroff -man man3/gl_get_line.3 | more

The second demo program, called demo2, demonstrates command-completion
with the UNIX PATH. If you type in a partial command name, and press TAB, the command name will be completed if possible, and possible completions will be listed if it is ambiguous.

When you then enter the line, the demo program then prints out the full pathname of the command that you typed. If you type anything after the command name, filename completion with the tab key reverts to its default behavior of completing filenames in the current directory.
<<less
Download (0.50MB)
Added: 2005-09-21 License: MIT/X Consortium License Price:
1496 downloads
Tao Linux 4-update2

Tao Linux 4-update2


Tao Linux is one of several projects to build a free Linux distribution from the sources used in the Red Hat Enterprise. more>>
Tao Linux (pronounced dow Linux) is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise Linux product line.
The target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Includes gcj-compiled Eclipse IDE
- Includes clustering tools
- Yum with protectbase patch for safer use of 3rd-party repos
- Supports ACLs in ext3, nfs and Samba
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available into 2008
<<less
Download (2033MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1458 downloads
Line Marker 2.0.2006072201

Line Marker 2.0.2006072201


Line Marker is an extension which adds a new menu Line Marker to the context menu. more>>
Line Marker is an extension which adds a new menu "Line Marker" to the context menu.

It changes color of selection. Status of markers are saved to your profile.

<<less
Download (0.017MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
921 downloads
Red Hat Linux 9

Red Hat Linux 9


Red Hat Linux is probably the best-known Linux distribution. more>>
Red Hat Linux is probably the best-known Linux distribution. Red Hat Linux is well-supported by commercial software, and tends to be easy to install and have good hardware support out of the box.

Compaq has taken over the maintenance for Red Hat for their Alpha processor - theres a link to their Alpha Red Hat page below.

Red Hat 9 is the last version of Red Hat Linux per se, and Red Hat will stop supporting it soon. Instead they offer a commercial Linux distribution, "Red Hat Enterprise Edition", and a free distribution, "The Fedora Project".
<<less
Download (638MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1092 downloads
Making-Money-On-Line 1.0

Making-Money-On-Line 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-22 License: Freeware Price: Free
185 downloads
Make-Money-On-Line 1.0

Make-Money-On-Line 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
201 downloads
Babylon Search Online Demo 0.1.2b

Babylon Search Online Demo 0.1.2b


Babylon Search Online Demo provides a Firefox toolbar for trying out Babylon dictionaries and Wikipedia via the Web. more>>
Babylon Search Online Demo provides a Firefox toolbar for trying out Babylon dictionaries and Wikipedia via the Web.

Wikipedia search results are automatically shown as an easy-to-read summary, which is very convenient. Babylon is a multilingual Windows application (sold separately) from Israel.

It allows you to look up a word or term in multiple dictionary resources with just a single click.

<<less
Download (0.008MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
936 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5