Main > Free Download Search >

Free amsterdam airport software for linux

amsterdam airport

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
The Amsterdam Compiler Kit 6.0 pre3

The Amsterdam Compiler Kit 6.0 pre3


The Amsterdam Compiler Kit is a fast, lightweight and retargetable compiler suite and toolchain. more>>
The Amsterdam Compiler Kit or in short just ACK, is a fast, lightweight and retargetable compiler suite and toolchain written by Andrew Tanenbaum and Ceriel Jacobs, and was Minix native toolchain. The ACK was originally closed-source software (that allowed binaries to be distributed for Minix as a special case), but in April 2003 it was released under a BSD open source license.
The ACK achieves maximum portability by using an intermediate byte-code language called EM. Each language front-end produces EM object files, which are then processed through a number of generic optimisers before being translated by a back-end into native machine code.
Unlike gccs intermediate language, EM is a real programming language and could be implemented in hardware; a number of the language front-ends have libraries implemented in EM assembly. EM is a relatively high-level stack-based machine, and one of the tools supplied with ACK is an interpreter capable of executing EM binaries directly, with a high degree of safety checking. See the em document referenced below for more information.
ACK comes with a generic linker and librarian capable of manipulating files in the ACKs own a.out-based format; it will work on files containing EM code as well as native machine code. (You can not, however, link EM code to native machine code without translating the EM binary first.)
Installation:
To install the ACK, you need to download the source package and compile it.
Version 5.6 compiles cleanly on Linux, but it has had little testing so far. The installation instructions are complex but straightforward provided you follow the instructions. Please read the README; it provides a detailed walk-through of the compilation process, telling you what to type at each stage.
Enhancements:
- Support has been added for generating CP/M binaries using the 8080 code generator.
- The various optimisers have been beaten into shape, and its now possible to use them on all platforms; a basic peephole optimiser has been set up for the 8080.
- The floating point system has been confirmed working on the pc86 and linux386 platforms.
- ANSI compatibility has been improved, binary sizes have been reduced, and there are many bugfixes everywhere.
<<less
Download (1.1MB)
Added: 2007-05-01 License: BSD License Price:
908 downloads
Better Weather

Better Weather


Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info. more>>
Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info than KDEs weather applet. It downloads the information from the US national weather service and maps from weather.com. Two launchers on the main menubar bring up the window separately. Full details and instructions are in the readme.

This is a solution that worked for me, not being a coder. You have to make it work for you. Its an idea and a set of tools. Its also US-centric, but someone may take the idea and make it work just as well anywhere. I hope someone finds it as useful as I do.

WHAT IT DOES

The tools I wrote are two *very* simple bash scripts. The script, localwx.sh, invokes the python weather utility, and downloads the current weather conditions and forecast in text format from the weather service. It stores the information temporarily in a text file (I chose the desktop as the directory in which to save it.) It then "reads" the text file into a kdialog box. When the "ok" button is clicked, the temporary file is deleted.

The other script, wxmap.sh, downloads a current local weather map image using wget, saves it temporarily to the desktop, and calls Kview to display it. When Kview closes, the temporary image file is deleted.

HOW I DID IT

The man pages for "weather," "kdialog," and "wget" were useful for determining which options to use. The script for weather forecasts has to be edited to receive the data for the users current location. My nearest airport is PDK, so my ID was "KPDK." The rest is straightforward enough. To make the weather map script work, you can go to weather.com or your local tv station website and copy the image location for the weather map they use. It can be pasted into the script.

