Main > Free Download Search >

Free dassault falcon 2000 software for linux

dassault falcon 2000

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 307
MDB Tools 0.6pre1

MDB Tools 0.6pre1


MDB Tools is a set of tools for reading Microsoft Access MDB files. more>>
The MDB Tools project is a effort to document the MDB file format used in Microsofts Access database package, and to provide a set of tools and applications to make that data available on other platforms.

Specifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.

Also, included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well.

MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Access 2000 support is a recent addition and may not be as complete as Jet 3 support.

Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.

<<less
Download (0.60MB)
Added: 2005-04-21 License: LGPL (GNU Lesser General Public License) Price:
1695 downloads
Apache Hello World Benchmarks 1.04

Apache Hello World Benchmarks 1.04


Apache Hello World Benchmarks is a tool that generates benchmarks of Apache Web frameworks. more>>
Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server.

Benchmarks can vary greatly from system to system, so this tool allows one to get numbers on ones own platform. Applications tested include mod_perl, mod_php, Tomcat, and Apache::ASP, with over 62 benchmarks in all.

Benchmark Descriptions:

Hello World 2000 ( 2000 )

The 2000 benchmark tries to emulate a heavy web page template. It is typically 3K+ in program length that results in output of over 20K. While this does not properly reflect any web applications speed of back end business logic execution, it does show a template heavy request with some application logic and loops, some HTTP parameter passing, and much variable interpolation in the output stream.

Hello World ( hello )

The Hello World benchmark merely prints "Hello World" and as such is a good test for the fastest a web page could ever run under the given web application environment. For historical reasons, the benchmarks are written to print "Hello" and then add to the output World as a raw string.

HelloDB ( hellodb )

The HelloDB benchmark merely queries the database for the string "Hello World", and as such represents the fastest a web application can process a request when talking to a database. This is a new benchmark with only MySQL supported for now, but more environments and databases will be added over time.

XSLT Big ( xsltbig )

This benchmark hits an XSLT rendering engine hard with 18K+ XML being transformed with a 1K+ XSL stylesheet for over 20K output. Though XSLT is generally slow, many applications will use XSLT caching to speed up response times. This benchmark should emulate well a real world XSLT usage scenario, with perhaps the XSL itself being too trivial.

Hello XSLT ( xslt )

Like the Hello World benchmark, the XSLT version just outputs "Hello World", or the closest we can get when doing XSLT, so it too demonstrates the fastest an application can render a page with XSLT. Benchmarks should be similarly configured between xsltbig and xslt, so a slow caching layer that benefits the former might slow down this benchmark.
<<less
Download (0.037MB)
Added: 2005-04-12 License: Perl Artistic License Price:
1657 downloads
DbModeller 0.3.1

DbModeller 0.3.1


DbModeller is a database schema modelling application. more>>
DbModeller project is a database schema modelling application for building physical database designs.

This can connect to an existing database a pull down the schema or create from scratch. It currently allows modelling of tables and referential integrity constraints and generates SQL for the model. It saves the schema in open XML format.

DbModeller 0.3.1 supports Sybase, MySQL, Postgres and Ms SQL Server 2000 database servers. It can connect to these running servers and download a live database schema.

