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

Electronic Language Translator freeware
Filter: All | Freeware | Demo
 

Electronic Language Translator

< 1 2 3 4 5 > 
Added: May 13, 2010 | Visits: 1.122

TOM programming language Tom is a software environment for defining transformations in Java. TOM programming language is an extension of Java designed to manipulate tree structures and XML documents. It is compatible with Java: a Java program is a correct Tom program. Data are represented using an efficient tree based...



Platforms: *nix

License: Freeware Size: 3.7 MB Download (104): TOM programming language Download

Added: August 28, 2008 | Visits: 899

ELENA Programming Language ELENA is a general-purpose, object-oriented, pure polymorphic language with late binding. It promotes more object-oriented program design, reusable, laconic and more standardized code. The package includes compiler, IDE, ELENA libraries and samples.





Platforms: Windows

License: Freeware Size: 637 KB Download (103): ELENA Programming 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

Added: February 17, 2010 | Visits: 2.082

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: May 15, 2010 | Visits: 654

Cocom Cocom project is a toolset that is oriented towards the creation of compilers, cross-compilers, interpreters, and other language processors. It consists of reusable packages (collection and memory management framework), a Sprut internal representation description (AST-to-AST) translator, a Nona...


Platforms: *nix

License: Freeware Size: 3 MB Download (101): Cocom Download

Added: October 27, 2010 | Visits: 1.336

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: January 12, 2010 | Visits: 1.146

Geometry Description Markup Language Geometry Description Markup Language (GDML) workpackage is primarly ment to provide geometry data exchange format for the LCG applications. The workpackage consists of the GDML Schema part, which is a fully self-consistent definition of the GDML syntax and the GDML I/O part which provides means...


Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): Geometry Description Markup Language Download

Added: October 18, 2010 | Visits: 1.063

HTML Redemption Language HTML Redemption Language, or HRL for short, is an HTML-preprocessor. Its basically a macro package, with built-in Python scripting. It redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): HTML Redemption Language Download

Added: July 18, 2010 | Visits: 1.540

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: April 19, 2010 | Visits: 995

X Language X Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on many platforms (UNIX/X11, Win32, ...). X Language comes with an interpreter, a compiler and a debugger. X Language is publicly available under the GPL....


Platforms: *nix

License: Freeware Size: 358.4 KB Download (99): X Language Download

Added: August 07, 2010 | Visits: 1.136

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: July 25, 2010 | Visits: 992

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 (97): The Data Language Download

Added: June 12, 2010 | Visits: 1.717

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: 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: June 18, 2010 | Visits: 1.099

Apache::AxKit::Language::SAXMachines Apache::AxKit::Language::SAXMachines is a Perl module that can transform Content With SAX Filters. SYNOPSIS # add the style processor mapping AxAddStyleMap application/x-saxmachines Apache::AxKit::Language::SAXMachines # add the processor AxAddProcessor application/x-saxmachines . #...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (95): Apache::AxKit::Language::SAXMachines Download

Added: April 08, 2010 | Visits: 1.035

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 (95): Language::Zcode::Parser Download

Added: July 23, 2010 | Visits: 982

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: February 03, 2010 | Visits: 689

VerbOS VerbOS is a free program designed to help language learners. Primarily, only the Spanish language is supported but it is intended that other languages will also be included in the future. Features include a database of nearly 500 Spanish verbs conjugated in 10 tenses, this can be used for...


Platforms: *nix

License: Freeware Size: 7.3 MB Download (95): VerbOS Download

Added: October 17, 2010 | Visits: 915

NullLogic Embedded Scripting Language NullLogic Embedded Scripting Language (Nesla) code looks a lot like php (the same basic c operators, syntax and flow control) but with a lot less dollar signs. Internally, Nesla has a very clean API that makes it easy for c programs to make full use of its functions and data. Nesla was...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): NullLogic Embedded Scripting Language Download

Added: September 25, 2013 | Visits: 1.004

Natural Language Toolkit The Natural Language Toolkit is a suite of Python packages and data for natural language processing; it comes with extensive API documentation and tutorials. NLTK-Lite is the version under active development.


Platforms: *nix

License: Freeware Size: 434.78 MB Download (94): Natural Language Toolkit Download

< 1 2 3 4 5 >