Once the scripts were edited to suit, I made them executable (chmod +x filename), copied them to /usr/local/bin, and created a launcher for each in my main menubar. Describing the process is a lot more difficult than actually doing the work!
<<less
Download (0.67MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
838 downloads
jFlash System 1.6

jFlash System 1.6


jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. more>>
jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. jFlash System consists of two principal software modules:
1. A PHP system for indexing and delivering flashcard content.
2. A browser-neutral Javascript application that parses out and presents a set flashcards represented in XML.
jFlash is useful when you want to memorize something, and perhaps share the ability to memorize things with other people over the web. In addition, jFlash is language neutral since its content is presented in UTF-8, so theoretically you could use jFlash to drill anything from Arabic airports to zoo names in Tamil.
A number of learners around the globe and about 15 students in a University of Minnesota Korean class.
Please let me know if you find my software useful and Ill add a link to your jFlash content on my page if you wish!
jFlash is a server-side web application, so you must at present have a PHP-enabled web server.
Enhancements:
- The PHP frontend was updated to be compatible with PHP versions 5.0 or later by using the included compatibility shim for the new PHP XML DOM interface.
- A few more example lessons were added.
<<less
Download (0.063MB)
Added: 2006-03-27 License: LGPL (GNU Lesser General Public License) Price:
1325 downloads
HermesAP 0.2

HermesAP 0.2


HermesAP is a package containing Orinoco driver patches and tertiary firmware extraction/upload utilities. more>>
HermesAP is a package containing Orinoco driver patches and tertiary firmware extraction/upload utilities to switch Hermes/Airport WaveLAN cards to BSS master (AccessPoint) mode under Linux.

The package contains next components:
patched orinoco-0.13c driver for
o BSS master support (with WDS)
o Firmware up/download/boot support
o Monitoring mode
o multiple TXFIDs
hfwload - a utility to load (and boot) Tertiary (AP mode) firmware in the RAM of the Card
hfwget - a utility to extract Tertiary firmware from a public available (via ftp) binary
<<less
Download (0.12MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1223 downloads
jjjuste 1.0

jjjuste 1.0


jjjuste is a Java/Jack port/rewrite of JustePort. more>>
jjjuste is a Java/Jack port/rewrite of JustePort. It contains Java classes for streaming data to an Apple Airport Express. The project also contains a Jack client that allows the streaming to be integrated within a Jack audio flow.
The functionality of the basic client is more restricted than JustePort (only raw data at maximum volume), but the Jack integration gives more reliable playback on Linux and the structure of the code has been clarified (if you want to port JustePort to another language I suspect its easier to use jjjuste than JustePort, but I may be biased).
In case the above is not clear, jjjuste contains:
- a basic Java based client that can stream audio data to an Airport Express
- simple integration with Jack, which is an audio server for Linux.
This means that (almost) any audio source playing on Linux can be routed to the Airport (and so played on your hifi, remotely).
Usage:
- Get Jack running
- Download JJack from CVS (it is important you use the very latest CVS code - I committed a patch on 2007-07-10).
- Compile and install JJack (unpack, cd make, ant)
- Download Bouncy Castle and Apache Commons Codec jars
- Download the jar
- Start the client with
java -classpath jjjuste-1.0.jar:[other jars]
-Djava.library.path=[path to directory containing libjjack.so]
org.acooke.jjjuste.jack.FiniteJackClient [airport address]
<<less
Download (0.041MB)
Added: 2007-07-18 License: GPL v3 Price:
839 downloads
airoleap 0.7.3

airoleap 0.7.3


Airctl is a commad-line utility to trigger connection and disconnection events on. more>>
Airctl is a commad-line utility to trigger connection and disconnection events on, and to print the status of an Apple AirPort Base Station. At the moment this is not a configuration utility; try the AirPort Java Configurator http://edge.mcs.drexel.edu/GICL/people/sevy/airport/] , airconf [http://c0re.jp/c0de/airconf/] , or Apples own software to configure thing.

To install follow these commands:
make airctl

Usage:
./airctl -h
<<less
Download (0.011MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
JavaOp 42b Beta

JavaOp 42b Beta


JavaOp provides a Binary Bot for Battle.net. more>>
JavaOp provides a Binary Bot for Battle.net.
JavaOp is a cross-platform, flexible, plugin-oriented Battle.net Binary Bot.
I did some work on it, and got a bot that could connect. But after christmas, I got a job where I was doing a lot of Java coding. I decided that I could do much better with Java, so I took a stab at it. Eventually, I got it to connect to Battle.net, and continued with it. Eventually, while travelling to BC to hook up with some friends, I had time to kill at the airport, and Fr0z3N had requested a stripped down version of JBBot. So I got rid of all the GUI code and a lot of other crap, structured it differently, and called it JavaOp. Tuberload joined me, and it was going well, but eventually I got the feeling I had coded myself into a corner. It was too hard to expand anything.
Eventually, I decided to start from scratch. I used several of my login and utility classes, but completely restructured it, and coded 95% from scratch. I based a lot of ideas for plugins and such on Gaims code. The bot was totally plugin-oriented. Although its still specific to Battle.net (I decided not to go that far), it is very easy to write powerful plugins for it. Everything from login to display to moderation is done through plugins, and the core is very small, just providing a way to communicate among co-existing plugins.
Enhancements:
- The StayConnected plugin was recreated.
- Another attempt at detecting disconnects and acting upon them was implemented.
- CheckRevision can be reenabled on a by-product basis.
- Currently, it is set up to throw an InvalidVersion exception (which is caught, of course) if the product is STAR, SEXP, or W2BN.
- This allows D2DV D2XP, WAR3, and W3XP to hash locally, although they will need their local hashing information updated.
<<less
Download (MB)
Added: 2007-06-10 License: Public Domain Price:
869 downloads
DateTime::Format::Epoch::MacOS 0.10

DateTime::Format::Epoch::MacOS 0.10


DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. more>>
DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds.

SYNOPSIS

use DateTime::Format::Epoch::MacOS;

my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 );
DateTime::Format::Epoch::MacOS->format_datetime($dt);
# 1051488000

my $formatter = DateTime::Format::Epoch::MacOS->new();

my $dt2 = $formatter->parse_datetime( 1051488000 );

$formatter->format_datetime($dt2);
# 1051488000

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the Mac OS epoch.
Note that the Mac OS epoch is defined in the local time zone. This means that these two pieces of code will print the same number of seconds, even though they represent two datetimes 6 hours apart:

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => Europe/Amsterdam );
print $formatter->format_datetime($dt);

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => America/Chicago );
print $formatter->format_datetime($dt);

