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

Gender Selection Graphs freeware
Filter: All | Freeware | Demo
 

Gender Selection Graphs

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 1.100

Graphics::ColorPicker Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. SYNOPSIS use Graphics::ColorPicker; or require Graphics::ColorPicker; make_page($path_to_images); send_page($html_txt,$type); $time_string = http_date($time); $name =...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (101): Graphics::ColorPicker Download

Added: March 24, 2010 | Visits: 709

SVGGraph SVGGraph is a Perl extension for creating SVG Graphs / Diagrams / Charts / Plots. SYNOPSIS use SVGGraph; my @a = (1, 2, 3, 4); my @b = (3, 4, 3.5, 6.33); print "Content-type: image/svg-xmlnn"; my $SVGGraph = new SVGGraph; print SVGGraph->CreateGraph( {title => Financial Results Q1...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): SVGGraph Download

Added: April 23, 2010 | Visits: 850

Inline::Select Inline::Select contains dynamic selection of ILSM for a package. SYNOPSIS use Inline::Select::Register ( PACKAGE => Calc, Inline => [ Perl => sub {require t/Calc.pm} ] ) ; use Inline::Select::Register ( PACKAGE => Calc, Inline => [ CPP => t/Calc.cpp ] ) ; use Inline::Select::Register...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Inline::Select Download

Added: April 19, 2010 | Visits: 1.005

mrtg-select mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span. I use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): mrtg-select Download

Added: October 24, 2010 | Visits: 1.074

GStreamer Plugins Bad GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently....


Platforms: *nix

License: Freeware Size: 962.56 KB Download (100): GStreamer Plugins Bad Download

Added: July 19, 2010 | Visits: 634

gfontsel gfontsel program is a simple wrapper around the GTK+ 2 font selection dialog. It allows you to select a font. The font name is written to the standard output in the GTK+ 2 font naming scheme. Building and installing the program: - Read the makefile. Change the install locations if you want....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): gfontsel Download

Added: April 19, 2010 | Visits: 1.249

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: August 07, 2010 | Visits: 1.138

File Selection Language File Selection Language (FSL) is a descriptive language for file selection. File Selection Language is used to selectively pick files from a directory structure. FSL is useful for selective backups, for instance. FSL uses glob patterns as the basic building block. For fine-tuning the...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (98): File Selection Language Download

Added: February 24, 2010 | Visits: 808

HTML::BarGraph HTML::BarGraph can generate multiset bar graphs using plain HTML. SYNOPSIS use HTML::BarGraph; print graph( direction => h, ### or v or | / - graphminsize => 250, bartype => pixel, ### or html barlength => 100, barwidth => 10 , baraspect => .03, color => blue, colors => [ blue, red,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::BarGraph Download

Added: February 08, 2010 | Visits: 1.380

bandwidthd bandwidthd tracks usage of TCP/IP network subnets and builds HTML files with graphs to display network utilization. Charts are built by individual IP to show their utilization over 2, 8, 45, and 400 day periods. It color codes HTTP, HTTPS, TCP, UDP, ICMP, VPN, and P2P traffic. BandwidthD runs...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (95): bandwidthd Download

Added: June 14, 2010 | Visits: 911

CGIcast CGIcast is a selection of perl scripts which are intended to make it possible to perform live internet radio. Typically these accounts are about $5 a month compared with $15/month which you would pay to someone like live365.com to host your streams (and they still add advertising to your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): CGIcast Download

Added: May 24, 2010 | Visits: 968

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: September 22, 2010 | Visits: 842

Gtk2::Ex::Dialogs::ChooseFile Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Gtk2::Ex::Dialogs::ChooseFile Download

Added: January 18, 2010 | Visits: 763

MoioChart MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc. Why should I use it? Firstly, because it is very easy to use. For example: Drawable objects such as functions, axes, pies, etc. can be added to or removed from the Chart via the standard Collection...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): MoioChart Download

Added: August 24, 2010 | Visits: 953

Gtk2::Ex::Dialogs::ChooseDirectory Gtk2::Ex::Dialogs::ChooseDirectory is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseDirectory ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): Gtk2::Ex::Dialogs::ChooseDirectory Download

Added: September 25, 2010 | Visits: 861

Webminstats Webminstats is a basic system static logging application that graphs the results. Its first use is system analysis. Currently it uses webmin as a base web server and tools package. The basic design is for a system that can have modules add and removed as easily as webmin itself, well almost....


Platforms: *nix

License: Freeware Size: 133.12 KB Download (90): Webminstats Download

Added: November 08, 2010 | Visits: 701

Gtk2::Ex::Dialogs::ChoosePreviewFile Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChoosePreviewFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (86): Gtk2::Ex::Dialogs::ChoosePreviewFile Download

Added: May 10, 2013 | Visits: 443

Cacti - RRDTool Interface 0.8.6j Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti...


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

License: Freeware Download (61): Cacti - RRDTool Interface 0.8.6j Download

Added: May 10, 2013 | Visits: 573

Multiple Category Selection Widget Multiple subcategories spanning multiple parent categories are chosen and intelligently filter the posts.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Multiple Category Selection Widget": -...


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

License: Freeware Download (58): Multiple Category Selection Widget Download

Added: May 10, 2013 | Visits: 823

Converting DOT graphs to SVG Converting DOT graphs to SVG script converts graphs in the DOT format to SVG on Windows. This script provides you a quick way of converting from the DOT format of representing a graph (which is very handy) to SVG (which looks very nice) on Windows. Using the win32all extensions, you can do this...


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

License: Freeware Download (57): Converting DOT graphs to SVG Download

< 1 2 3 4 5 >