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 49.600.445 Times

Farsi Language Xp software
Filter: All | Freeware | Demo
 

Farsi Language Xp

< 1 2 3 4 5 > 
Added: April 08, 2010 | Visits: 1.028

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: 952

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: 828

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 (90): Language::Functional Download

Added: July 23, 2010 | Visits: 974

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 (94): Luban programming language Beta Download

Added: July 18, 2010 | Visits: 1.525

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 (98): The Qu Programming Language Download

Added: July 25, 2010 | Visits: 987

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.308

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 (100): Open Dice Language Download

Added: February 12, 2010 | Visits: 1.001

ADML language ADML language is a server-side scripting language with Mysql database suport. About Apache: Apache HTTP Server is a free software/open source HTTP web server for Unix-like systems (BSD, Linux, and UNIX systems), Microsoft Windows, Novell NetWare and other platforms. Apache is notable for...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): ADML language Download

Added: October 17, 2010 | Visits: 908

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 (93): NullLogic Embedded Scripting Language Download

Added: May 10, 2013 | Visits: 1.832

Assembly Language Debugger The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms.


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (201): Assembly Language Debugger Download

Added: January 12, 2010 | Visits: 1.129

Arena Scripting Language Arena Scripting Language is a light-weight scripting language. The language uses a syntax and library similar to that of ANSI C, but adds automatic memory management and runtime polymorphism on top of that.. Intend C - Embeddable Scripting Language


Platforms: *nix

License: Freeware Download (106): Arena Scripting Language Download

Added: April 19, 2010 | Visits: 990

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 (93): X Language Download

Added: October 14, 2010 | Visits: 1.154

The Language Machine The Language Machine is a free software toolkit for language and grammar. It includes a shared library, a main program, and several metalanguage compilers with one frontend. The system is easy to use on its own or as a component. The Language Machine directly implements unrestricted rule-based...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (115): The Language Machine Download

Added: January 20, 2010 | Visits: 916

Apache::Language Apache::Language is a Perl transparent language support for Apache modules and mod_perl scripts. SYNOPSIS In YourModule.pm: sub handler { my $r = shift; use Apache::Language; my $lang = Apache::Language->new($extra_args); #$lang is now a hash ref that will automacigally pick the right...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Apache::Language Download

Added: July 21, 2010 | Visits: 856

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: April 06, 2010 | Visits: 785

Language::XSB Language::XSB is a Perl module that allows you to use XSB from Perl. SYNOPSIS use Language::XSB :query; use Language::Prolog::Types::overload; use Language::Prolog::Sugar vars=>[qw(X Y Z)], functors=>{equal => =}, functors=>[qw(is)], chains=>{plus => +, orn => ;}; xsb_set_query(...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Language::XSB Download

Added: August 23, 2010 | Visits: 1.272

Felix Programming Language Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (110): Felix Programming Language Download

Added: October 01, 2010 | Visits: 1.464

Io programming language Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua...


Platforms: *nix

License: Freeware Size: 5.4 MB Download (119): Io programming language Download

Added: September 25, 2013 | Visits: 1.000

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

Added: June 16, 2010 | Visits: 1.567

Mozilla Afrikaans Language The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans. All functions, errors, menus, and buttons are translated into Afrikaans.. Localising software into all 11 of South African's official languages. Including...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (176): Mozilla Afrikaans Language Download

< 1 2 3 4 5 >