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

Weblog Expert Lite software
Filter: All | Freeware | Demo
 

Weblog Expert Lite

< 1 2 3 4 5 > 
Released: August 10, 2009  |  Added: September 19, 2009 | Visits: 2.904

Precise Expert Advisor Precise Expert Advisor - TropicalStorm The TropicalStorm v2 is a very unique and very profitable expert advisor that uses several momentum and stochastic indicators including our very own custom built trade indicator. We use our custom indicators on multiple time frames to set up all trades. As...



Platforms: Windows, *nix

License: Commercial Cost: $499.00 USD Size: 1.68 MB Download (320): Precise Expert Advisor Download

Released: May 12, 2009  |  Added: November 10, 2009 | Visits: 2.358

Raptivity Web Expert Raptivity Web Expert helps you create deep and meaningful interactions quickly and easily. With Raptivity Web Expert, you can create interactivity rapidly and add it conveniently to your web pages, bringing them alive. With interactivity, you can get users to stay longer, engage better and return...





Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 61 MB Download (118): Raptivity Web Expert Download

Added: January 18, 2010 | Visits: 1.273

Jabber::Lite Jabber::Lite is a standalone library for communicating with Jabber servers. SYNOPSIS use Jabber::Lite; my $jlobj = Jabber::Lite->new(); $jlobj->connect( %args ); $jlobj->authenticate( %args ); my $stillgoing = 1; while( $stillgoing ){ my $tval = $jlobj->process(); if( $tval == 1 ){...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): Jabber::Lite Download

Added: July 23, 2010 | Visits: 1.275

Now Playin Lite Now Playin is a Kopete now listening script, "lite" version, by Amy Brodzik. This script does pretty much what the original did with these options set: * Status prefix: "Now Listening: " * No changing the status to away * Set the away message * Do not set the avatar There is no config...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (99): Now Playin Lite Download

Added: October 14, 2010 | Visits: 1.073

EasyEclipse Expert Java EasyEclipse Expert Java is bare-bones Eclipse distro for experienced Java developers who are new to Eclipse. EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse. This distribution includes the following plugins: Core components with a JDK: - Eclipse...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 132 MB Download (92): EasyEclipse Expert Java Download

Added: February 23, 2010 | Visits: 976

fBuilder Lite fBuilder project is a web-based utility for building and configuring your iptables or ipchains based Linux firewall. Written by the author of fwconfig, our fBuilder product line brings you many new and exciting features that will fit your firewall creation needs. InnerTek Software currently...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (93): fBuilder Lite Download

Added: July 23, 2010 | Visits: 2.470

ADOdb Lite ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase. Whats New in...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (106): ADOdb Lite Download

Added: January 01, 2010 | Visits: 1.252

Personal Weblog Personal Weblog is a PHP include file for adding a weblog to a home page. Personal Weblog is highly configurable and can be changed to fit any web page style..


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Personal Weblog Download

Added: March 25, 2010 | Visits: 1.784

SOAP::Lite SOAP::Lite is a client and server side SOAP implementation. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side..


Platforms: *nix

License: Freeware Size: 235.52 KB Download (112): SOAP::Lite Download

Added: January 25, 2010 | Visits: 1.267

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting....


Platforms: *nix

License: Freeware Download (96): Minalyzer Lite Download

Added: May 11, 2010 | Visits: 1.687

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: April 11, 2010 | Visits: 1.541

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (121): XML::DOM::Lite::XPath Download

Added: January 07, 2010 | Visits: 1.018

XML::DOM::Lite::XSLT [COPYRIGHT] SYNOPSIS use XML::DOM::Lite qw(Parser XSLT); $parser = Parser->new( whitespace => strip ); $xsldoc = $parser->parse($xsl); $xmldoc = $parser->parse($xml); $output = XSLT->process($xmldoc, $xsldoc);.


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): XML::DOM::Lite::XSLT Download

Added: May 13, 2010 | Visits: 1.143

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: August 18, 2010 | Visits: 1.315

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: August 01, 2010 | Visits: 2.203

Dedicated Server Manager Lite DSM Lite a offers a single user login to manage email, mysql, DNS etc from a single interface for an unlimited number of domains. DSM Lite allows companies to offer a no cost solution to entry level server plans or provide web based management and automatic updates of critical Linux based...


Platforms: *nix

License: Freeware Download (105): Dedicated Server Manager Lite Download

Released: October 09, 2010  |  Added: January 05, 2011 | Visits: 3.688

AllProxy Lite AllProxy Lite - proxy configuration tool and proxy manager. It's designed to control your network connections effectively in a single place. Being a proxifier, AllProxy Lite allows to redirect all system connections, act as proxy client, proxy switcher, proxy checker and assist in proxy surf....


Platforms: Windows

License: Commercial Cost: $9.95 USD Size: 4.05 MB Download (1276): AllProxy Lite Download

Released: June 06, 2010  |  Added: June 11, 2010 | Visits: 2.404

Memory Optimizer Expert Memory Optimizer Expert is a Best Memory Optimizer and RAM Booster software that will keep your PC running better, faster, and longer. If you want to optimize your PC performance or cleanse the fragmentation in your system with as little effort, Memory Optimizer Expert is what you need.....


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 1.91 MB Download (293): Memory Optimizer Expert Download

Released: May 01, 2010  |  Added: May 10, 2010 | Visits: 1.603

Calamari Expert Advisor EURUSD Calamari Expert Advisor (EURUSD) Calamari Expert Advisor uses complex hedge grid management system that is able to profit in both trending and ranging markets. This is a unique robot that can only be used exclusively, meaning it cannot be used along with other robots. A minimum account size of...


Platforms: Windows, Other

License: Commercial Cost: $269.00 USD Size: 5.64 MB Download (592): Calamari Expert Advisor EURUSD Download

Released: July 21, 2011  |  Added: August 10, 2011 | Visits: 1.164

Expert Advisor Metatrader Lost Opportunities Without Using Expert Advisor Metatrader 4. The benefits of using an Expert Advisor Metatrader 4 are huge and it should be part of a trader's trading arsenal in order to maximize efficiency and effectiveness in trading. In that way, more time will be spend to make more...


Platforms: Windows

License: Demo Cost: $397.00 USD Size: 487 KB Download (563): Expert Advisor Metatrader Download

< 1 2 3 4 5 >