Main > Free Download Search >

Free air supply software for linux

air supply

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 578
Quick and Dirty Sync 0.1

Quick and Dirty Sync 0.1


Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across. more>>
Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories.

Your mileage may vary, and all your files may be destroyed. You have been warned.

<<less
Download (0.024MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1041 downloads
Particle Simulation 0.9.1

Particle Simulation 0.9.1


Particle Simulation is a simulation of spraying up to 60k particles in realtime. more>>
Particle Simulation project is a simulation of spraying up to 60k particles in realtime.
Particle Simulation is a playful simulation game which allows you to spray particles into the "air". The number of simulated particles is only limited by the speed of your computer.
The particles dont interact with each other, but will bounce back from the ground and accelerate depending on a gravity constant.
This constant can be changed (along with a number of other parameters) in the source code or via commandline parameters.
Enhancements:
- Colors were adjusted and a new animation mode was introduced.
- Segmentation fault was fixed.
<<less
Download (0.66MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1057 downloads
Car World 0.243

Car World 0.243


CarWorld is a small driving simulator/demo I use to test various things of interest. more>>
CarWorld is a small driving simulator/demo I use to test various things of interest. It was mostly developed when I was a student. Car World is released with the full source code under the GNU General Public License.

The rendering

The two top pictures represent an slightly older version (v0.072) but graphically similar of CarWorld as it was presented for my project. v0.072 includes an OpenGL based renderer allowing
file input and displaying of texture mapped models with interpolated surface normals, real time projected shadows (as seen in the dino lights example).
background object
on screen command line to modify visual and simulation parameters

The mechanics

based on classical mechanics
uses standard metrics (Newtons, meters, seconds...)
there are no constraints on the environment surface
variable length time increments and variable increment number means "CarWorld time" is not dependent on frame rate.
adjustable simulation specs include: metrics, mass, moment of inertia around rotation axis, suspension pre load, compression damping, rebound damping, engine torque output, air friction, surface friction.

<<less
Download (0.64MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1203 downloads
wmail 1.9

wmail 1.9


wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir more>>
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format.
It provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
<<less
Download (0.027MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
644 downloads
SoundPanel 0.9.2

SoundPanel 0.9.2


SoundPanel is a cart wall utility targeted for use in professional Broadcast and Live Performance environments. more>>
SoundPanel is a cart wall utility targeted for use in professional Live Performance and Broadcast environments.
Its basic paradigm is a collection of button "panels" (collectively referred to as an "array") with each button tied to a particular audio cut either residing on the host computer or available via a local area network.
Swift access to this audio is possible by either touching the appropriate button or performing a search of the array using SoundPanels built-in search feature. Additionally, SoundPanel offers several features to ease the task of creation and maintenance of audio cuts.
Main features:
- Optimized for use in busy on-air environments. Any audio in the entire array can be located and put "on air" within a few seconds.
- Designed for efficient on-air use, with large, touchscreen-friendly controls.
- Dynamically-sized panel arrays allow for indexing and access of thousands of cuts, limited only by the physical capacity of the underlying filesystems.
- Works with the full line of high-quality audio adapters made by AudioScience Inc.
- Built-in recorder allows audio to be recorded directly into an array without the need for an outboard application.
- Integrated CD ripper allows CD tracks to be ripped directly into an array.
- Built-in hooks allow seamless integration with external audio editing applications.
- All application configuration is done by means of point-and-click interfaces - no arcane configuration files to edit!
- Completely free and open - no dongles, unlock codes, software keys or other arbitrary limitations.
<<less
Download (0.10MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1347 downloads
Whats On Air 0.8.7

Whats On Air 0.8.7


Whats On Air is a suite of programs aimed at handling radio station metadata. more>>
Whats On Air is a suite of programs that can handle radio stations metadata. Such metadata is the currently playing track as well as the last playing tracks and some general informations about the radio stations.

<<less
Download (0.016MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1441 downloads
IO::Multiplex 1.08

IO::Multiplex 1.08


IO::Multiplex is a Perl module that can manage IO on many file handles. more>>
IO::Multiplex is a Perl module that can manage IO on many file handles.

SYNOPSIS

use IO::Multiplex;

my $mux = new IO::Multiplex;
$mux->add($fh1);
$mux->add(*FH2);
$mux->set_callback_object(...);
$mux->listen($server_socket);
$mux->loop;

sub mux_input {
...
}
IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system call. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.

It is object oriented in design, and will notify you of significant events by calling methods on an object that you supply. If you are not using objects, you can simply supply __PACKAGE__ instead of an object reference.

You may have one callback object registered for each file handle, or one global one. Possibly both -- the per-file handle callback object will be used instead of the global one.

Each file handle may also have a timer associated with it. A callback function is called when the timer expires.

<<less
Download (0.014MB)
Added: 2007-01-02 License: Perl Artistic License Price:
1025 downloads
Internet DJ Console 0.7.0

Internet DJ Console 0.7.0


Internet DJ console is a graphical shoutcast/icecast client that runs under GTK+ and the JACK audio connection kit. more>>
Internet DJ console is a graphical shoutcast and icecast client that runs under GTK+ and the JACK audio connection kit. In short, its an Internet radio app for making a live radio show.
Features include two main media players with a crossfader, a jingle player, microphone signal processing (compressor and noise gate), IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg streaming at various bit rates, aux input for connecting any audio app that is compatible with JACK, and various audio level meters.
Enhancements:
- A new, more powerful streaming architecture has been implemented with multiple streams possible, greater control over quality settings, ability to change the bitrate live on air, and the ability to stream from a prerecorded file with the metadata preserved.
- The MP3=UTF8 option has been removed, and CPU load is now reduced when the microphone is off.
<<less
Download (0.59MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
830 downloads
wmWeatherApp 0.0.3

wmWeatherApp 0.0.3


wmWeatherApp is nothing more than a very simplistic weather dock app. more>>
wmWeatherApp is nothing more than a very simplistic weather dock app. There are several quite nice dockapps for this purpose, however they were all far too bloated for my needs therefore I created a very minimalist one.

This application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.

You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.

Quick usage instructions:

./configure && make && make install
wmWeatherApp -zip 61832 -delay 300

-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.

The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
<<less
Download (0.31MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
FACHODA Complex 1.0

FACHODA Complex 1.0


FACHODA Complex is a fast air combat simulator. more>>
FACHODA Complex project is a fast air combat simulator.

Fachoda Complex is a little game I wrote about 10 years ago. I coded this in 3 or 4 months while I was iddle. I was young and brave, then, but had never learned to code cleanly.

Sounds is now broken. It worked on Gravis Ultrasound. The game requires a Pentium with MMX, and Nasm. Disable sound with -nosound, try -xcolor or the SDL version when experiencing troubles with colors.

This is old work. I will never upgrade this code, but I will certainly, one day, code another flight simulator. I even started then stopped already... Someone suggested me to add a reverse gear to the plane, and I will then incorporate this idea, and many more...

<<less
Download (2.3MB)
Added: 2007-01-10 License: Freeware Price:
1020 downloads
Circus Linux! 1.0.3

Circus Linux! 1.0.3


Circus Linux! is a clone of the Atari 2600 game Circus Atari. more>>
"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari," produced by Atari, Inc. (which is itself a clone of an earlier arcade game named, simply "Circus").
The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down.
(The gameplay is similar to the classics "Breakout" and "Arkanoid.")
Main features:
Game Modes:
- One- and two-players
- Two-player cooperative
- Barriers mode
- Bouncy balloons mode
- Clear-all mode
Graphics:
- Colorful, cartoon-like images
- Animated objects and background
- Nearly 70 objects on screen at once
- Fullscreen mode
- Random circus acts in the background
Sound:
- Upbeat circus-style music
- Many cartoonish sound effects
- Sound and music volume controls
Controls:
- Mouse
- Keyboard
- Joystick
- Real Atari 2600 Paddle controllers!
<<less
Download (1.2MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1509 downloads
Air Traffic Controller 0.3.3

Air Traffic Controller 0.3.3


Air Traffic Controller is an air traffic controller simulation. more>>
Air Traffic Controller project is an air traffic controller simulation.

Airtraffic is a game/simulator that puts you into an air traffic controllers hotseat. Planes come into your airspace from various directions and you have to guide them safely to their destinations. It uses Python, Corba, and GTK.

<<less
Download (0.025MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
716 downloads
PircBot 1.4.6

PircBot 1.4.6


PircBot is a Java framework for writing IRC bots quickly and easily. more>>
PircBot is a Java framework for writing IRC bots quickly and easily. PircBot has many features like an event-driven architecture to handle common IRC events, flood protection, DCC resuming support, ident support, and more. Its comprehensive logfile format is suitable for use with pisg to generate channel statistics. Full documentation is included, and this page contains a 5-minute step-by-step guide to making your first IRC bot.
PircBot allows you to perform a variety of fun tasks on IRC, but it is also used for more serious applications by the US Navy, the US Air Force, the CIA (unconfirmed), several national defence agencies, and inside the Azureus bittorrent client. But dont let that put you off - its still easy to use!
Enhancements:
- This release adds a new method to make it easy to identify with NickServ.
- This is useful on networks such as Freenode where a client must identify itself before it is able to send private messages.
<<less
Download (0.20MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
923 downloads
Automated support for compound RPC calls 0.2

Automated support for compound RPC calls 0.2


Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. more>>
Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures.

NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN.

By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results.

The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL.

Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.

<<less
Download (0.022MB)
Added: 2007-04-05 License: BSD License Price:
938 downloads
Gmail Ad blocker 2.1.1

Gmail Ad blocker 2.1.1


Gmail Ad blocker is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only. more>> Gmail Ad blocker 2.1.1 is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only.

Those Gmail text advertisements can take up a lot of space and are not blocked by other addons. This add-on can supply users with more screen space for your messages.

Requirements: Mozilla Firefox

Enhancements: Bug fix: Hiding menu items is now working properly when Offline Gmail was enabled.

<<less
Added: 2009-03-16 License: MPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5