Main > Free Download Search >

Free quan masters 0.5.0 software for linux

quan masters 0.5.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 421
The Ur-Quan Masters 0.5.0

The Ur-Quan Masters 0.5.0


The Ur-Quan Masters is a port of the 3DO version of the classic space game StarControl II. more>>
The Ur-Quan Masters is a port of the 3DO version of the classic space game StarControl II.

The game is currently fully playable, though it crashes or locks every now and then. The play experience is also far from perfect; many graphical and control glitches remain to be fixed.

That said, its possible to get all the way to the final battle if you save often to protect against the occasional crash.

<<less
Download (1.2MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
11488 downloads
animmaker 0.5.0

animmaker 0.5.0


animmaker creates an unindexed raw AVI from a list or stream of uncompressed Targa files. more>>
animmaker creates an unindexed raw AVI from a list or stream of uncompressed Targa files (the ones generated by POV-Ray are accepted perfectly).
After having a raw AVI file generated by animmaker, you can encode it to DivX with MPlayer, like this:
mencoder foo.avi -o foo2.avi -divx4opts br=800:q=5:key=25
Or if you prefer libavcodec instead of divx4linux and two-pass encoding (enhances the quality/size ratio), you can do it like this:
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=1
mencoder foo.avi -o foo2.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800:vhq:vpass=2
Refer to the mencoder documentation to see how you can add audio, use different codecs, tune the compression parameters etc. Note that not all codecs support two pass encoding, which is completely optional anyway.
Version restrictions:
- All input tga files must be the same resolution.
- Only uncompressed bgr24/bgr16/bgr15 tga files are accepted.
- The resulting avi will not contain index.
- Resulting avi may not be bigger than 2 GB.
- Only raw audio is accepted, and the soundtrack can only have 1 or 2 channels and can only be 8-bit or 16-bit.
Enhancements:
- This release adds support for huge files (64-bit offsets), and the AVI OpenDML vprp section in the riffdump program.
- Some code cleanup was also done.
<<less
Download (0.035MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1340 downloads
qmeterslib 0.5.0

qmeterslib 0.5.0


qmeterslib library provides a highly customizable Qt widget for creating complex analog dial widgets. more>>
qmeterslib library provides a highly customizable Qt widget for creating complex analog dial widgets. It supports multiple scales, multiple needles, and customizable needles and backgrounds.
qmeterslib library works as a "container" QAnalogMeter widget that is initially empty. The developer must create one or more instances of a scale (clock or sector) and one or more instances of index/needle (clock, donut, pie). A demo application is included.
Enhancements:
- All KDE dependence was removed from the demo and the project itself.
- The project is now based on Qmake instead of KDevelop.
- Index behavior was corrected so that values out of range are not considered for widget update.
<<less
Download (0.15MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
Asteroids3D 0.5.0

Asteroids3D 0.5.0


Asteroids3D is a 3D, first-person game of blowing up asteroids. more>>
Asteroids3D is a 3D FPS game of blowing up asteroids.
The object of the game is to stay alive and destroy all the asteroids in the asteroid field.
To view the available command line options type:
asteroids3D -help
Installation:
Unfortunately theres no configure script for this program yet. If you have installed mesa3d in some place other than /usr/local/opengl, you should edit the INC and LIB lines of the make file and change them appropratly. Other than that, A3D should compile without a problem. Type make.
If you want to install the program somewhere else, copy the asteroids3D binary, *.ppm, and *.ub to a directory of your choice.
Enhancements:
- This release fixes compilation when -DDATADIR or the enhanced LDFLAGS line are used.
- An extended debugging grid and spherical/tetrahedronal bounding boxes for asteroids have been added.
- The view depth has been increased.
<<less
Download (0.49MB)
Added: 2006-04-30 License: GPL (GNU General Public License) Price:
1274 downloads
Aeromys 0.5.0

Aeromys 0.5.0


Aeromys is a webmail application designed for extremely fast access to email through the web. more>>
Aeromys is a webmail application designed for extremely fast access to email through the web. An interesting feature of the aplication is that it caches the messages from the server before user requested it.
I had the idea for Aeromys several years ago when I was thinking about how PHP was essentially an inappropriate technology for writing a web application. I like to make the distinction between a web site, and a web application. A web site is what you are looking at right now, it displays information and can be navigated. It is by nature in page-form. However, an application is different. It takes much more processing and more overhead. This is the problem I saw with most web applications written in PHP. They were slow, not because of a flaw in their design or poor implementation, but simply because of the nature of HTTP and PHP.
As I got to thinking about it, I realized that the application server model is much more appropriate. Application servers have been in use for quite a while, they are not a new or novel concept. However, as Ill show later, some of the things Im trying to do with Aeromys are new to the webmail domain, and are pretty exciting.
Another inherent problem with using PHP for web applications is that there is a lot of down time. PHP can only run after a user has requested a page. That is, Apache will spawn the PHP process, parse the PHP script, and execute it. All this time, the user is waiting on the other end. Delays of even a second are noticed. In a webmail application, these kind of delays are common because the PHP process must connect out to the IMAP server, which takes time.
Enter Aeromys. Aeromys has a webmail daemon (webmaild) that is constantly running in the background. This daemon keeps track of the users who have logged into the system and keeps their IMAP connections alive between page loads. Also, while the user is reading his or her email, this daemon takes advantage of the down time and pre-fetches information that it thinks will be requested for the next page load. This is what I call "predictive caching." When the user makes the next page request, hopefully the information required for building that page will have already been cached and can be displayed instantly.
This semester (Spring 2005), I am working on Aeromys as an independant study project under Dr. Peter Wurman at North Carolina State University in Raleigh, NC. It is my hope to continue this work on through as my masters thesis and possibly a doctoral dissertation. So I have a personal vested interest in this project.
Enhancements:
- Added basic sorting method
- Switched back-end libraries from c-client to libEtPan
- Improved interactive mode
- Improved logging and debugging capabilities
- Fixed several crash bugs
<<less
Download (0.010MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
Alligator 0.5.0

Alligator 0.5.0


Alligator is an RSS aggregator. more>>
Alligator is a new RSS aggregator [newsreader] developed on Mono (in C# language) platform with GTK#-based user interface.
Main features:
- support for all RSS (Rich Site Summary, RDF Site Summary, Really Simple Syndication) versions:
- 0.90 [netscape]
- 0.91 [netscape, userland]
- 0.92 [rss-dev, userland]
- 0.93 [userland]
- 0.94 [userland]
- 1.0 [rss-dev]
- 2.0x [userland]
- support for Atom version 0.3
- simple, clean, user-friendly, Gnome-style interface based on GTK
- platform-independency - designed to work for all platforms supported by Mono and GTK#
- embedded Gecko-based browser
Enhancements:
- organizing feeds in a tree of folders, with drag and drop support
- brand new toolbar
- keeping selection of feeds/items on right mouse click
- error dialogs after unsuccessful feed load are now hidden to statusbar
- a lot of little fixes
<<less
Download (0.031MB)
Added: 2006-07-11 License: Common Public License Price:
1209 downloads
MyPaint 0.5.0

MyPaint 0.5.0


MyPaint is a painting application with brush dynamics. more>>
MyPaint is a painting application with brush dynamics.

MyPaint is a fast painting/scribbling program. It is like the GIMP with only the airbrush tool, but with more dynamics.

For example you can noisify the brush radius depending on the pointer speed. It supports pressure sensitive graphic tablets. MyPaint has an infinite canvas and an own color selector, but no layers and no undo function.

<<less
Download (1.1MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
870 downloads
QSvn 0.5.0

QSvn 0.5.0


QSvn is a graphical Subversion Client for Linux, UNIX, Windows and Mac OS X. more>>
QSvn is a graphical Subversion Client for Linux, UNIX, Windows and Mac OS X. We use the Subversion API for all Subversion actions and the Qt4 C++ toolkit from Trolltech for platform independent programming.

QSvn project is in an early phase so we dont have any contents for this site and dont have released one version of QSvn.

<<less
Download (0.23MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
972 downloads
Messiggy 0.5.0

Messiggy 0.5.0


Messiggy is a software that contains database of celestial objects. more>>
Messiggy is a software that contains database of celestial objects, as cataloged by the French astronomer Charles Messier in the mid-18th century.

Messeir was a comet hunter, and the objects in his list -- galaxies, nebulae, and star clusters -- were often mistaken for comets by astronomers of his time. Messiers list contains many of the most beautiful objects in the heavens.

From the glorius Andromeda galaxy to the wispy delights of the Trifid Nebula, these celestial visions are often part of the "Messier Marathon", a personal contest to view all 110 objects in a single night.

This version of Messiggy is a beta release. Select an object from the main panel, and the program will display an informational window describing the object. Future versions will include:

Annotations

Annotations attach observation notes and images (yours, or someone elses) to a Messier Object.

Star Charts

Future versions of Messigy will plot several types of star charts.

Marathon tracker

A tool for organizing and recording a Messier Marathon.

Internationalization

The final releases of Messiggy will support interfaces in languages other than English. Given the talents of my lovely wife, the initial version will likely include a Spanish translation.

As always, Im open to suggestions.
<<less
Download (2.8MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
NamespaceSim 0.5.0

NamespaceSim 0.5.0


NamespaceSim project can be used to emulate class namespaces under PHP 5. more>>
NamespaceSim project can be used to emulate class namespaces under PHP 5.
It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language namespace support.
This package implements new commands named package and import. The package command defines the package that a class belongs. The package name is prepended to the class names using PEAR class naming and directory conventions.
The import command indicates that the package should be imported for use in the PHP script on which the import command is used. Classes that are not found in the current script are looked in the imported namespaces.
Error mapping has been added since 0.4.0, which requires that caching is enabled. This features makes php errors in rewritten files point to the right place in the original file.
As of version 0.5.0 nsim supports namespaces in:
- class definition (w/inheritance & interfaces implementation)
- interface definition (w/inheritance)
- static class vars & functions
- class constants
- instanceof operator
- type hinting
<<less
Download (MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
810 downloads
Pydar 0.5.0

Pydar 0.5.0


Pydar is a digital audio recorder providing scheduled recording of radio programs. more>>
Pydar is a digital audio recorder providing scheduled recording of radio programs. It provides scheduling recording of radio programmes. Pydar can compress programmes on the fly into either Ogg Vorbis or Ogg Speex formats as well as recording to uncompressed Microsoft WAV files. Pydar is free software licensed under the GNU General Public License.
Pydar will run only on GNU/Linux or similar operating systems which have the Linux binary interface exactly (pydar directly uses the kernel interface to tune the radio.
Pydar requires Python >= 2.2 (probably), PyGTK >= 2.0.0, Libglade >= 2.0.0 to run together with at and sox to schedule recordings. Pydar does not require any GNOME specific libraries but does follow the GNOME Human Interface Guidelines (please report deviations from the HIG as bugs).
Users running Redhat GNU/Linux 9.0 must upgrade PyGTK before pydar will function correctly. The RPMs provided in Fedora Core (pygtk2, pygtk2-devel, pygtk2-libglade) have been tested and are known to work.
Enhancements:
- TODO, pydar, src/pydar.glade, src/pydar/gui.py, src/pydar/tuner.py: Added a few warning/confirmation dialogs. Added a few beeps when dumb stuff happens. Improved error reporting by being more conservative about swallowing exceptions
<<less
Download (0.039MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
conexusmm 0.5.0

conexusmm 0.5.0


conexusmm is a Gtkmm widgets for the conexus library network and serial I/O objects. more>>
conexusmm is a Gtkmm widgets for the conexus library network and serial I/O objects.

These widgets include IPv4 and IPv6 address and host entry boxes (including validated IPv4 dotted decimal address), serial port configuration widgets, et. al.

See the widget gallery at http://conexus.sourceforge.net/conexusmm/gallery/ or conexusmm-demo in the tarball for more information.

<<less
Download (1.0MB)
Added: 2007-03-11 License: LGPL (GNU Lesser General Public License) Price:
960 downloads
SQLite Manager 0.5.0 Beta 3

SQLite Manager 0.5.0 Beta 3


SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
 
Other version of SQLite Manager
SQLite Manager 0.5.0 Beta 3Mrinal Kant - SQLite Manager is an excellent and extremely useful program which
Price: FREE
License:MPL
Download
62 downloads
Added: 2009-07-23
Garden 0.5.0

Garden 0.5.0


Garden is a dependency injection for PHP5. more>>
Garden is a dependency injection for PHP5.

Inspired by Spring Framework, it uses XML application context with syntax as similar as possible to Spring context definitions.

Kickstarter

Create example.xml file like this (dont forget to put garden-beans.dtd next to it!):

< ?xml version="1.0" encoding="UTF-8"? >
< !DOCTYPE beans PUBLIC "-//GARDEN//DTD BEAN//EN" "garden-beans.dtd" >
< beans default-lazy-init="true" >

< bean id="dog" class="Dog" file="ext/Dog.php" >
< property name="collar" >
< ref local="dogCollar"/ >
< /property >
< /bean >

< bean id="dogCollar" class="Collar" file="ext/Dog/Collar.php" >
< property name="spiked" value="true"/ >
< /bean >

< /beans >

etx/Dog.php contains:
class Dog
{
private $collar;
public function setCollar($collar)
{
$this->collar = $collar;
}
public function getCollar()
{
return $this->collar;
}
}

etx/Dog/Collar.php contains:
class Collar
{
private $spiked;
public function setSpiked($spiked)
{
$this->spiked = $spiked;
}
public function getSpiked()
{
return $this->spiked;
}
}
<<less
Download (0.078MB)
Added: 2006-05-16 License: The Apache License 2.0 Price:
1256 downloads
Shaaft 0.5.0

Shaaft 0.5.0


Shaaft is an OpenGL 3D falling block game similar to Blockout. more>>
Shaaft is an OpenGL 3D falling block game similar to Blockout. It currently runs on Linux and Windows.

There is still a lot missing. No menu system, forgets highscore, some of the sound effects need work (Clearing a single plane sounds like a f*rt. Try clearing >1 plane, though...), etc. That said, I find it is very playable. Enjoy!

You control the rotation via q,a,w,s,e,d. Space will drop the block.
<<less
Download (0.50MB)
Added: 2005-09-18 License: GPL (GNU General Public License) Price:
1497 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5