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

Avon Commission Structure software
Filter: All | Freeware | Demo
 

Avon Commission Structure

< 1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 780

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Perl6::Gather Download

Added: November 14, 2010 | Visits: 1.684

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG...





Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: August 08, 2010 | Visits: 1.073

Xholon runtime framework Xholon runtime framework executes applications that are event-driven or that have highly dynamic structure or behavior. Specify your models using XML and Java, or using third-party UML2 tools and MDA transformations. To get started, read or actively work through the basic HelloWorld tutorial....


Platforms: *nix

License: Freeware Size: 3.6 MB Download (92): Xholon runtime framework Download

Added: February 04, 2010 | Visits: 783

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: April 23, 2010 | Visits: 740

IRCTree IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII. Introduction IRCTree shows a tree in ascii format representing the structure of an IRC network. You need netcat (nc) for it to work. Example uses $ irctree irc.swipnet.se Compiling No...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): IRCTree Download

Added: May 10, 2013 | Visits: 330

txt2graph txt2graph should visualize the structure and dependencies of a text. It reads a text document from stdin, removes all non-alphas and generates an array (list) of words. Then it converts german-umlauts, because graphviz can only handle clean ASCII as node-description and output a dot-file for a...


Platforms: *nix, Perl, BSD

License: Freeware Download (62): txt2graph Download

Added: September 10, 2013 | Visits: 836

LinkShare Link Lookup for Joomla This alpha version of the Joomla Plugin makes it easy to add commission generating links to your postings. All you need is an account at LinkShare. Whenever you see a product you like at one of the LinkShare merchants, all you need to do is copy this link into a post, wrap it with curly brackets...


Platforms: PHP

License: Freeware Size: 10 KB Download (62): LinkShare Link Lookup for Joomla Download

Released: December 24, 2012  |  Added: December 24, 2012 | Visits: 411

FoxPro Display Table Structure Software Display table structure (field name, datatype, description, etc.) for multiple FoxPro tables.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 768 KB Download (61): FoxPro Display Table Structure Software Download

Added: July 23, 2013 | Visits: 558

Commission Junction SID Plugin Take control of tracking your conversions on Commission Junction with the CJ SID Plugin for Joomla! 1.5! Tracking conversions has always been a challenge for publishers in affiliate programs. Fortunately, CJ offers a way to collect a little more information through the SID value. This native 1.5...


Platforms: PHP

License: Freeware Size: 10 KB Download (61): Commission Junction SID Plugin Download

Added: May 10, 2013 | Visits: 601

Sql2diagram-sxd It can be used in reverse-engineering ERD (Entity-Relationship Diagrams) to create UML-style table structure diagrams.The program outputs OpenOffice.org Draw (.sxd) files, so the results are editable.The program can also output a machine readable textual explanation of the diagram it is writing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Sql2diagram-sxd Download

Added: May 10, 2013 | Visits: 379

Advanced Permalinks This plugin is useful for the migration of an old permalink structure to a new one.InstallationDownload advanced-permalinks.zipUnzipUpload advanced-permalinks directory to your /wp-content/plugins directoryGo to the plugin management page and enable the pluginConfigure the options from the...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Advanced Permalinks Download

Added: May 10, 2013 | Visits: 375

Design mini-lanugage This script uses Python's superb text handling capability to parse and build the data structure from the input text.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Design mini-lanugage Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 809

Power Structure 1.5 Power Structure is the first story development environment designed for writers who arent in search of an electronic muse, but who have a story that they want to tell, and who simply want a better place to do it. With Power Structure there are no complicated forms to fill out, no new theories of...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1.8 MB Download (57): Power Structure 1.5 Download

Added: May 10, 2013 | Visits: 557

Dependency Structure Matrix PlugIn Dependency Structure Matrices (DSMs) are very useful in the analysis and verification of software architectures because they allow the analyst to more easily understand inter-module dependencies than traditional box and arrow techniques which become impossible to use for all but the simplest...


Platforms: Windows, ASP.NET,

License: Freeware Download (56): Dependency Structure Matrix PlugIn Download

Added: May 10, 2013 | Visits: 296

Deeply applying str() across a data structure The str() function in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists. This module also provides utilities to develop custom...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 525

An interval mapping data structure This structure is a kind of dictionary which allows you to map data intervals to values. You can then query the structure for a given point, and it returns the value associated to the interval which contains the point.Boundary values don't need to be an integer ; in the test unit a date-time...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): An interval mapping data structure Download

Added: May 10, 2013 | Visits: 662

Quick and easy FIFO queue class Quick and easy FIFO queue class is an easy First-In-First-Out queue class based on Python's List data structure.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Quick and easy FIFO queue class Download

Added: May 10, 2013 | Visits: 457

Python Octree Implementation This script is a simple implementation of an octree data structure in python. Its use is primarily for fast collision or view frustrum culling in interactive 3d environments, but its possible uses are quite open-ended. It was originally written for use with the pyOgre 3d engine binding. The code...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Python Octree Implementation Download

Added: September 10, 2013 | Visits: 495

UL to PHP array This class can be used to parse HTML lists to extract contained structure.It can take a string with well-formed HTML UL lists tags and extracted the contained list elements structure. It supports nested lists.The class returns an array of items elements.


Platforms: PHP

License: Freeware Size: 10 KB Download (54): UL to PHP array Download

Added: August 10, 2013 | Visits: 522

AtmaLinks for Wordpress Use Atma Links WordPress plugin to maximize your affiliate commission without hurting your SEO. Add links easily through a single click.Currently limited to only technology products - computer hardware, electronics, audio equipment, etc.


Platforms: PHP

License: Freeware Size: 10 KB Download (54): AtmaLinks for Wordpress Download

< 1 2 3 4 5 >