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

I Ching Hexagram Chart freeware
Filter: All | Freeware | Demo
 

I Ching Hexagram Chart

< 1 2 3 4 5 > 
Released: January 26, 2013  |  Added: January 26, 2013 | Visits: 680

MB Chinese Oracle Chinese Divination is an age old subject, the origin of which is unknown till date. Astrology & divination in China originated around 4000 years ago. MB Chinese Oracle is an excellent and thought provoking program. It gives you an instant look at your astrological sign and also the I Ching...



Platforms: Windows

License: Freeware Size: 1.83 MB Download (553): MB Chinese Oracle Download

Released: October 14, 2013  |  Added: November 02, 2013 | Visits: 20.243

YijingDao Oracle Database It can save, sort, filter and analyze the answers from the Book of Changes, showing which hexagrams and trigrams are more frequent. YijingDao Oracle Database is portable, after installing it on a folder, it can copied to a USB Stick or to any other hard disk along with the recorded answers....





Platforms: Windows, Windows 7

License: Freeware Size: 835.18 KB Download (590): YijingDao Oracle Database Download

Added: November 25, 2013 | Visits: 642

pyChing pyChing is a program written in the Python object-oriented programming language, using the Tkinter oop interface to the Tk GUI toolkit. pyChing allows you to 'consult' the I Ching. The I Ching is an ancient Chinese book of wisdom, which, apart from being read as a book, has also traditionally...


Platforms: Mac

License: Freeware Size: 143.36 KB Download (45): pyChing Download

Added: November 19, 2010 | Visits: 1.181

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: January 22, 2010 | Visits: 1.653

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: 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

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.448

Master Ching Hai Hope for Peace on Earth Master Ching Hai Hope for Peace on Earth is a small, animated screensaver specially designed to bring some peace to your desktop. I have a dream. I dream that the whole world becomes peaceful, that everyone becomes God. I dream that all the killing will stop, that all the children will walk in...


Platforms: Windows

License: Freeware Download (62): Master Ching Hai Hope for Peace on Earth Download

Released: January 19, 2013  |  Added: January 19, 2013 | Visits: 884

MB Mayan Astrology Birth Chart MB Mayan Astrology Birth Chart generates your birth chart based on Mayan principles. The different glyphs in the specific positions have their own importance and effects on our lives. Mayan civilization came into existence for over one thousand years; the ancient Maya interpreted and understood...


Platforms: Windows

License: Freeware Size: 1.45 MB Download (556): MB Mayan Astrology Birth Chart Download

Added: May 10, 2013 | Visits: 998

Baby Tooth chart The Baby Tooth chart is a PHP script which graphically shows how a baby's primary teeth have erupted - Eventually it'll become a POST/PHP-Nuke module. It uses only PHP and static images (i.e. no PHP graphics or FLASH, so no extra libaries needed).


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

License: Freeware Download (66): Baby Tooth chart Download

Added: May 05, 2013 | Visits: 665

Open Flash Chart 2 API This module is now merged with Open Flash Chart API according to the following discussions [1], [2]. The code has been migrated to Open Flash Chart API version 6.x-3.x so I recommend using that module instead of this one because no new features will be implemented here. I will also update the...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Open Flash Chart 2 API Download

Released: February 16, 2008  |  Added: February 22, 2008 | Visits: 10.243

MB Free Astrology Natal Chart MB Free Astrology Natal Chart Software is a free astrology natal chart generator software based on the principles of western astrology or tropical astrology. This program tells us in detail the accurate astronomical locations of planets at the time of an individual's birth. Using the information...


Platforms: Windows

License: Freeware Size: 1.68 MB Download (1721): MB Free Astrology Natal Chart Download

Added: January 18, 2010 | Visits: 2.270

Chart::Graph::Gnuplot Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl. SYNOPSIS use Chart::Graph::Gnuplot qw(&gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column], [%data_set_options, < filename...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (173): Chart::Graph::Gnuplot Download

Added: January 18, 2010 | Visits: 1.665

Chart::Graph::Xrt3d Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d); # Function call xrt3d(%options, @data_set ); This module is unmaintained, it worked with Sitrakas XRT, and hasnt been tested against newer versions. Sitraka...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (169): Chart::Graph::Xrt3d Download

Added: January 18, 2010 | Visits: 1.432

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: November 08, 2010 | Visits: 1.385

El Cebo-i El Cebo-i game is a remake of the well-known game of "Snake", where your objective is to eat as many apples as possible to break the last record... but be careful not to crash against the walls or to eat a part of your own body!!.


Platforms: *nix

License: Freeware Size: 563.2 KB Download (97): El Cebo-i Download

Added: August 10, 2010 | Visits: 1.521

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph 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: April 08, 2010 | Visits: 1.133

Play What I Mean Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played. What...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (93): Play What I Mean Download

Added: July 05, 2010 | Visits: 1.812

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

< 1 2 3 4 5 >