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.148.496 Times

Latin Language Translator freeware
Filter: All | Freeware | Demo
 

Latin Language Translator

< 1 2 3 4 5 > 
Added: May 03, 2010 | Visits: 1.188

Redland RDF Library Language Bindings Redland RDF Library Language Bindings provides high-level language bindings for the Redland RDF C libraries, allowing full access to the C APIs along with enhancements for individual languages. Redland RDF Library Language Bindings currently provides bindings in C#, Java, Perl, Python, Ruby, PHP...



Platforms: *nix

License: Freeware Size: 890.88 KB Download (89): Redland RDF Library Language Bindings Download

Added: November 02, 2010 | Visits: 926

R2cl R2cl compiler is a minimal, proof of concept translator from the R or S language into Common Lisp. An increase in speed of over 1000 times can then be achieved using the free CMU Common Lisp native code compiler on the resulting code, making it comparable to FORTRAN, Ada or C. Installation:...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): R2cl Download

Added: July 17, 2010 | Visits: 1.773

Hecl Programming Language The Hecl Programming Language is a high-level scripting language implemented in Java. Hecl Programming Language is intended to be small, extensible, extremely flexible, and easy to learn and use. Hecl is intended as a complement to the Java programming language, not a replacement. As such, it...


Platforms: *nix

License: Freeware Size: 2.6 MB Download (114): Hecl Programming Language Download

Added: February 13, 2010 | Visits: 1.030

Qore Programming Language Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore Programming Language features Oracle and MySQL DBI...


Platforms: *nix

License: Freeware Size: 901.12 KB Download (90): Qore Programming Language Download

Added: October 25, 2010 | Visits: 1.665

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Added: June 04, 2010 | Visits: 1.092

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: June 12, 2010 | Visits: 1.712

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: April 14, 2010 | Visits: 1.362

SQL::Translator::Manual SQL::Translator::Manual is a Perl module that contains a manual for SQL translator. SYNOPSIS SQL::Translator (AKA "SQLFairy") is a collection of modules for transforming (mainly) SQL DDL files into a variety of other formats, including other SQL dialects, documentation, images, and code. In...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (108): SQL::Translator::Manual Download

Added: May 19, 2010 | Visits: 1.421

SQL::Translator::Producer::GraphViz SQL::Translator::Producer::GraphViz is a GraphViz producer for SQL::Translator. SYNOPSIS use SQL::Translator; my $trans = new SQL::Translator( from => MySQL, # or your db of choice to => GraphViz, producer_args => { out_file => schema.png, add_color => 1, show_constraints => 1,...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (201): SQL::Translator::Producer::GraphViz Download

Added: February 17, 2010 | Visits: 2.078

PerlPoint::Generator::LANGUAGE::Formatter PerlPoint::Generator::LANGUAGE::Formatter is a Perl module that generates Formatter formatted LANGUAGE files. METHODS new() Parameters: class The class name. Returns: the new object..


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): PerlPoint::Generator::LANGUAGE::Formatter Download

Added: November 24, 2010 | Visits: 1.493

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (209): Language::Logo Download

Added: March 09, 2010 | Visits: 679

Apache::AxKit::XSP::Language::SimpleTaglib Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use Apache::AxKit::Language::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): Apache::AxKit::XSP::Language::SimpleTaglib Download

Added: August 07, 2010 | Visits: 1.133

File Selection Language File Selection Language (FSL) is a descriptive language for file selection. File Selection Language is used to selectively pick files from a directory structure. FSL is useful for selective backups, for instance. FSL uses glob patterns as the basic building block. For fine-tuning the...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (98): File Selection Language Download

Added: April 08, 2010 | Visits: 1.034

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (89): Language::Zcode::Parser Download

Added: June 16, 2010 | Visits: 955

Language::Zcode::Runtime::State Language::Zcode::Runtime::State is a Perl module to handle saving, restoring, etc. the game state. restoring Getter/setter: currently in the process of restoring or not? start_machine Start executing the Z-machine. In the normal case (starting a new game, or restarting), this is as...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (87): Language::Zcode::Runtime::State Download

Added: March 26, 2010 | Visits: 834

Language::Functional Language::Functional is a Perl module which makes Perl slightly more functional. SYNOPSIS use Language::Functional :all; print The first ten primes are: , show(take(10, filter { prime(shift) } integers)), "n"; Perl already contains some functional-like functions, such as map and grep. The...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): Language::Functional Download

Added: July 23, 2010 | Visits: 980

Luban programming language Beta Luban is a component oriented scripting language. Luban is free and open source. Luban is named after a legendary ancient Chinese civil engineer and carpenter two thousand year ago whose constructions are still in use today. The programming language spectrum seems crowded. Do we have all the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (95): Luban programming language Beta Download

Added: July 18, 2010 | Visits: 1.537

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: July 25, 2010 | Visits: 990

The Data Language A free IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs). IDL is a registered trademark of Research Systems Inc. Full syntax compatibility with IDL 6.0 ALL IDL language elements are supported, including: - Objects, - Pointers, - Structs, - Arrays, -...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (96): The Data Language Download

Added: August 10, 2010 | Visits: 1.315

Open Dice Language Open Dice Language project is a language for describing dice rolls. Open Dice Language is a language for describing dice rolls. The language is nearly identical to what you see in most role-playing game texts (e.g., "1d20"). It provides several interfaces to the language. To run in CLI...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (102): Open Dice Language Download

< 1 2 3 4 5 >