Additionally it can parse a SQL script and display the tables and foreign keys on the canvas in an entity relationship diagram (ERD).
<<less
Download (0.85MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1650 downloads
mod_gzip 1.3.26.1a

mod_gzip 1.3.26.1a


mod_gzip is a content acceleration module for Apache servers. more>>
mod_gzip is an external extension module for the WWWs most popular web server arrowApache, created in autumn, 2000.

Its implementation allows for using the compression method arrowgzip for a significant reduction of the volume of web page content served over the arrowHTTP protocol.

Currently mod_gzip uses the gzip compression level 6. This is hard-coded by the assignment gz1->level = 6 inside the function gz1_init.

The higher the compression level (gzip allows values between 1 and 9), the better the compression effect, but the higher the CPU time consumption as well. By adapting this compression level a user could solve the trade-off between CPU load and bandwidth saving according to his own requirements.

Own experiments have shown that level 3 already takes you near the effect of compression level 6 - at least the choice between these two values should be left to the user.

Thus it would be reasonable to have this compression level configurable by offering another directive mod_gzip_compression_level.
<<less
Download (0.13MB)
Added: 2005-05-05 License: The Apache License Price:
1635 downloads
File Beamer 0.1.5

File Beamer 0.1.5


File Beamer is an easy to use file transfer tool. more>>
File Beamer is an easy to use file transfer tool. The programm is platform independent. That means it runs with Windows 98/ME/2000/XP, Linux, Unix and MacOS X.

This is made possible by using Trolltechs Qt Library which provides an easy to use GUI toolkit, networking functions and a lot more.

File Beamer is free open source software and was released under the GPL license.

Usage:

Receiving files:

Click the "Receive" tab
If the receiver is behind a firewall or router, check "reverse connection" and enter the senders IP or host name. *
Click the "listen" button. The client can now receive files
When receving a file, a "Save as" dialog appears. Choose a place to safe the file.

Sending files:

Click the "Send" tab
If the receiver is behind a firewall or router check "reverse connection" *
Else input the target IP address or host name and port
Select a file to send either by typing the path or by clicking the "..." button
Click the "Send" button (target must be in listen mode)
<<less
Download (2.8MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1578 downloads
Mono SQL Sharp for GTK Sharp 0.2

Mono SQL Sharp for GTK Sharp 0.2


Mono SQL Sharp for GTK# is a GUI client for entering and running SQL commands and scripts. more>>
Mono SQL Sharp for GTK# is a GUI client for entering and running SQL commands and scripts. Database objects, such as, tables and table columns can be browsed.
Mono SQL Sharp for GTK Sharp is built for Mono 1.1.7 and GTK# 1.9.3 or higher. It works on Linux and Windows 2000/XP. It has support for various databases via Monos ADO.NET implementation and data providers.
Providers supported:
- Npgsql for PostgreSQL
- ByteFX.Data.MySqLClient for MySQL
- FirebirdSql.Data.Firebird for Firebird
- System.Data.SqlClient for Microsoft SQL Server 7.0/2000/2005
- System.Data.OracleClient for Oracle 8i, 9i, and 10g
- Mono.Data.SybaseClient for Sybase 12.x
- Mono.Data.SqliteClient for SQL Lite
- System.Data.Odbc for ODBC
- And whatever provider you add to the xml configuration settings file sqlsharpgtk.exe.config
Results can be shown in a grid or a text log. Files can be loaded into the SQL text editor or saved.
Mono SQL# for GTK# has a command-line version, sqlsharp.exe, which is included with Mono. Mono SQL# for GTK# is a separate project for the GTK# GUI version.
<<less
Download (0.67MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1541 downloads
Fnord Linux 4.0.0

Fnord Linux 4.0.0


Fnord is a Linux distribution designed to be built from source and maintained manually. more>>
Fnord is a Linux distribution designed to be built from source and maintained manually. This allows the administrator maximum control over the system.

Unlike other built-from source systems, Fnord is not a toy; it is intended as a production Linux system (in fact, Fnord has been running on all of FnordNets machines since 2000).

Fnord includes a ramdisk-based utility system for initially configuring the target system, a pre-built environment that allows for building the system, full source code for the base system, and source for many other packages.
<<less
Download (433MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1513 downloads
pittrainer 1.2

pittrainer 1.2


pittrainer provides a cockpit trainer for the Falcon 4.0 Allied Force simulation. more>>
pittrainer provides a cockpit training environment for the Falcon 4 Allied Force simulation.
In order to run Pit Trainer, you will need to have the Java v1.4.2 (or later) runtime installed.
Enhancements:
- This version provides an interactive ICP/DED with tips for the various DED pages, an embedded Java runtime with the Windows installer, and a number of updates to existing tip text.
<<less
Download (5.9MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1501 downloads
HawkNL 1.68

HawkNL 1.68


HawkNL is a network library. more>>
HawkNL is a free, open source, game oriented network API released under the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix Sockets and Winsock.

But NL also provides other features including support for many OSs, groups of sockets, socket statistics, high accuracy timer, CRC functions, macros to read and write data to packets with endian conversion, and support for multiple network transports.

NL has been tested on Windows 9x/ME/NT/2000/XP/CE, Linux, Solaris, IRIX, AIX, BSDs, Mac OS. There are also the two high level APIs, HawkNLU (NLU) and HawkVoice, which are built on top of NL.

It is NLU and HawkVoice that are most exciting, since they give developers portable, easy to use alternatives to the Microsoft DirectPlay (DPlay) and DirectPlay Voice APIs.
<<less
Download (0.17MB)
Added: 2005-10-07 License: LGPL (GNU Lesser General Public License) Price:
1478 downloads
Multiple-Precision Floating-Point Library 2.2.0

Multiple-Precision Floating-Point Library 2.2.0


The MPFR library is a C library for multiple-precision floating-point computations with exact rounding. more>>
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.

The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).

MPFR is free. It is distributed under the GNU Lesser General Public License (GNU Lesser GPL). The library has been registered in France by the Agence de Protection des Programmes under the number IDDN FR 001 120020 00 R P 2000 000 10800, on 15 March 2000.

This license guarantees your freedom to share and change MPFR, to make sure MPFR is free for all its users. Unlike the ordinary General Public License, the Lesser GPL enables developers of non-free programs to use MPFR in their programs. If you have written a new function for MPFR or improved an existing one, please share your work!
<<less
Download (0.92MB)
Added: 2005-10-12 License: LGPL (GNU Lesser General Public License) Price:
1473 downloads
Donzilla 0.9

Donzilla 0.9


Donzilla is a customized version of Mozilla App-Suite, created by HardwareHacks 2000. more>>
Donzilla is intended for a user that is looking for everything he or she could possibly need in one convenient package.
Donzilla project is definitely not reccomended to a minimalist user. For minimalist users, there is SillyDog701s Netscape Streamline Series.
Main features:
- ChatZilla
- Mozilla Calendar
- Adblock 0.5d2 Nightly, Build 39
- Googlebar for Mozilla
- CopyImage
- Checky 2.5
- Wmlbrowser 0.4.9
- BBCode 0.4
<<less
Download (12.6MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1471 downloads
John the Ripper 1.7.2

John the Ripper 1.7.2


John the Ripper is a fast password cracker. more>>
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS.
It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes.
Several other hash types are added with contributed patches.
Enhancements:
- Bitslice DES code for x86-64 that makes use of the 64-bit mode extended SSE2 with 16 XMM registers has been added for better performance at DES-based crypt(3) hashes with x86-64 builds on AMD processors.
- A new make target for FreeBSD/x86-64 has been added.
<<less
Download (0.78MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1450 downloads
ptyaim 0.5.7

ptyaim 0.5.7


ptyaim is a very simple, extra special curses client for AOLs Instant Messenger (AIM) and ICQ services, plus IRC. more>>
ptyaim is a very simple, extra special curses client for AOLs Instant Messenger (AIM) and ICQ services, plus Internet Relay Chat (IRC). ptyaims project interface is somewhat inspired by naim. However, it uses no code from naim.
The latest version of ptyaim has been tested on Linux, FreeBSD, OpenBSD, NetBSD, Solaris, Tru64 Unix, Mac OS 10.3, and Microsoft Windows 2000. Most likely, it will work on other platforms, too.
Enhancements:
- This new version of ptyaim features improvements to the OSCAR plugin, including support for group chat.
- The TOC plugin has also been removed.
<<less
Download (0.10MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
dbi4php 1.0

dbi4php 1.0


php4dbi is a database abstraction layer for PHP. more>>
php4dbi is a database abstraction layer for PHP. dbi4php is simple to use (a single file with a simple API) and lean enought to not bloat your PHP application.
It provides a common API for accessing a variety of database systems. This allows you to develop your application without limiting it to working on just a single database.
You also wont need to keep looking at the PHP documentation pages to find the correct function name for a particular database since they dont use a common naming scheme. (For example, MySQL uses mysql_connect while SQLite uses sqlite_open.)
The dbi4php tools has actually been around since the year 2000 as part of the WebCalendar project. So, it is a very stable tool that has been tested and used in production environments for years.
Enhancements:
- This is the initial public release.
- Previously, this tool was bundled with the WebCalendar application (since 2000).
<<less
Download (0.017MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1359 downloads
libdnet 1.11

libdnet 1.11


libdnet provides a simplified, portable interface to several low-level networking routines. more>>
libdnet provides a simplified, portable interface to several low-level networking routines.
Main features:
- network address manipulation
- kernel arp(4) cache and route(4) table lookup and manipulation
- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
- network interface lookup and manipulation
- IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
- raw IP packet and Ethernet frame transmission
Supported languages:
- C, C++
- Python
- Perl, Ruby (see below)
Supported platforms:
- BSD (OpenBSD, FreeBSD, NetBSD, BSD/OS)
- Linux (Redhat, Debian, Slackware, etc.)
- MacOS X
- Windows (NT/2000/XP)
- Solaris
- IRIX
- HP-UX
- Tru64
<<less
Download (0.43MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1339 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5