Main > Free Download Search >

Free portable software for linux

portable

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 736
Apache Portable Runtime for Unix 1.2.12

Apache Portable Runtime for Unix 1.2.12


to create and maintain software libraries more>> The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.<<less
Download (1.08MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Sturmbahnfahrer 1.5.2

Sturmbahnfahrer 1.5.2


Sturmbahnfahrer is a simulated obstacle course for automobiles. more>>
Sturmbahnfahrer is a simulated obstacle course for automobiles.

Sturmbahnfahrer... for expert drivers only. If you want to master it, try to have the laws of physics work with you, not against you.

Enabling technologies behind Sturmbahnfahrer include the Open Dynamics Engine and the portable game library known as PLIB.

Sturmbahnfahrer is a game by Bram Stolk.

<<less
Download (3.1MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
794 downloads
Tao::DBI::st 0.0008

Tao::DBI::st 0.0008


Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders. more>>
Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders.

SYNOPSIS

use Tao::DBI qw(dbi_connect dbi_prepare);

$dbh = dbi_connect($args);
$sql = q{UPDATE T set a = :a, b = :b where k = :k};
$stmt = $dbh->prepare($sql);
$rc = $stmt->execute({ k => $k, a => $a, b => $b });

# dbi_prepare() can also be used to create Tao::DBI::st
$stmt = dbi_prepare($sql, { dbh => $dbh });

<<less
Download (0.008MB)
Added: 2007-08-13 License: Perl Artistic License Price:
802 downloads
plus4emu 1.2.1

plus4emu 1.2.1


plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
plus4emu is a portable emulator of the Commodore Plus/4 computer. It supports Windows and POSIX platforms (32 bit Windows and 32 and 64 bit Linux have been tested).
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
<<less
Download (0.65MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
POCO C++ Libraries 1.3.1

POCO C++ Libraries 1.3.1


POCO C++ Libraries project are the next generation C++ class libraries for network-centric applications. more>>
POCO C++ Libraries project are the next generation C++ class libraries for network-centric applications.

POCO, the C++ Portable Components, is a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.

Their modular and efficient design and implementation makes the C++ Portable Components extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, POCO is also ready for enterprise-level challenges.

The POCO libraries free developers from re-inventing the wheel, and allow them to spend their time on more worthwhile areas, such as getting things done quickly and working on the features that make their application unique.
<<less
Download (1.2MB)
Added: 2007-08-09 License: Boost Software License Version 1.0 Price:
807 downloads
Smalltalk YX 0.1.4

Smalltalk YX 0.1.4


Smalltalk YX is an open source Smalltalk-80 implementation. more>>
Smalltalk YX software is an open source Smalltalk-80 implementation.
Main features:
- Readable code
- Flexibility trough easy creation of plugins
- Portable to most important platforms
- Optimized
- Modern
- Embeddable in C applications
- Easy to use, powerful and well-structured environment
- Small
<<less
Download (0.077MB)
Added: 2007-08-01 License: MIT/X Consortium License Price:
817 downloads
Frodo 4.1b

Frodo 4.1b


Frodo application is a portable C64 emulator. more>>
Frodo application is a portable C64 emulator.
Frodo is a free, portable Commodore 64 emulator that focuses on the exact reproduction of special graphical effects possible on the C64.
It is capable of running most games and demos correctly, even those with FLI, FLD, DYCP, open borders, multiplexed sprites, timing dependent decoders, fast loaders etc.
Enhancements:
- An enhanced Tcl/Tk preferences GUI written by Gerard Decatrel
- The ability to use SDL for graphics output which eliminates the restriction to 8-bit screens (which probably no-one is using any more). If you have SDL version 1.2 or higher installed, the configure script will automatically detect and use it.
<<less
Download (0.36MB)
Added: 2007-07-02 License: Freeware Price:
525 downloads
PoDoFo 0.5.0

PoDoFo 0.5.0


PoDoFo library is a free, portable C++ library. more>>
PoDoFo library is a free, portable C++ library. PoDoFo library can parse existing PDF files and create new ones from scratch.

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package.

The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer).

Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.

As of now PoDoFo is only available for Unix platforms. But the code is portable C++ and a Windows version will be available soon.

<<less
Download (0.44MB)
Added: 2007-07-02 License: LGPL (GNU Lesser General Public License) Price:
847 downloads
C++ Portable Types Library (PTypes) 2.1.1

C++ Portable Types Library (PTypes) 2.1.1


C++ Portable Types Library (PTypes) is a simple alternative to the STL with multithreading and networking. more>>
C++ Portable Types Library (PTypes) is a simple alternative to the STL that includes multithreading and networking. C++ Portable Types Library (PTypes) defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and synchronization objects, IP sockets and named pipes. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind.
PTypes defines simple and intuitive interfaces and differs from the STL in fairly moderate use of templates. The library is portable across many modern operating systems (currently FreeBSD, Linux, SunOS, Mac OS X and Windows). All platform-dependent issues are hidden inside. A simple web server called wshare is included in the package to demonstrate the full power of the library.
And finally, PTypes is open and free.
Main features:
- Threads and synchronization primitives solve the vital problem of diversity of the threading APIs on different platforms. The library also offers message queues and job queues as additional methods of thread synchronization and maintenance.
- IP socket classes and utilities provide complete IP-based framework for both client-side and server-side programming. Combined with PTypes multithreading, these classes can be used for designing complex non-visual applications, such like network daemons or web robots.
- Dynamic strings, variants, character sets, date/time type and various kinds of dynamic and associative arrays: Delphi programmers will find them very similar to the ones in their favorite language. The collection of these basic data types may be useful, among other things, for building compilers and interpreters for higher-level languages.
- Streaming interfaces provide buffered I/O with simple and powerful text parsing methods. A strictly defined syntax for a given text format or a formal language can be represented by calls to PTypes token extraction methods. The unified streaming interface is applicable to files, named pipes and network sockets.
- Special thread class with enhanced functionality called unit. Units have their own main() and input/output plugs; they can be connected to each other within one application to form pipes, like processes in the UNIX shell.
- Finally, everything above is portable: all platform-dependent details are hidden inside.
Enhancements:
- Added support for HP-UX
- Compilation problems solved on *BSD systems (64-bit seek issue)
- Several MacOS X compilation problems solved (socklen_t, libtool)
- MSVC project files are now in the new VC7+ format (.sln, .vcproj)
- Dropped support for BSDi, CygWin and also the Borland C++ compiler.
<<less
Download (0.22MB)
Added: 2007-06-27 License: zlib/libpng License Price:
853 downloads
Apache Portable Runtime 1.2.8

Apache Portable Runtime 1.2.8


The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries. more>>
Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
Main features:
- Atomic operations
- Dynamic Shared Object loading
- File I/O
- Locks (mutexes, condition variables, etc)
- Memory management (high performance allocators)
- Memory-mapped files
- Multicast Sockets
- Network I/O
- Shared memory
- Thread and Process management
- Various data structures (tables, hashes, priority queues, etc)
Enhancements:
- Various bugs were fixed.
- The API compatible with version 1.2.7.
<<less
Download (1.0MB)
Added: 2007-06-21 License: The Apache License 2.0 Price:
870 downloads
USB Pen Drive Linux 20070605

USB Pen Drive Linux 20070605


USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. more>>
USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. The project can be installed to a portable hard drive, USB flash pen drive or even an ipod or other portable device.

USB Linux installation enables you to install a portable Linux operating system on a flash drive no larger than your thumb. This portable Linux version can then be run from any computer that can boot from a flash device.

This process allows you to bring your operating system, desktop, applications, files, e-mail, personal settings, favorites and more with you. It’s like having your own personal operating system you can carry in your pocket. On this site, we provide many simplified portable Linux flash drive tutorials.
<<less
Download (460.4MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
586 downloads
zfec 1.0.1

zfec 1.0.1


zfec is a fast, portable, and programmable implementation of erasure coding. more>>
zfec is a fast, portable, and programmable implementation of erasure coding. The project includes a C library, a Python library, and a command-line tool.

Erasure coding is also known as "forward error correction", which is the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The RAID-5 algorithm is an erasure code.

But instead of recovering from the loss of only a single element, zfec can be parameterized to choose in advance the number of elements whose loss it can tolerate.
<<less
Download (0.044MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
Configuration File Library 1.1

Configuration File Library 1.1


The Configuration File Library (CFL) is a collection of routines for manipulating configuration files. more>>
The Configuration File Library (CFL) is a collection of routines for manipulating configuration files. The project is a portable library fully written from scratch in pure ANSI C.

It is designed to offer for C programmers common routines for manipulating configuration text files.

<<less
Download (0.38MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
887 downloads
TivoPod 3

TivoPod 3


TivoPod is a transcoding and podcasting agent that extracts content from the TiVo Now Playing list. more>>
TivoPod project is a podcasting and transcoding agent that extracts content from the TiVo "Now Playing" list and serves it up as a video podcast for iPods, PSPs, and other portable media devices.
Enhancements:
- This release resolves some minor defects and adds a system status/monitoring page, as well as other small enhancements.
<<less
Download (6.1MB)
Added: 2007-05-01 License: MIT/X Consortium License Price:
906 downloads
LucidLife 0.9.2

LucidLife 0.9.2


LucidLife is a free and usable implementation of Conways Life. more>>
LucidLife is a free and usable implementation of Conways Life. Aimed at users of the GNOME desktop environment, LucidLife should also be portable to other platforms. LucidLife is based on GtkLife.

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