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

Native American Language Act software
Filter: All | Freeware | Demo
 

Native American Language Act

< 1 2 3 4 5 
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: 978

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: April 18, 2010 | Visits: 1.064

ACT-RBOT + MRS ACT-RBOT + MRS is a cognitive agent-based social simulation toolkit (RBOT+MRS) and production system based on ACT-R for modelling single actor cognitive experiments (RBOT) and multiple actors in a simulated (semiotic) world (RBOT + MRS).. Get (ACT-) RBOT + MRS at SourceForge.net. Fast, secure and...


Platforms: *nix

License: Freeware Download (111): ACT-RBOT + MRS Download

Added: July 18, 2010 | Visits: 1.536

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

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 12, 2010 | Visits: 1.005

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

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

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 (202): Assembly Language Debugger Download

Added: January 12, 2010 | Visits: 1.136

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 (110): Arena Scripting Language Download

Added: April 19, 2010 | Visits: 994

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

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

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

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

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 26, 2010 | Visits: 1.237

American History Lux American History Lux game takes you through the wars that have shaped American History. Have fun replaying the battles, and learn some history while youre at it. Historical Tour Start with the colonization battles between the English, French and Natives. Revolt against the British to form the...


Platforms: *nix

License: Shareware Cost: $20.00 USD Size: 14.6 MB Download (105): American History Lux Download

Added: October 01, 2010 | Visits: 1.469

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

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