Main > Free Download Search >

Free layer software for linux

layer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 722
GetVideo 0.1

GetVideo 0.1


GetVideo is a Firefox extension that allows you to download videos from YouTube and Google directly. more>>
GetVideo is a Firefox extension that allows you to download videos from YouTube and Google directly.

Unlike VideoDownloader it does not use a proxy page, and unoike unplug it does not create a layer over the current page.

It simply try to get the absolute video path and prompt for download it.

<<less
Download (0.015MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
1734 downloads
SwingGlue 0.2a

SwingGlue 0.2a


SwingGlue is an ultra thin glue layer for more transparent MVC design in Swing. more>>
Swing Glue is an ultra thin layer that allows to decouple view, controller and model into separate individual domains.
It as not just another framework as you might think now. It is an very generic layer that has a minimal impact to the application where swing glue is used.
Main features:
- Object repository that minimizes transport of references
- automatic population of Adhesive class members from the repository
- abstraction of view code and event code
- no wrapping component classes, you still use the normal Swing classes
Swing Glue is proof for the legend that a framewok does not necessarly has to be a Bloat of code that helps you to simplify your development.
It also works with a simple framework that is non evasive and has a very simple code base.
<<less
Download (0.35MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
Thuban 1.1.0

Thuban 1.1.0


Thuban is an interactive geographic data viewer. more>>
Thuban is an interactive geographic data viewer (GIS viewer) which features methods to visualize, explore, and analyze geographic information.
Main features:
- Vector Data Support: Shapefile, PostGIS Layer
- Raster Data Support: GeoTIFF Layer
- Comfortable Map Navigation
- Object Identification and Annotation
- Legend Editor and Classification
- Table Queries and Joins
- Projection Support
- Printing and Vector Export
- API for Add-Ons (Extensions)
- Multi-Language Support: English, French, German, Hungarian, Italian, Russian and Spanish
- User Manual (English)
<<less
Download (0.84MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1566 downloads
DBIx::Password 1.8

DBIx::Password 1.8


DBIx::Password provides an abstraction layer for password maintenance. more>>
DBIx::Password provides an abstraction layer for password maintenance. It is database independent and only overrides the connect method (so it basically behaves as DBI normally does).

You provide a single virtual user name in the connect method and the module determines which database/which user/which password to provide.
<<less
Download (0.005MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1522 downloads
CAN Abstraction Layer 0.1.6

CAN Abstraction Layer 0.1.6


The CAN Abstraction Layer (CANAL) provides a single interface for programs to use different CAN drivers. more>>
The CAN Abstraction Layer (CANAL) provides a single interface for programs to use different CAN drivers.
It consists of a CANAL daemon that handles client and driver communication, a canalLogger that logs messages in a window, and a simple diagnostic application. C++ clases and DLL/DL interfaces are provided.
Enhancements:
- The configuration readings for CanalWorks were upgraded.
- A GUID ordering problem in canald was fixed.
- A problem with clear message list switch in CanalWorks was fixed.
- A problem in which Linux version Level I received a thread with an invalid count returned for DataAvailable was fixed.
<<less
Download (2.3MB)
Added: 2005-10-11 License: LGPL (GNU Lesser General Public License) Price:
1474 downloads
Control Framework for PHP 0.1

Control Framework for PHP 0.1


Control Framework for PHPs main use is for building the UI layer of your PHP Web application. more>>
The purpose of the Control Framework for PHP (CFP) is to design and implement a completely OO based approach to Web UI design and form handling in PHP.

Control Framework for PHPs main use is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements called controls.

<<less
Download (MB)
Added: 2005-12-05 License: LGPL (GNU Lesser General Public License) Price:
1423 downloads
TAHI Test Suite (Upper Layer Protocol) 1.0

TAHI Test Suite (Upper Layer Protocol) 1.0


TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test. more>>
TAHI Test Suite provides a mechanism for validating an IPv6 implementation against a standardized test for conformance to the IPv6 specification, extensions and directly related protocols.
Enhancements:
- Ported FreeBSD-4.x
- Dont support FreeBSD 2.x
- pa can decode MIP6 packets
- All interoperability test tools is included.
<<less
Download (0.10MB)
Added: 2006-03-14 License: BSD License Price:
1320 downloads
SVGSlice 0.13

SVGSlice 0.13


SVGSlice is a simple tool which generates chopped up images from Inkscape SVG drawings. more>>
SVGSlice application can generate chopped up images from Inkscape SVG drawings.

To figure out where to cut, SVGSlice can use Inkscapes built in guides (for simpler, grid-like cuts), or it can use a specially named "slices" layer that contains rectangles that mark areas to slice.

Demo files showing both approaches are included.

<<less
Download (0.005MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1288 downloads
GnuTLS 1.2.10

GnuTLS 1.2.10


GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. more>>
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.
Currently this library implements the proposed standards by the IETFs TLS working group.
Main features:
- Support for TLS 1.1, TLS 1.0 and SSL 3.0 protocols. (Since SSL 2.0 is insecure it is not supported.)
- Support for TLS extensions, including server name and max record size.
- Support for authentication using the SRP protocol.
- Support for authentication using both X.509 certificates and OpenPGP keys.
- Support for TLS Pre-Shared-Keys (PSK) and Inner Application (TLS/IA) extensions
- Support for X.509 and OpenPGP certificate handling.
- Supports all the strong encryption algorithms.
- Supports compression.
- Runs on most Unix platforms.
- GPL compatible license, unlike OpenSSL.
<<less
Download (2.6MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1276 downloads
Lua-Sqlite3 0.4

Lua-Sqlite3 0.4


Lua-Sqlite3 project is a binding of Sqlite3 for Lua. more>>
Lua-Sqlite3 project is a binding of Sqlite3 for Lua.
Lua-Sqlite3 is unique in contrast to other database bindings that it consists of two layers.
The first layer translates the SQLite 3 implementations C API to Lua. The first layer is called the backend.
The second layers are frontend layers, written in Lua. These layers provide a nice and smart view of the database
Currently, Lua-Sqlite3 implements two frontends:
- A specialiced frontend which provides all sqlite3 capabilities.
- A LuaSQL compatible frontend as used on the Kepler Project.
Enhancements:
- Lua 5.1 support was added, and 5.0 is still supported.
- An autoconf configure script is provided.
<<less
Download (0.032MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1263 downloads
mod_authn_dbi 0.9.0

mod_authn_dbi 0.9.0


mod_authn_dbi provides Authentication against an SQL database back-end. more>>
mod_authn_dbi provides Authentication against an SQL database back-end. mod_authn_dbi uses the application-independent abstraction layer provided by libdbi.

Database drivers for libdbi are provided by the libdbi-drivers, project. At the moment, drivers are provided for MySQL, PostgreSQL, SQLite and mSQL.

<<less
Download (0.15MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1261 downloads
ivtools 1.2.4

ivtools 1.2.4


ivtools is an application frameworks for drawing editors and spatial data servers. more>>
ivtools (pronounced eye-vee-tools) is a suite of free X Windows drawing editors for PostScript, TeX, and web graphics production, as well as an embeddable and extendable vector graphic shell
ivtools is made up of layered collection of free C++ frameworks that vertically augment the mechanisms of Unidraw
Main features:
- an application framework for developing direct manipulation graphical editors (drawing editors).
- a GUI widget framework built on TeX structured document concepts
- A command interpreter with network capability.
- an extra layer of drawing editor application framework
- a layer for integrating the command interpreter into the drawing editor
- a layer for multi-frame applications
- a layer for graph/network applications
Enhancements:
- More changes required by gcc-4.* were made.
- The command interpreter was evolved.
<<less
Download (2.0MB)
Added: 2006-07-21 License: MIT/X Consortium License Price:
1217 downloads
Open Tranquera 1.0

Open Tranquera 1.0


Open Tranquera is a repository of reusable components for J2EE application development. more>>
Open Tranquera is a repository of reusable components for J2EE application development.

There are UI extensions, Services, and a Persistence layer, integrated with existing open source frameworks.

<<less
Download (0.016MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 downloads
Resolver User Layer Interface 0.36

Resolver User Layer Interface 0.36


RULI stands for Resolver User Layer Interface. more>>
RULI stands for Resolver User Layer Interface. Its a library built on top of an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for querying DNS SRV resource records. The goal is to promote wide deployment of SRV-cognizant software. RULI aims to fully support SRV-related standards. There are bindings for PHP, Perl, Guile/Scheme, Java, and Lua. IPv6 is supported.

Now you can understand the benefits of SRV records and please see how RULI can help you.

SRV records are more complex than A records

Handling DNS SRV is not as simple as to deal with ordinary address records. When one performs a query for A records by calling gethostbyname(), he gets a list of addresses which should be contacted in the same order as they were received. For SRV records, there is an additional logic that must be applied to the records, based on their weight and priority, to discover the correct sequence for contacting them.
RULI can handle SRV records for you

The SRV logic is described in RFC 2782. Those who intend to use SRV benefits in their application are expected to implement that exact behavior. RULI can help here: it automatically performs all the SRV logic for you.
Keep focus on your application logic

Application developers probably want to spend time on their business logic; not dealing with the details of the DNS protocol or implementing the SRV specification.

RULI is a tested framework designed to properly fetch SRV records. It saves you time and head aches.
RULI is free as in free beer and in free speech

<<less
Download (0.12MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1197 downloads
aedGUI 0.1.8

aedGUI 0.1.8


aedGUI is a cross-platform C++ GUI library that works with SDL. more>>
aedGUI is a cross-platform C++ GUI library that works with SDL. The goal of this project is to create a cross-platform C++ Graphics User Interface library to be used with Simple DirectMedia Layer (SDL). It is fast, non-intrusive and easy to use.

<<less
Download (0.49MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5