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

Portrait Expressions software
Filter: All | Freeware | Demo
 

Portrait Expressions

< 1 2 3 4 5 > 
Released: March 29, 2008  |  Added: April 12, 2008 | Visits: 2.281

Limagito Limagito is a utility to automatically move / copy / delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date...



Platforms: Windows

License: Freeware Size: 2.89 MB Download (216): Limagito Download

Released: October 30, 2010  |  Added: November 11, 2010 | Visits: 1.577

Limagito Lite Limagito is a utility to automatically move - copy - delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date...





Platforms: Windows

License: Freeware Size: 7.05 MB Download (130): Limagito Lite Download

Added: August 27, 2008 | Visits: 900

SQLRegEx: SQL Server Regular Expressions SQLRegEx adds regular expression capabilities to Microsoft SQL Server 2000. With regular expressions, a person skilled in Transact-SQL can perform a vast number of data manipulation tasks which previously would have required complicated code using T-SQL string functions, or a formal programming...


Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 1.9 MB Download (103): SQLRegEx: SQL Server Regular Expressions Download

Added: August 02, 2008 | Visits: 1.722

Premier Web Site about Regular Expressions Regex Tutorial, Examples and Reference - Regexp Patterns. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to...


Platforms: Any

License: Freeware Download (490): Premier Web Site about Regular Expressions Download

Added: August 19, 2008 | Visits: 3.007

Portrait Professional Are you not very photogenic? Do you hate having you photo taken because it always turns out bad? Portrait Professional doesn`t do miracles, but it can help you get the best look possible for portraits and photos of people.It is simple to use: open the chosen photo, indicate where the facial...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 4 KB Download (459): Portrait Professional Download

Released: March 16, 2009  |  Added: March 18, 2009 | Visits: 6.101

Magic Skin Filter Beauty your portrait photo, Using Magic Skin Filter! Magic Skin Filter is a powerful and easy to use automatic portrait photo smooth skin software that lets you beauty your portrait photo in seconds! With its intuitive user interface, just a few clicks, you can increase brightness, smooth skin,...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.09 MB Download (1319): Magic Skin Filter Download

Released: November 07, 2013  |  Added: November 25, 2013 | Visits: 9.610

MakeUp Instrument MakeUp Instrument is an easy portrait software. Simple presentation of instruments allows you to understand immediately how it works. Using this program, you can clean up face and skin imperfections, such as wrinkles, acne, and tattoos. MakeUp Instrument is your own digital cosmetic...


Platforms: Windows, Windows 7

License: Shareware Cost: $29.95 USD Size: 3.18 MB Download (1386): MakeUp Instrument Download

Added: October 15, 2010 | Visits: 935

libmatheval GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. libmatheval supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical...


Platforms: *nix

License: Freeware Size: 512 KB Download (95): libmatheval Download

Added: October 27, 2010 | Visits: 1.334

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: April 08, 2010 | Visits: 950

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (87): Getopt::Declare Download

Added: August 25, 2013 | Visits: 919

regexxer regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. It features recursive search through directory trees and Perl-style regular expressions (using libpcre). The user interface is similar to the project-wide search/replace dialog in the Sniff+ IDE, but...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): regexxer Download

Added: August 17, 2010 | Visits: 1.100

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: June 23, 2010 | Visits: 988

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: August 21, 2010 | Visits: 837

Regexx Regexx is a complete regular expressions C++ solution. Regexx implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match/atom string retrieving, and splitting strings with strings or regular expressions.. Get Regexx at...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (94): Regexx Download

Added: June 21, 2010 | Visits: 920

HSH HSH project is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. Here are a few...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): HSH Download

Added: January 16, 2010 | Visits: 769

ocl4java ocl4java project lets you add special Java 5 annotations containing OCL expressions with pre and post conditions and invariants to your code, and have source code to check them inserted automatically either by ant or eclipse. Upon failing an assertion, an AssertionError, exception, log message,...


Platforms: *nix

License: Freeware Size: 27.1 MB Download (91): ocl4java Download

Added: June 18, 2010 | Visits: 1.028

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (97): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.165

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Search::Tools::RegExp::Keywords Download

Added: May 24, 2010 | Visits: 1.160

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 12, 2010 | Visits: 1.168

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

< 1 2 3 4 5 >