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

Boolean String Expression software
Filter: All | Freeware | Demo
 

Boolean String Expression

< 1 2 3 4 5 > 
Added: June 08, 2013 | Visits: 549

HTTP Request String Editor A powerful tools for get control of the HTTP Request you browser are sent to the web-servers. Set up rules for a page or pages with Regular expression, for modify you headers. With "HTTP Request String Editor" you can modify the headers that your browser sends to the web server. But unlike... Platforms: Mac

License: Freeware Size: 30.72 KB Download (40): HTTP Request String Editor Download

Released: November 22, 2014  |  Added: November 24, 2014 | Visits: 879

Regex Auto Builder Standard Edition Regex Auto Builder is an easy to use regular expression generator and string extract tool. Regex Auto Builder generate regular expression automatically for you, even if you don't have any knowledge of regular expression language! Regex Auto Builder is suitable for users who: Have... Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $19.99 USD Size: 6.47 MB Download (45): Regex Auto Builder Standard Edition Download

Added: October 27, 2010 | Visits: 1.122

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: October 25, 2010 | Visits: 1.311

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory... Platforms: *nix

License: Freeware Size: 235.52 KB Download (93): Java Unified Expression Language Download

Added: March 14, 2010 | Visits: 1.489

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): Regular Statement String Download

Added: May 16, 2010 | Visits: 1.436

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps.. Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.312

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

Added: September 12, 2010 | Visits: 855

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: January 05, 2010 | Visits: 1.151

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (99): Math::String Download

Added: July 08, 2010 | Visits: 1.055

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler... Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: August 10, 2010 | Visits: 923

String::Tokenizer String::Tokenizer is a simple string tokenizer. SYNOPSIS use String::Tokenizer; # create the tokenizer and tokenize input my $tokenizer = String::Tokenizer->new("((5+5) * 10)", +*()); # create tokenizer my $tokenizer = String::Tokenizer->new(); # ... then tokenize the string... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): String::Tokenizer Download

Added: February 08, 2010 | Visits: 1.072

String::MFN String::MFN is a Perl module to Normalize a string in the manner of the mfn utility. SYNOPSIS use String::MFN; my $sane_string = mfn($retarded_string); ... Normalizes a string. Normalization, in brief, means modifying the string to resemble a sane UNIX filename while retaining... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): String::MFN Download

Added: November 01, 2010 | Visits: 1.673

Regular Expression Graphing Program Regular Expression Graphing Program project is a regular expression graphing program. This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression. It is useful for teaching regular expressions and state machines.... Platforms: *nix

License: Freeware Size: 4.3 MB Download (138): Regular Expression Graphing Program Download

Added: April 11, 2010 | Visits: 897

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

Added: September 23, 2010 | Visits: 947

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Released: February 18, 2010  |  Added: February 23, 2010 | Visits: 1.616

Scabery Expression Calculator A very usable multifunctional scientific expression calculator. While using Scabery Expression Calculator, you will never get confused in your calculations as you will always see all the expressions you are calculating as well as the current operation. Scabery Expression Calculator contains the... Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 2.57 MB Download (551): Scabery Expression Calculator Download

Released: June 16, 2010  |  Added: June 19, 2010 | Visits: 2.411

Lightbox Expression Web Add-In Lightbox Expression Web Add-In is an easy way to add and manage lightbox on your web pages. Display larger versions of images in a nice professional looking popup window. Easy to set up: - no JavaScript or CSS knowledge is required - WYSIWYG lightbox editor - live preview - preset... Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 3.81 MB Download (112): Lightbox Expression Web Add-In Download

Released: January 27, 2011  |  Added: February 02, 2011 | Visits: 1.475

Accordion Menu Expression Web Addin Do you want a great looking accordion menu on your website even faster and easier? Easy-to-use add-in for Expression Web 4 and Front Page 2003 is an advanced tool that creates Accordion CSS menus on your website in easy way. Accordion Menu Advancer has an intuitive GUI and extensive library... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.54 MB Download (560): Accordion Menu Expression Web Addin Download

Released: September 06, 2012  |  Added: September 24, 2012 | Visits: 1.156

Advanced CSS Menu Suite for Expression Web Advanced CSS Menu Suite includes add-ins designed for creating/managing css menus (accordion, horizontal and vertical menu advancer) directly inside Expression Web without writing code manually. WYSIWYG live preview. Cross-browser SEO-friendly CSS menus compatible with all modern browsers for... Platforms: Windows

License: Shareware Cost: $80.00 USD Size: 4.49 MB Download (97): Advanced CSS Menu Suite for Expression Web Download

Released: September 26, 2012  |  Added: October 15, 2012 | Visits: 1.132

AllWebMenus Expression Web Menu Addin This Expression Web Menu Addin is a bridge to the AllWebMenus JavaScript menu/CSS menu builder that lets you create any kind of popup or drop-down menu for your Expression Web sites, without any programming effort required! Use plenty of stylish themes to easily build SEO-friendly web menus,... Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 565.23 KB Download (109): AllWebMenus Expression Web Menu Addin Download

< 1 2 3 4 5 >