Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.447.559 Times

Lyndon Baines Johnson Library Locale software
Filter: All | Freeware | Demo
 

Lyndon Baines Johnson Library Locale

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 2.156

Cute PHP library cphplib (Cute PHP library) is a small collection of classes for PHP. Purpose of the classes is to simplify functions for daily work with PHP. e.g. convertions, formating, DB session and so on.



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (147): Cute PHP library Download

Added: October 09, 2010 | Visits: 1.719

Small Antialiased Graphics Library SAgl is a portable small antialiased graphics library. It offers lines, circles, and bezier curves, as well as thick lines and fills. It can be used on top of SDL or with X or any other graphics system.. Get grplib at SourceForge.net. Fast, secure and free downloads from the largest Open Source...





Platforms: *nix

License: Freeware Size: 86.02 KB Download (106): Small Antialiased Graphics Library Download

Added: April 08, 2010 | Visits: 1.812

OpenGL/FreeType2 Text Rendering Library This C++ library supplies an interface between the fonts on your system and an OpenGL or Mesa application. It uses the excellent FreeType library to read font faces from their files and renders text strings as OpenGL primitives..


Platforms: *nix

License: Freeware Size: 952.32 KB Download (143): OpenGL/FreeType2 Text Rendering Library Download

Added: October 13, 2010 | Visits: 1.383

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C...


Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: May 06, 2010 | Visits: 2.099

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (218): Parallel Genetic Algorithm Library Download

Added: June 22, 2010 | Visits: 1.714

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (116): Template::Library::HTML Download

Added: June 02, 2010 | Visits: 1.011

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use....


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: February 26, 2010 | Visits: 1.058

SSH library Ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. Runs only on x86 linux, bsd and MacOS X. libssh is a C library to access SSH 2 services from a program. It can remotely execute programs, transfer files, and serve as a secure and...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (109): SSH library Download

Added: September 24, 2010 | Visits: 855

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Gettext Download

Added: February 02, 2010 | Visits: 863

Locale::Maketext::Lexicon::Tie Locale::Maketext::Lexicon::Tie is a Perl module to use tied hashes as lexicons for Maketext. SYNOPSIS package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { en => [ Tie => [ DB_File => en.db ] ], }; This module lets you easily tie the %Lexicon hash to a database...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Tie Download

Added: January 27, 2010 | Visits: 657

Locale::Maketext::Lexicon::Msgcat Locale::Maketext::Lexicon::Msgcat is a Msgcat catalog parser Maketext. SYNOPSIS package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { en => [Msgcat, en_US/hello.pl.m], }; package main; my $lh = Hello::I18N->get_handle(en); print $lh->maketext(1,2); # set 1,...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (90): Locale::Maketext::Lexicon::Msgcat Download

Added: August 15, 2010 | Visits: 716

Locale::Maketext::Lexicon Locale::Maketext::Lexicon is a Perl module to use other catalog formats in Maketext. SYNOPSIS As part of a localization class, automatically glob for available lexicons: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { * => [Gettext =>...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (92): Locale::Maketext::Lexicon Download

Added: October 25, 2010 | Visits: 1.001

Locale::Maketext::Extract Locale::Maketext::Extract is a Perl module used to extract translatable strings from source. SYNOPSIS my $Ext = Locale::Maketext::Extract->new; $Ext->read_po(messages.po); $Ext->extract_file($_) for <*.pl>; # Set $entries_are_in_gettext_format if the .pl files above use # loc(%1) instead...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): Locale::Maketext::Extract Download

Added: September 06, 2010 | Visits: 878

Locale::Maketext::Extract::Run Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl. SYNOPSIS use Locale::Maketext::Extract::Run xgettext; xgettext(@ARGV);.


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Extract::Run Download

Added: July 01, 2010 | Visits: 853

Locale::Maketext::Simple Locale::Maketext::Simple is a simple interface to Locale::Maketext::Lexicon. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports loc loc_lang(fr); # set language to French sub hello { print loc("Hello, [_1]!",...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Locale::Maketext::Simple Download

Added: August 09, 2010 | Visits: 783

Locale::Maketext::Fuzzy Locale::Maketext::Fuzzy is a Perl module for Maketext from already interpolated strings. SYNOPSIS package MyApp::L10N; use base Locale::Maketext::Fuzzy; # instead of Locale::Maketext package MyApp::L10N::de; use base MyApp::L10N; our %Lexicon = ( # Exact match should always be preferred...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Locale::Maketext::Fuzzy Download

Added: May 27, 2010 | Visits: 1.296

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: July 08, 2010 | Visits: 1.474

btnSMS Library btnSMS Library is a C library that provides an easy interface for sending SMS messages through the Beyond The Net SMS service provider. Messages can be sent to nearly every country in the world with many different options.. BEYOND THE NET Internet Service GmbH - Alles rund um SMS und MMS. SMS...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (108): btnSMS Library Download

Added: July 18, 2010 | Visits: 1.403

Big Faceless Graph Library The Big Faceless Graph Library is a Java class library for creating graphs and charts. It is backed by a full 3D engine, allowing you to create shaded 3D pie, bar, and line graphs as GIF, PDF, PNG, or other image formats. Big Faceless Graph Library features include transparent backgrounds,...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 1.6 MB Download (100): Big Faceless Graph Library Download

Added: June 11, 2010 | Visits: 1.305

Big Faceless PDF Library The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition of Big Faceless PDF Library offers the ability to create and edit AcroForms, PDFs answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 4.7 MB Download (99): Big Faceless PDF Library Download

< 1 2 3 4 5 >