Mac OS X is a Unix system, and uses the Unix epoch (1970-01-01T00:00:00). Use DateTime::Format::Epoch::Unix instead.

<<less
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1166 downloads
DateTime::Format::Epoch::DotNet 0.10

DateTime::Format::Epoch::DotNet 0.10


DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. more>>
DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds.

SYNOPSIS

use DateTime::Format::Epoch::DotNet;

my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 );

DateTime::Format::Epoch::DotNet->format_datetime($dt);
# 1051488000

my $formatter = DateTime::Format::Epoch::DotNet->new();
my $dt2 = $formatter->parse_datetime( 1051488000 );
$formatter->format_datetime($dt2);

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the epoch defined in the .NET Framework SDK.
Note that this epoch is defined in the local time zone. This means that these two pieces of code will print the same number of seconds, even though they represent two datetimes 6 hours apart:

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => Europe/Amsterdam );
print $formatter->format_datetime($dt);

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => America/Chicago );
print $formatter->format_datetime($dt);

<<less
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1165 downloads
POE::Component::Client::AirTunes 0.01

POE::Component::Client::AirTunes 0.01


POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. more>>
POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express.

SYNOPSIS

use POE qw( Component::Client::AirTunes );

POE::Component::Client::AirTunes->new(
host => $ip,
alias => "airtunes",
events => {
connected => connected,
error => error,
done => done,
},
);

$kernel->post(airtunes => volume => 100);
$kernel->post(airtunes => play => "/path/to/foobar.m4a");
$kernel->post(airtunes => stop);

POE::Component::Client::AirTunes is a POE component to stream music files to your Airport Express. This module is a frontend for a command line Airport Express player raop_play, which is included in Airport Express Client, availabe at http://raop-play.sourceforge.net.

See t/01_airtunes.t for more example. This module is ALPHA software and its API might change in the future.

<<less
Download (0.003MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1029 downloads
mod_acronym

mod_acronym


mod_acronym is a sample filter module for Acronyms. more>>
mod_acronym is a sample filter module for Acronyms.
Installation:
Directives:
AcronymFile "/path/to/acronyms.txt"
Fileformat:
< acronym > : < description > n.
or in perl: ^s*([^:]+)s*:s*(.*)$
Lines starting with a # are ignored.
Permited
On global server level only.
AcronymEnable < yes|no >
Permited
On resource level.
Compile information:
compile(c), install(i) and activate(a) with
apxs -cia mod_acronym.c
Use information:
configure by adding something like:
AcronymFile /usr/share/misc/airport
< Directory /www/htdocs/foo >
AcronymEnable yes
.....
< /Directory >
in your httpd.conf.
Caveats:
- Example code - very inefficieny.
- Does not respect html comments, tags, etc.
- Handles simple strings only - should use ptr/len to cope with binary/utf8/binary formats.
- Mangles Content-length.
- Hardcoded HTML.
- Primitive acronym detection; inflexible and inefficient.
- Ignores tags like .
- Relies on a non configurable image dagger.gif.
- Many, many more..
<<less
Download (0.014MB)
Added: 2006-05-26 License: The Apache License Price:
1246 downloads
OpenWorld 1.0

OpenWorld 1.0


OpenWorld provides an icon theme for GNOME or KDE. more>>
OpenWorld provides an icon theme for GNOME or KDE.

It aims to follow FreeDesktop icon theme spec.

This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.

Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.

In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)

All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!

<<less
Download (0.55MB)
Added: 2007-01-26 License: CeCILL (CeCILL Free Software License Agreement) Price:
1001 downloads
WWW::Yahoo::DrivingDirections 0.08

WWW::Yahoo::DrivingDirections 0.08


WWW::Yahoo::DrivingDirections is a Perl module to generate driving directions for multiple-stop trips in the United States. more>>
WWW::Yahoo::DrivingDirections is a Perl module to generate driving directions for multiple-stop trips in the United States, courtesy of maps.yahoo.com.

ABSTRACT

Object-oriented interface to the maps.yahoo.com driving directions.

SYNOPSIS

