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

Skin Tone Chart software
Filter: All | Freeware | Demo
 

Skin Tone Chart

< 1 2 3 4 5 > 
Added: January 14, 2010 | Visits: 955

ElegantJ Chart Library ElegantJ Chart Library project provides more than 50 types and subtypes of charting components to provide right visual representation of your data through charts. A picture is worth thousand words… and a well-designed chart is worth thousand lines of explanation of data. ElegantJ Charts... Platforms: *nix

License: Shareware Cost: $499.00 USD Download (95): ElegantJ Chart Library Download

Added: January 09, 2010 | Visits: 2.552

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: November 19, 2010 | Visits: 1.182

Chart::EPS_graph Chart::EPS_graph creates line graphs in PostScript as *.eps format. SYNOPSIS # Create anew a 600 x 600 points (not pixels!) EPS file my $eps = Chart::EPS_graph->new(600, 600); # Choose minimum required display info $eps->set( label_top => Graph Main Title, label_y1 => Y1 Axis Measure... Platforms: *nix

License: Freeware Size: 24.58 KB Download (121): Chart::EPS_graph Download

Added: July 05, 2010 | Visits: 1.815

Chart Taglibs Chart Taglibs is a free taglib (JSP 1.1) library for JFreeChart. These are easy to use, and allow the developer to draw any graphics supported by JFreeChart using only the tags. Chart Taglibs currently supports pie charts (2D & 3D), bar charts (2D & 3D), and line charts. Whats New in This... Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Chart Taglibs Download

Added: January 13, 2010 | Visits: 1.376

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific... Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): Chart::Scientific Download

Added: November 09, 2010 | Visits: 1.197

Chart::PNGgraph Chart::PNGgraph is a graph plotting module (deprecated). SYNOPSIS use Chart::PNGgraph::moduleName; Chart::PNGgraph is a perl5 module to create PNG output for a graph. Chart::PNGgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward... Platforms: *nix

License: Freeware Size: 33.79 KB Download (110): Chart::PNGgraph Download

Added: March 15, 2010 | Visits: 1.919

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and... Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (108): PHP Advanced Graph and Chart Collection Download

Added: August 05, 2010 | Visits: 1.321

CreamCaustic Plone Skin CreamCaustic Plone Skin provides a skin based on Plone Skin Dump product. You can install CreamCaustic Plone skin in the same way as other Plone products: - Download zip. or .gz archive. - Install as Zope product: extract Plone skin from archive to directory of products and restart Zope... Platforms: *nix

License: Freeware Size: 27.65 KB Download (138): CreamCaustic Plone Skin Download

Added: October 21, 2010 | Visits: 1.203

LMartianGreen Plone Skin LMartianGreen Plone Skin project consists of a Plone Skin for Plone 2.5. LMartianGreen is one of Plone skins from Alternative Plone Skins project. You can install LMartianGreen Plone skin in the same way as other Plone products: - Download zip. or .gz archive. - Install as Zope product:... Platforms: *nix

License: Freeware Size: 24.58 KB Download (104): LMartianGreen Plone Skin Download

Added: April 03, 2010 | Visits: 1.112

LBlueGray Plone Skin LBlueGray Plone Skin provides a skin based on Plone Skin Dump product. LBlueGray is one of Plone skins from Alternative Plone Skins project. You can install LBlueGray Plone skin in the same way as other Plone products: - Download zip. or .gz archive. - Install as Zope product: extract... Platforms: *nix

License: Freeware Size: 14.34 KB Download (115): LBlueGray Plone Skin Download

Added: July 17, 2010 | Visits: 1.458

Freedom Plone Skin Freedom Plone Skin provides a skin based on Plone Skin Dump product. Freedom is one of Plone skins from Alternative Plone Skins project. You can install Freedom Plone skin in the same way as other Plone products: - Install as Zope product: extract Plone skin from archive to directory of... Platforms: *nix

License: Freeware Size: 18.43 KB Download (255): Freedom Plone Skin Download

Added: May 02, 2010 | Visits: 1.298

WhiteBlack Plone Skin WhiteBlack Plone Skin provides a white-black skin for Plone. WhiteBlack is one of Plone skins from Alternative Plone Skins project. Install You can install WhiteBlack Plone skin in the same way as other Plone products: - Download zip. or .gz archive. - Install as Zope product: extract... Platforms: *nix

License: Freeware Size: 37.89 KB Download (171): WhiteBlack Plone Skin Download

Added: May 10, 2013 | Visits: 1.212

Plone Skin Dump Plone Skin Dump (qPloneSkinDump) allows to create a Plone product based on some ZMI located in skin folder (eg "custom") from portal_skins. So you can easy create Plone products with skin based on folder with customized styles and page templates. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (103): Plone Skin Dump Download

Added: July 09, 2010 | Visits: 1.357

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>... Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Chart::Sequence Download

Added: May 08, 2010 | Visits: 1.139

Apache::MP3::Skin Apache::MP3::Skin is a subclass of Apache::MP3::Playlist with the ability to "skin" the output using HTML::Template. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg .mp3 .MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Skin... Platforms: *nix

License: Freeware Size: 18.43 KB Download (112): Apache::MP3::Skin Download

Added: January 22, 2010 | Visits: 1.655

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);... Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: July 04, 2010 | Visits: 4.141

Squirrelmail Outlook Skin Theme Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8).. Get Squirrelmail Outlook Skin Theme at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. SquirrelOutlook is... Platforms: *nix

License: Freeware Size: 1.9 MB Download (440): Squirrelmail Outlook Skin Theme Download

Added: November 03, 2010 | Visits: 1.203

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR... Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.008

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: January 25, 2010 | Visits: 1.409

UT Bin Laden Skin Osama Bin Laden UT Skin is an Unreal Tournament skin, allowing you to cutomize your character to have the face of Bin Laden. Platforms: Mac

License: Freeware Size: 221 KB Download (151): UT Bin Laden Skin Download

< 1 2 3 4 5 >