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

Syntactic software
Filter: All | Freeware | Demo
 

Syntactic

< 1 2 
Added: January 18, 2010 | Visits: 830

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: July 07, 2010 | Visits: 891

XML::Namespace XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects use XML::Namespace; my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#); # explicit access via the uri() method print $xsd->uri(); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): XML::Namespace Download

Added: September 17, 2010 | Visits: 920

BHL bhl is a text formatting and publishing tool. It is an Emacs mode that provides two kinds of tools: tools for editing a plain text file as an implicitly structured document, and tools for converting this document into other formats: HTML, SGML, LaTeX, Texinfo and TXT. In order to be readable by... Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): BHL Download

Added: July 21, 2010 | Visits: 956

Tie::UrlEncoder Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings. Syntactic sugar for URL-Encoding strings. Tie::UrlEncoder imports a tied hash %urlencode into your package, which delivers a RFC 1738 URL Encoded string of whatever is given to it, for easy embedding of URL-Encoded strings... Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Tie::UrlEncoder Download

Added: February 18, 2010 | Visits: 1.012

DateTime::Calendar::Pataphysical DateTime::Calendar::Pataphysical is a Perl module with dates in the pataphysical calendar. SYNOPSIS use DateTime::Calendar::Pataphysical; $dt = DateTime::Calendar::Pataphysical->new( year => 1752, month => 10, day => 4 ); DateTime::Calendar::Pataphysical is the implementation of the... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): DateTime::Calendar::Pataphysical Download

Added: March 16, 2010 | Visits: 790

Tie::CharArray Tie::CharArray module can access Perl scalars as arrays of characters. SYNOPSIS use Tie::CharArray; my $foobar = a string; tie my @foo, Tie::CharArray, $foobar; $foo[0] = A; # $foobar = A string push @foo, !; # $foobar = A string! print "@foon"; # prints: A s t r i n g ! tie my @bar,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Tie::CharArray Download

Added: June 03, 2010 | Visits: 882

LavaPE LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of... Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): LavaPE Download

Added: November 27, 2010 | Visits: 862

Text::Query::BuildSQL Text::Query::BuildSQL is a base class for SQL query builders. SYNOPSIS package Text::Query::BuildSQLsqldb; use Text::Query::BuildSQL; use vars qw(@ISA); @ISA = qw(Text::Query::BuildSQL); Defines all the build_* functions to build a syntax tree. The tree nodes are [ operator scope... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Text::Query::BuildSQL Download

Added: September 26, 2010 | Visits: 1.185

Soothsayer Soothsayer is an intelligent predictive text entry platform. Soothsayer exploits redundant information embedded in natural languages to generate predictions. Soothsayers modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic,... Platforms: *nix

License: Freeware Size: 1.3 MB Download (110): Soothsayer Download

Added: June 02, 2010 | Visits: 789

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: April 20, 2010 | Visits: 1.251

C++ expression template matrix library exmats goal is to provide an easy to use, yet very efficient matrix library. Overloaded operators allow to write algebraic expressions like v=A*u +u in C++, instead of bunch of boring functions. This syntactic sugar comes with runtime cost, one way to eliminate the overhead is to use Expression... Platforms: *nix

License: Freeware Size: 307.2 KB Download (100): C++ expression template matrix library Download

Added: April 06, 2010 | Visits: 798

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: June 15, 2010 | Visits: 672

QAParadigm The question-answer paradigm, or QAP, is a term used in psycho-linguistics to refer to a familiar mode of human discourse. The QAP is currently the subject of several lines of linguistics research. QAParadigm application facilitates a common QAP experiment that involves display of a sentence,... Platforms: *nix

License: Freeware Size: 74.75 KB Download (90): QAParadigm Download

Added: July 25, 2010 | Visits: 1.046

Text::Template::Inline Text::Template::Inline allows easy formatting of hierarchical data. SYNOPSIS # you can import any name you want instead of "render" use Text::Template::Inline render; # yields "Replace things and stuff." render { foo => things, bar => stuff, }, q ; # yields "Three Two One Zero"... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Text::Template::Inline Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 488

Calculate Mathematical Expressions Software Evaluate math expressions with sin, square root, pi, factorial, etc. Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 756 KB Download (45): Calculate Mathematical Expressions Software Download

Added: May 10, 2013 | Visits: 571

Java Modeling Language 5.6 RC2 The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages,... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): Java Modeling Language 5.6 RC2 Download

Added: July 19, 2013 | Visits: 335

Presage Presage is an intelligent predictive text entry platform. Presage (formerly known as Soothsayer) generates predictions by modelling natural language as a combination of redundant information sources. Presage computes probabilities for words which are most likely to be entered next by merging... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.27 MB Download (37): Presage Download

Added: September 26, 2013 | Visits: 319

haskell-src-exts Tool for manipulating Haskell source code haskell-src-exts will help you manipulate Haskell source code like: lexer, parser, abstract syntax and pretty-printer. Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the standard haskell-src package, and handles most common... Platforms: Mac

License: Freeware Size: 276.48 KB Download (39): haskell-src-exts Download

Added: November 14, 2013 | Visits: 310

Simplenlg Simplenlg is a simple Java API designed to facilitate the generation of Natural Language. It was originally developed at the University of Aberdeen's Department of Computing Science. Simplenlg is intended to function as a "realisation engine" for Natural Language Generation architectures, and... Platforms: Mac

License: Freeware Size: 2.7 MB Download (36): Simplenlg Download

Added: September 04, 2013 | Visits: 381

CasperJS CasperJS is an open source navigation scripting & testing utility written in javascript and based on PhantomJS * the scriptable headless WebKit engine. It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntactic sugar for doing common... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 134.14 KB Download (42): CasperJS Download

< 1 2