Main > Free Download Search >

Free beyond software for linux

beyond

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 187
beyond 1.3

beyond 1.3


beyond is a driver for the multimedia installation for Prof. Jill Scotts Beyond Hierarchy (Dortmund, Zeche Zollern). more>>
beyond is a driver for the multimedia installation for Prof. Jill Scotts "Beyond Hierarchy" (Dortmund, Zeche Zollern, Summer 2000).

<<less
Download (0.051MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1236 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
Beyond Linux From Scratch 6.2.0

Beyond Linux From Scratch 6.2.0


Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. more>>
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. It assists users in developing their systems according to their needs by providing a broad range of instructions for installing and configuring various packages on top of a base LFS system.
Why would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
<<less
Download (MB)
Added: 2007-02-16 License: (FDL) GNU Free Documentation License Price:
986 downloads

beyond related searches

: ,
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
Geode 0.2.4

Geode 0.2.4


Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux. more>>
Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux and (hopefully soon) other free and open operating systems.
ESI Objects is an object-oriented, open-source database design and development platform which--until now--required a Windows-based Client (IDE) for actual code development.
An Integrated Development Environment (IDE) for the ESI Objects language (object-oriented MUMPS) that works on linux and other UNIX-like Operating Systems.
GEODE is an Integrated Development Environment (IDE) for the ESI Objects system, and is designed to replace the existing Windows-only ESI Objects client IDE.
GEODE was developed from scratch, and is NOT a port of the open-sourced Windows IDE.
It is written in C, and requires GTK2+, GLIB, GNOME, and other standard libraries found on GNU/Linux and other popular operating systems.
This project consists of a fairly stable, working codebase that the author currently uses for his own development of ESI Objects (EO) code, yet which is under VERY active development to bring it in line with (and beyond) the feature set of the existing Windows-only IDE.
Main features:
- The Library and Class browser
- Property and Method editor windows
- Server Settings window
- Symbol Dump window (MUMPS/ESI Objects Command Interface)
- Object Documentation Pane (read-only at this point)
<<less
Download (0.13MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1551 downloads
RenderMan 0.04

RenderMan 0.04


RenderMan is a RenderMan binding as a Perl 5.6 module. more>>
RenderMan is a RenderMan binding as a Perl 5.6 module.

SYNOPSIS

use RenderMan;

This RenderMan module implements a Perl 5.6 binding for the BMRT client library (libribout). It fully supports the client library. Therefore, this module has the following limitations: Error Handling callbacks are not implemented, Filter function callbacks are not implemented, and the TransformPoints function does nothing. Also, Blobby is not yet supported by BMRT 2.5.0.8.

The full RenderMan specification is way beyond the scope of this man page. Please refer to the documents below for more information about RenderMan. The Perl binding is identical to the C binding except a few minor points: All "parameterlist"s are passed as a reference to a hash (i.e. %params).

Anywhere that a functions arguments can be terminated by RI_NULL, you can simply choose to not include that RI_NULL argument, which is incredibly nice.
All array, matrix, and basis types are single-dimension arrays of doubles in this Perl binding. The order for 2-dimension types is first-row followed by second-row, etc.

You will typically want to run your RenderMan Perl script and pipe the results into any RenderMan-compliant renderer, such as "rgl", "rendribv", or "rendrib", which all come with the excellent BMRT backage by Larry Gritz.

If using the WinNT version of BMRT, you can specify a filename, "rgl" or "rendrib" as the argument to Begin(); and the output will be sent to a file or automatically piped to "rgl" or "rendrib" since the piping mechanism (and general functionality) of WinNTs command line parser is, uh, limited.

<<less
Download (0.080MB)
Added: 2007-04-23 License: Perl Artistic License Price:
939 downloads
mod_ecgi

mod_ecgi


mod_cgi turns CGI program into a dynamically loaded library (.so) and runs it without forking. more>>
mod_cgi is an Apache module that turns a CGI program into a dynamically loaded library (.so) and runs it without forking. Gives the simplicity and portability of CGI without the overhead.

There is no documentation, beyond the source code comments. It will build cleanly with Apache 1.3b6+, and youll need some configuration: e.g.

AddHandler mod_ecgi .so

or

AddType x-embedded-cgi .so

As I said, see the source file.

Theres also a small harness for CGI programs, to get round the way many sloppy CGIs never return but call exit() instead. Its not absolutely necessary, but for most purposes youll want it.

<<less
Download (0.008MB)
Added: 2006-05-18 License: The Apache License Price:
1254 downloads
FEBE 5.0

FEBE 5.0


FEBE (Firefox Environment Backup Extension) allows you to quickly and easily backup your Firefox extensions. more>>
FEBE (Firefox Environment Backup Extension) is a Firefox extension that allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up -- It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.

FEBE backs up your extensions, themes, and (optionally) your bookmarks, preferences, passwords, cookies and just about everything else Firefox offers (it can even backup/restore your entire profile).

Backups can be performed on demand or scheduled for daily, weekly, or monthly unattended runs.

A comprehensive debug mode allows for troubleshooting complex platforms.

<<less
Download (0.60MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
533 downloads
OpenXDAS 0.5.257

OpenXDAS 0.5.257


OpenXDAS is an open source implementation of the OpenGroups Distributed Auditing System. more>>
OpenXDAS is an open source implementation of the OpenGroups Distributed Auditing System. The XDAS standard was defined in 1998 by an OG working group with representation from several software companies supporting various flavors of Unix and other operating systems.
XDAS was never taken beyond preliminary specification - probably due to a general lack of enthusiasm in the world on the subject of auditing. Nevertheless, XDAS was designed by experts in the field of auditing and security-related logging services.
Enhancements:
- Added netstream logger. Currently the netstream logger allows you to send clear text formatted as CRLF-terminated lines to service listening on a configured port number on a local or remote server. Eventually, this service will also support generic SSL connections using openssl.
- Fixed a number of oversights in the Windows MSI installer. Missing files added, versioning corrected, etc.
- Added a new library that allows an application to link statically to a very small stub library which dynamically loads and initializes the actually libxdas instrumentation library. This feature allows an application to consume, but not depend on the existence of the OpenXDAS service.
<<less
Download (0.12MB)
Added: 2007-06-21 License: BSD License Price:
855 downloads
YPost 0.20

YPost 0.20


Ypost is a command line usenet binary file poster. more>>
Ypost is a command line usenet binary file poster. It provides both uuencoding and yEnc encoding posting, speed throttling, and flexible segment reposting ability.

I wrote ypost because I wanted a command-line posting program that runs under
Linux command line, and the one that was available (newspost) didnt support yEnc or throttling. I did a few updates to newspost and resubmitted the changes, but I felt that beyond a cartain point, it made more sense for me to write a new system. I decided this partially because after having used C++ for the last few years, C leaves me very nervous - there are too many ways in which C++ is far safer than C (automatic destruction, etc) and I just felt a rewrite was in order.

The installation is pretty primative. Ypost is a simple program, I hope it will compile up on most machines. Just type "make" at the command line, and when its done, copy the "ypost" executable to wherever you like, I suggest /usr/local/bin.
<<less
Download (0.030MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Blender for Linux x86-64 2.48

Blender for Linux x86-64 2.48


A 3D software Offer Sculpt,Scatter,Gamma tools for Linux x86-64/Python 2.4 more>> By For Linux x86-64 Python 2.5,new modifers were added, a couple of composite nodes were added, and a revamp of the old mesh primitives was done.
Features?
FFMPEG is now included in the Windows builds
Sculpt and MultiRes bug fixes and improvements
Subsurface Scattering is a new material option
There have been a large number of python script additions and updates, as well as API improvements
Two new Composite nodes have been added: Gamma and Bright/Contrast
Two new Modifiers: Smooth and Cast
The Action and NLA editors have now better control over visible channels. A new constraint was added, and a "preview range" option was added.
Blender now is 64-bits safe again. That safety is on two different levels.
The Bullet physics engine has had some changes which should give better reproducibility and precision/quality for physics simulations.
The mesh primitives have been revisited, improving their usability and pushing them a little beyond their previous state. This includes the addition of a new Torus primitive!
<<less
Download (13.9MB)
Added: 2009-04-29 License: Freeware Price:
222 downloads
 
Other version of Blender for Linux x86-64
Blender for Linux x86-64 2.44revisited, improving their usability and pushing them a little beyond their previous state. This includes the addition of a new Torus primitive!
License:Freeware
Download (11.2MB)
191 downloads
Added: 2009-04-15
Velocity for Linux 1.5

Velocity for Linux 1.5


a Java-based template engine more>> Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.
When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over its lifespan and providing a viable alternative to Java Server Pages (JSPs) or PHP.
Velocitys capabilities reach well beyond the realm of the web; for example, it can be used to generate SQL, PostScript and XML (see Anakia for more information on XML transformations) from templates. It can be used either as a standalone utility for generating source code and reports, or as an integrated component of other systems. For instance, Velocity provides template services for the Turbine web application framework, together resulting in a view engine facilitating development of web applications according to a true MVC model.
<<less
Download (4.34MB)
Added: 2009-04-19 License: Freeware Price: Free
190 downloads
Brinance 4.03

Brinance 4.03


Brinance is a commandline financial planning and tracking program. more>>
Brinance is a commandline financial planning and tracking program, hoping to be a functional replacement for something like GnuCash for those who prefer the command line.
Brinance does not have all the features of GnuCash, but it does have a few beyond being a checkbook register: scheduling transactions in the future, multiple accounts, recurring transactions, and a Perl module to allow just about any interface to the program to be easily written.
Enhancements:
- Recurring transactions were added, using a cron-like format.
- The file format was changed.
- Transfers were added.
<<less
Download (0.022MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
FreeCol 0.7.1

FreeCol 0.7.1


FreeCol is a Civilization-like game in which the player has to conquer the New World. more>>
FreeCol team aims to create an Open Source version of Colonization. At first well try to make an exact clone of Colonization.
The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new features will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.
This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that well add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.
Once FreeCol 1.0.0 is finished well start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users) image of what Colonization 2 would have been.
Enhancements:
- This release fixes a bug that caused native units to be frozen on the map board and adds a few new features.
<<less
Download (MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
IControl 0.1.0

IControl 0.1.0


Control is a remote control daemon for Creatives RM-900 remote and Live!Drive Receiver. more>>
IControl is a software program meant to interpret signals from Creatives RM-900 remote control and accompanying IR LiveDrive! receiver unit.

IControl is currently capable of sending input to various programs (including XMMS, Xine, XawTV, XScreensaver, et al), as well as circulating window stacking order (sending windows to the background) and changing input focus. Furthermore, IControl will soon support other remote controls beyond the RM-900 which are all interpretable by the LiveDrive! unit.

IControl is completely configurable through its .conf files, allowing the user to map any key to any action the rcontrol daemon supports. And development is in the works to allow IControl to start programs, interface with devices, or even shut the computer down.

<<less
Download (0.026MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5