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

Chinese Astrological Birth Chart freeware
Filter: All | Freeware | Demo
 

Chinese Astrological Birth Chart

< 1 2 3 4 5 
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: August 30, 2008 | Visits: 1.312

MB Zodiac Healing Sign MB Free Zodiac Healing Sign describes the placement of Chiron in your birth chart. This planetoid is also known as the Wounded Healer. This sign helps you heal through pain and understand yourself better. This is based on Western Astrology. MB Free Zodiac Healing Sign describes your...





Platforms: Windows

License: Freeware Size: 599 KB Download (118): MB Zodiac Healing Sign Download

Added: January 22, 2010 | Visits: 1.654

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: August 01, 2008 | Visits: 1.334

MB Free Zodiac Spiritual Sign MB Free Zodiac Spiritual Sign describes the placement of Neptune in your birth chart. This planet is also known as the Planet of Spirituality. This sign shows how you feel about many issues in life from beauty to spirituality. This sign describes about your intuition, imagination and spiritual...


Platforms: Windows

License: Freeware Size: 600 KB Download (114): MB Free Zodiac Spiritual Sign Download

Added: July 05, 2010 | Visits: 1.813

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: May 26, 2010 | Visits: 1.394

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: August 06, 2008 | Visits: 1.627

MB Eris Astrology MB Eris Astrology describes the placement of the asteroid Eris in your birth chart. Eris is also known as the asteroid of discord. This sign helps you understand yourself and know more about your strife, needs, energy, quarrels and discord. MB Eris Astrology describes your characteristics based...


Platforms: Windows

License: Freeware Size: 591 KB Download (112): MB Eris Astrology 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: November 09, 2010 | Visits: 1.195

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: January 13, 2010 | Visits: 1.375

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 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 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: January 25, 2010 | Visits: 776

Acquisition Trad. Chinese Pack Traditional Chinese localization pack (developer authorized) for the beautiful, powerful and flawless Mac P2P, Acquisition. This localization pack provides one installer and one language folder for users. Users can use the installer or install the localization pack manually.


Platforms: Mac

License: Freeware Size: 239 KB Download (105): Acquisition Trad. Chinese Pack 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: October 12, 2012  |  Added: October 12, 2012 | Visits: 1.523

EasyProjectPlan | Excel Gantt Chart EasyProjectPlan | Excel Gantt Chart Template Planner Software | Excel project planner. Free Excel Gantt Chart and Project Scheduling Tool. Sync Outlook Tasks, Sync Outlook Calendar, Sync Microsoft Project. Excel planner. Project Scheduling Software. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (96): EasyProjectPlan | Excel Gantt Chart Download

Added: April 10, 2010 | Visits: 759

Chart::EPS_graph::Test SYNOPSIS From the CLI, call as below where /some/dir/ is any directory you have permission to write to. perl -e "use Chart::EPS_graph::Test; print Chart::EPS_graph::Test->full_test(/some/dir);" From anywhere else call... use Chart::EPS_graph::Test; print...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Chart::EPS_graph::Test Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.293

EasyProjectPlan Excel Gantt Chart Excel Gantt Chart and Project Plan. Sync with Outlook and Microsoft Project. Create and Print Gantt Charts using Excel. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (92): EasyProjectPlan Excel Gantt Chart Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 1.012

SharePoint Org Chart The SharePoint Org Chart allows you to easily create, search, navigate and display organisation charts in SharePoint. Draw your chart from a database, SharePoint lists or active directory. The SharePoint Org Chart models different organisation types including multiple managers and assistants. *...


Platforms: All

License: Freeware Download (90): SharePoint Org Chart Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 933

MB Vedic Astrology MB Free Vedic Astrology is an unique combination of different Vedic (Sidereal) or Indian Astrology softwares. This includes softwares to calculate your Rashi (Vedic Moon Sign), Nakshatra (Birth Star), Lagna (Ascendant), Janam Kundali (Birth Charts in North Indian and South Indian Styles),...


Platforms: Windows

License: Freeware Size: 3.11 MB Download (89): MB Vedic Astrology Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 1.063

FREE English-Chinese Translator English to Chinese Translator employs the power of Internet machine language translation engines, and enables you to easily and exactly translate Web contents, letters, chat, and emails between English and Chinese (Chinese Simplified and Chinese Traditional). Main Features: - Support translate...


Platforms: Windows

License: Freeware Size: 1.17 MB Download (85): FREE English-Chinese Translator Download

< 1 2 3 4 5