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

Lotto Graphs freeware
Filter: All | Freeware | Demo
 

Lotto Graphs

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 276

Lazy Traversal of Directed Graphs The os.path.walk routine that ships with the python standard library is limited to traversing the file system tree. This script allows you to realizeĀ a generic traversal for arbitrary (directed) graphs with support for recursion limits.



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

License: Freeware Download (50): Lazy Traversal of Directed Graphs Download

Added: July 06, 2010 | Visits: 1.741

System Health Monitor System Health Monitor for Linux is a handy python program that will setup your system to generate RRD Graphs of network interface traffic, system load, memory usage, disk space and inode usage and graphs of the number of running processes. System Health Monitor features a user-friendly...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): System Health Monitor Download

Added: April 02, 2010 | Visits: 1.568

durep durep creates disk usage reports with bar graphs, allowing one to easily deduce which directories are using the most space. Although durep can produce text output similar to do, its real power lies in the ability to store reports in a file, which can then be viewed as a web page with the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (143): durep Download

Added: September 26, 2010 | Visits: 829

Serverstats Serverstats is a simple tool for creating graphs using rrdtool. It does not have any features to manage the created rrd-files, so if you change anything you have to delete and recreate the files. There is also no frontend for managing your graphs and sources. Serverstats is designed to be...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (102): Serverstats Download

Added: February 08, 2010 | Visits: 1.376

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: September 17, 2010 | Visits: 1.028

DGS Graph DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (110): DGS Graph Download

Added: September 25, 2010 | Visits: 858

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 19, 2010 | Visits: 1.171

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: May 09, 2010 | Visits: 1.307

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: May 24, 2010 | Visits: 959

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 (91): AI::Menu Download

Added: August 20, 2010 | Visits: 856

gPlanarity gPlanarity is a simple puzzle game involving untangling planar graphs for fun and prizes. If you tend to get addicted to cute little math puzzles than gPlanarity is a doozy. gPlanarity is a super-clone of the flash Planarity game written by John Tantalo. The original Planarity ran well in IE...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (140): gPlanarity Download

Added: October 13, 2010 | Visits: 985

RLPlot RLPlot project is is a plotting program to create high quality graphs from data. Based on values stored in a spreadsheet several menus help you to create graphs of your choice. The Graphs are displayed as you get them (WYSIWIG). Double click any element of the graph (or a single click with the...


Platforms: *nix

License: Freeware Size: 993.28 KB Download (106): RLPlot Download

Added: April 19, 2010 | Visits: 1.244

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: April 19, 2010 | Visits: 1.002

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: January 18, 2010 | Visits: 761

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: March 24, 2010 | Visits: 705

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 (95): SVGGraph Download

Added: July 14, 2010 | Visits: 1.967

Artichow Artichow is a complete framework to create statistical graphs such as line, bar, or radar plots, pies charts, and so on. Artichow can also produce antispam images for applications such as user account creation. Whats New in This Release: - This version comes with a mostly rewritten new...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (522): Artichow Download

Added: February 24, 2010 | Visits: 806

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 (92): HTML::BarGraph Download

Added: March 08, 2010 | Visits: 802

GStreamer Plugins Good 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: 2 MB Download (103): GStreamer Plugins Good Download

Added: October 24, 2010 | Visits: 1.071

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

< 1 2 3 4 5 >