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

Opera Mini Android Persian Language freeware
Filter: All | Freeware | Demo
 

Opera Mini Android Persian Language

< 1 2 3 4 5 > 
Added: June 16, 2010 | Visits: 957

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 (88): 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: 984

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

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

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: August 10, 2010 | Visits: 1.317

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

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: October 17, 2010 | Visits: 916

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: May 10, 2013 | Visits: 1.846

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

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

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: August 12, 2010 | Visits: 1.176

XML::Mini::Element::Comment XML::Mini::Element::Comment is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements comment() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Comment Download

Added: March 01, 2010 | Visits: 1.192

XML::Mini::Element XML::Mini::Element is a Perl implementation of the XML::Mini Element API. SYNOPSIS use XML::Mini::Document; my $xmlDoc = XML::Mini::Document->new(); # Fetch the ROOT element for the document # (an instance of XML::Mini::Element) my $xmlElement = $xmlDoc->getRoot(); # Create an tag my...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (157): XML::Mini::Element Download

Added: April 17, 2010 | Visits: 951

XML::Mini::Element::DocType XML::Mini::Element::DocType Perl module is used internally to represent < !DOCTYPE bla bla [ ... ] >. You shouldnt need to use it directly, see XML::Mini::Elements docType() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (104): XML::Mini::Element::DocType Download

Added: January 09, 2010 | Visits: 992

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Added: June 14, 2010 | Visits: 1.085

XML::Mini::Element::CData XML::Mini::Element::CData Perl module is used internally to represent < ![CDATA [ CONTENTS ]] >. You shouldnt need to use it directly, see XML::Mini::Elements cdata() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (101): XML::Mini::Element::CData Download

Added: February 25, 2010 | Visits: 977

XML::Mini::Element::Entity XML::Mini::Element::Entity Perl module is used internally to represent < !ENTITY name "stuff" >. You shouldnt need to use it directly, see XML::Mini::Elements entity() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): XML::Mini::Element::Entity Download

Added: April 22, 2010 | Visits: 1.075

XML::Mini::Element::Header XML::Mini::Element::Header Perl module is used internally to represent < ? xml blah="hohoho" ? > type headers. You shouldnt need to use it directly, see XML::Mini::Elements header() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Header Download

Added: November 17, 2010 | Visits: 965

XML::Mini::TreeComponent XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API. SYNOPSIS Dont use this class - only presents an interface for other derived classes. This class is only to be used as a base class for others. It presents the minimal interface we can expect from any...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (87): XML::Mini::TreeComponent Download

< 1 2 3 4 5 >