use WWW::Yahoo::DrivingDirections;
my $yd = WWW::Yahoo::DrivingDirections->new ();
$yd->add_stops ( @ARGV );
$yd->get_maps();
or
use WWW::Yahoo::DrivingDirections;
my $yd = WWW::Yahoo::DrivingDirections->new (
{
roundtrip => 1,
return_html => 1,
save_html => 0,
save_format => output_%d.html,
},
atlanta, ga,
123 fake st, boston, ma,
0 church st, cambridge, ma,
LAX,
);
$yd->add_stops ( paris, tx, 1 main st, springfield, IL );
$yd->roundtrip ( 1 );
$html_array_ref = $yd->get_maps();

WWW::Yahoo::DrivingDirections provides a simple means of generating driving directions for trips with more stops than a start and a finish. Driving from LAX airport to 1 Main St, Portland, OR to Denver, CO? Just do this:

use WWW::Yahoo::DrivingDirections;
my $yd = WWW::Yahoo::DrivingDirections->new (
LAX, 1 Main St, Portland, OR, Denver, CO
);
$yd->get_maps();

and the directions will be saved in trip_leg_1.html and trip_leg_2.html.

<<less
Download (0.020MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1046 downloads
metaf2xml 1.27

metaf2xml 1.27


metaf2xml parses and decodes METAR and TAF messages and stores them as XML. more>>
metaf2xml project parses and decodes aviation routine weather reports (METAR, SPECI), aerodrome forecasts (TAF), and synoptic observations (SYNOP) and stores the components in XML (all done in Perl). There are also XSLT style sheets to convert the XML to plain language (text, HTML), or XML with different schemas, and a command line and a web-based (CGI) user interface.
All parts of the messages are parsed, some common format errors are corrected or tolerated.
METAR and SPECI (weather observation) and TAF (weather forecast) information is essential for flight planning and in-flight decisions (real flight and simulation). It is regularily compiled by meteorologists at about 3,500 airports worldwide and distributed via reliable, non-public networks. Information for SYNOP is collected by more than 11,000 manned and unmanned meteorological stations around the world and is used for weather forecasting and climatic statistics. The raw format is abbreviated, some items are coded. Here are some METAR, TAF, and SYNOP messages from Rio (SBGL, 83746), New York (KJFK, 74486), and Tokyo (RJTT, 47662):
SBGL 300600Z 33002KT 9999 SCT015 BKN070 14/11 Q1027
SBGL 300300Z 300606 33005KT 8000 SCT020 BECMG 0810 5000 BR SCT013 BECMG 1113 27005KT
8000 NSW SCT018 BECMG 1517 21010KT SCT020 BECMG 2123 17005KT BECMG 0002 00000KT SCT015 TN17/09Z TX22/16Z RMK PGY
KJFK 300551Z 00000KT 5SM HZ BKN030 BKN048 OVC130 23/20 A2996
AMD KJFK 300255Z 300324 VRB04KT 5SM BR SCT020 BKN060 TEMPO 0406 BKN020 FM0600 VRB03KT
3SM BR OVC009 FM1300 VRB05KT 6SM HZ SCT025 BKN100 FM1700 17008KT P6SM SCT040CB BKN100
RJTT 300630Z 08012KT 9999 -SHRA FEW010 BKN040 23/20 Q1008
RJTT 300552Z 300615 05014KT 9000 FEW010 SCT030 TEMPO 1215 3000 TSRA FEW008 SCT010 FEW015CB BKN020
RJTT 300249Z 301206 04015KT 7000 FEW008 SCT020 BKN030 TEMPO 1218 3000 TSRA BKN008
BKN020 SCT020CB TEMPO 1821 4000 BR BECMG 0306 14006KT
AAXX 30034 83746 41462 73404 10136 20115 40291 58005 71022 84530
AAXX 30064 74486 31558 80000 10228 20200 30134 40144 58003 705// 90551 333 10250 20222 555 93006
AAXX 30064 47662 11/70 70706 10231 20180 30043 40085 50000 60151 70298 8527/
The intended users are flight simmers, private pilot (students) who want to extend their knowledge about the message formats, and everyone who just wants to know what the weather is/will be at some station in plain language.
Enhancements:
- This release brings changes to the user interface and a few smaller improvements and bugfixes.
<<less
Download (0.13MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
794 downloads
Speak Freely for Unix 7.6.a

Speak Freely for Unix 7.6.a


Speak Freely is an application for Unix and Unix-like systems which allows you to talk . more>>
Speak Freely is an application for Unix and Unix-like systems (Linux, FreeBSD, IRIX, etc.) with audio hardware, which allows you to talk (actually send voice, not typed characters) over a network. Speak Freely for Unix uses the workstation audio hardware and network to allow conversations of users over the network.

The phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with

Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
<<less
Download (0.76MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2