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

Evaluated freeware
Filter: All | Freeware | Demo
 

Evaluated

< 1 2 3 4 5 > 
Added: November 26, 2010 | Visits: 1.418

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 2.290

sqlpp sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also #perldef for calling arbitrary perl code. SYNOPSIS...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): sqlpp Download

Added: April 23, 2010 | Visits: 850

Inline::Select Inline::Select contains dynamic selection of ILSM for a package. SYNOPSIS use Inline::Select::Register ( PACKAGE => Calc, Inline => [ Perl => sub {require t/Calc.pm} ] ) ; use Inline::Select::Register ( PACKAGE => Calc, Inline => [ CPP => t/Calc.cpp ] ) ; use Inline::Select::Register...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Inline::Select Download

Added: October 15, 2010 | Visits: 967

myfw myfw is firewall based on iptables snipets (modules). myfw project helps you to build your iptables firewall. A configuration is listing ``modules, which are containing iptables rules. Thoses modules can contain perl code, in order to facilitate writing of rules (think foreach @ntp_servers)....


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): myfw Download

Added: July 18, 2010 | Visits: 1.544

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

Tk::bind Tk::bind can arrange for X events to invoke callbacks. SYNOPSIS Retrieve bindings: $widget->bind $widget->bind(tag) $widget->bind(sequence) $widget->bind(tag,sequence) Associate and destroy bindings: $widget->bind(sequence,callback) $widget->bind(tag,sequence,callback) The bind...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (99): Tk::bind Download

Added: April 24, 2010 | Visits: 1.049

Apache::ReverseProxy Apache::ReverseProxy is an Apache mod_perl reverse proxy. SYNOPSIS # In Apache config file < Location / > SetHandler perl-script PerlHandler Apache::ReverseProxy PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf < /Location > # In rproxy.conf / http://www.cpan.org/ This...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Apache::ReverseProxy Download

Added: August 17, 2010 | Visits: 1.288

Tcl/Tk Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (97): Tcl/Tk Download

Added: May 02, 2010 | Visits: 831

Tacos Tacos library project provides components and ajax behaviour for the Tapestry java web application framework. Its intent is to provide a library of high quality components that may be used in your tapestry application, as well as provide a core infrastructure for using ajax related logic in...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (96): Tacos Download

Added: February 17, 2010 | Visits: 1.137

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Graph::Writer::DrGeo Download

Added: March 10, 2010 | Visits: 927

MillScript MillScript projetc is a full featured, yet easy to use language for the batch production of templated Web sites. The language is a Java-based, early implementation of Spice: an experimental language developed by the OpenSpice group. MillScript benefits from a carefully considered and...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (95): MillScript Download

Added: August 20, 2010 | Visits: 1.687

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: August 27, 2010 | Visits: 761

mod_ocaml Generally, mod_ocaml is a flexible module for use with the famous Apache Web Server. Probably you know how to benefit of other modules with unbelievable capabilities, like PHP (mod_php4) or Perl (mod_perl). One of the advantages of the Apache Server is the possibility to extend its features by...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): mod_ocaml Download

Added: February 02, 2010 | Visits: 876

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Object::Realize::Later Download

Added: February 18, 2010 | Visits: 1.044

PDL::GSL::INTERP PDL::GSL::INTERP is a PDL interface to Interpolation routines in GSL. SYNOPSIS use PDL; use PDL::GSL::INTERP; my $x = sequence(10); my $y = exp($x); my $spl = PDL::GSL::INTERP->init(cspline,$x,$y); my $res = $spl->eval(4.35); $res = $spl->deriv(4.35); $res = $spl->deriv2(4.35);...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (93): PDL::GSL::INTERP Download

Added: October 13, 2010 | Visits: 812

Apache2::AuthColloquy Apache2::AuthColloquy is a mod_perl authentication against the Colloquy users.lua file. SYNOPSIS AuthName "Talker Members Area" AuthType Basic # Full path to your users.lua file or users/ directory PerlSetVar users_lua /home/system/colloquy/data # Set if you want to allow an alternate...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Apache2::AuthColloquy Download

Added: January 13, 2010 | Visits: 830

Math::RPN RPN is a Perl extension for Reverse Polish Math Expression Evaluation. SYNOPSIS use Math::RPN; $value=rpn(expr...); @array=rpn(expr...); expr... is one or more scalars or lists of scalars which contain RPN expressions. An RPN expression is a series of numbers and/or operators separated...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Math::RPN Download

Added: August 08, 2010 | Visits: 1.078

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Tk::after Download

Added: January 18, 2010 | Visits: 828

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: September 15, 2010 | Visits: 1.109

StreamCruncher 2.1 StreamCruncher is an Event Processor. The project supports a language based on SQL which allows you to define Event Processing constructs like Sliding Windows, Time Based Windows, Partitions and Aggregates. Queries can be written using this language, which are used to monitor streams of...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (92): StreamCruncher 2.1 Download

< 1 2 3 4 5 >