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

If Expr freeware
Filter: All | Freeware | Demo
 

If Expr

1 2 3 4 5 > 
Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: March 18, 2010 | Visits: 822

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: March 10, 2010 | Visits: 1.231

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math... Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: May 10, 2013 | Visits: 579

if else example if else example is a basic example of an if then else control structure. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): if else example Download

Added: May 10, 2013 | Visits: 418

Hide Price if $0 0.2b This may be of use if you want some items to be informational items only, such as services or to use your shop as a catalog only.This contribution contains both the files that can be dropped in on a clean copy of OSC2.2M2 as well as instructions for manually applying this contribution for those... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (48): Hide Price if $0 0.2b Download

Added: May 10, 2013 | Visits: 414

Quick Test If Strings Are Identifiers Quick Test If Strings Are Identifiers script allows you to see if a string is an identifier.This script takes advantage of the special treatment of the __slots__ attribute with new-style python classes. The actual test is performed by the python interpreter and raises a TypeError if any slot... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Quick Test If Strings Are Identifiers Download

Added: May 06, 2013 | Visits: 493

If File Exists Check if a file exists and return true/false or display a string containing information about the file.If a format string is not passed to it, the function if_file_exists() returns a simple boolean (true or false) indicating if the specified file exists.Otherwise, the format string provided to it... Platforms: PHP

License: Freeware Size: 10 KB Download (39): If File Exists Download

Added: April 10, 2013 | Visits: 432

If You Liked That A simple plugin that when activated follows the content of a post with links to a user selectable number of other posts in the same category as the main post.A number of options are given: * You can select the heading under which the links to other posts will appear. * You can select the number... Platforms: PHP

License: Freeware Size: 10 KB Download (42): If You Liked That Download

Added: October 04, 2013 | Visits: 396

IF 200th Set IF 200th Set - by The Iconfactory The Iconfactory's 200th freeware icon collection. Keywords: 200 200t 200th angle app apple application bin box burn can candybar cb cd classic clipping collection connect copland custom customize default delete developer disk document drive drop dumpster eject... Platforms: Mac

License: Freeware Size: 3.07 MB Download (44): IF 200th Set Download

Added: October 23, 2010 | Visits: 1.007

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: September 16, 2010 | Visits: 848

gibberish With this tool you can test if your tcp-server can handle gibberish. For example a webserver: with this tool you can test your webserver if can handle if someone sends gibberish instead of an http-request. Usage: ./gibberish -t/-u -a/-b hostname portnr -t: tcp -u: udp -a: ascii -b: binary... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): gibberish Download

Added: August 10, 2010 | Visits: 814

Blatte::Parser Blatte::Parser is a Perl module that contains a parser for Blatte syntax. SYNOPSIS use Blatte::Parser; $parser = new Blatte::Parser(); $perl_expr = $parser->parse(INPUT); or $parsed_expr = $parser->expr(INPUT); if (defined($parsed_expr)) { $perl_expr = $parsed_expr->transform(); }... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Blatte::Parser Download

Added: March 26, 2010 | Visits: 1.498

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: May 02, 2010 | Visits: 829

FileCache FileCache is a Perl module to keep more files open than the system permits. SYNOPSIS use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; The... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): FileCache 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: October 13, 2010 | Visits: 958

qmail-rblchk qmail-rblchk filter all incoming mail and check if it comes from RBL listed IPs. It is for use in .qmail to check the IP address from the Received lines. qmail-rblchk has the same function as rblsmtpd, but the messages are checked at local delivery time. Compile it with: tar -xfz... Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): qmail-rblchk Download

Added: August 04, 2010 | Visits: 769

404cache 404cache is an extension which provides links to cache copies if a 404 page error is received. Provides links to cache copies if a 404 page error is received. Displays a yellow toolbar similair to the popup block message, that provides the option to check the page in web cache services. I... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): 404cache Download

Added: November 15, 2010 | Visits: 1.069

PhpWatchDog PhpWatchDog is a network monitor application which provides a simple way to check if a service (HTTP, FTP, SSH, etc.) is running or not. PhpWatchDog project can send email to the servers administrator to report malfunctions. This little script is running into my servers from some time (even... Platforms: *nix

License: Freeware Size: 23.55 KB Download (93): PhpWatchDog 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: July 03, 2010 | Visits: 736

Test::TestCoverage Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. SYNOPSIS use Test::TestCoverage; test_coverage(My::Module); my $obj = My::Module->new(); $obj->foo(); $obj->bar(); # test will be ok, assumed that My::Module has the subroutines new,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Test::TestCoverage Download

1 2 3 4 5 >