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

Ashtanga Yoga Sequence freeware
Filter: All | Freeware | Demo
 

Ashtanga Yoga Sequence

1 2 3 4 5 > 
Added: August 26, 2006 | Visits: 4.092

Yoga Yoga Software: For health, fitness and self-awareness. The program offers an introduction to various yoga traditions. Yoga includes hatha, radja, and jnana yoga instructions, articles, photos of asanas, and a link to an international yoga directory that can be searched by country, yoga tradition,...



Platforms: Windows

License: Freeware Size: 76.17 MB Download (257): Yoga Download

Released: March 19, 2014  |  Added: April 06, 2014 | Visits: 4.515

Yoga Freeware Yoga Freeware: Hatha, raja and jnana yoga instruction, meditation exercises, asanas, yoga style definitions, etc! This program does not replace the need of a qualified instructor, but you can use it to find one through the International Yoga Centers Directory! Related ZP software (Awareness...





Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 4.28 MB Download (477): Yoga Freeware Download

Added: September 21, 2010 | Visits: 1.359

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: January 11, 2010 | Visits: 1.054

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: July 09, 2010 | Visits: 1.353

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 (104): Chart::Sequence Download

Added: March 15, 2010 | Visits: 1.196

Sequence Analysis Sequence Analysis project is a collage of coding projects which I have written over the past several years for various clients in my work as a bioinformatics consultant. These clients have graciously allowed me to release these works into the public domain as freeware for Macintosh OS X in...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (122): Sequence Analysis Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 647

Short Sequence Location Mapper Short Sequence Location Mapper loads the sequences, then aligns them and finally graphs and tables can be generated for one or more datasets at the same time. SSLM typically works with a BLAST data output file of short Solexa reads mapped to RNA subjects (for example pre-miRNA sequences). The...


Platforms: Windows

License: Freeware Download (471): Short Sequence Location Mapper Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 666

Sequence Clip Reporter for Mac OS Creates an Excel spreadsheet report about the video clips, audio clips and markers you've used in your edited sequence. The report includes sheets for: Clips, Sequence Markers, Clip Markers, Clip Filters, and Reels. Sequence Clip Reporter takes the tedious work out of creating clip usage reports...


Platforms: Mac

License: Freeware Size: 3.6 MB Download (479): Sequence Clip Reporter for Mac OS Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 691

Anand Krishna doing Neo Yoga Tao Anand Krishna doing Neo Yoga Tao is an animated screensaver designed to bring some spirituality to your desktop. Yoga as I understand it is an orchestra. It is a beautiful melody. Matter and Spirit are both linked together - this is Yoga. Matter and Spirit, with all their variations, graduations...


Platforms: Windows

License: Freeware Download (51): Anand Krishna doing Neo Yoga Tao Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 569

Kriya Yoga Mahavatar Babaji Kriya yoga is a simple, psychophysiological method by which human blood is decarbonated and recharged with oxygen. The atoms of this extra oxygen are transmuted into life current to rejuvenate the brain and spinal centers. By stopping the accumulation of venous blood, the yogi is able to lessen...


Platforms: Windows

License: Freeware Size: 1.25 MB Download (46): Kriya Yoga Mahavatar Babaji Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 693

MB Zodiac Yoga MB Free Zodiac Yoga is an unique software that finds your zodiac sun sign and calculates the health ailments that may affect you and also gives the yoga asanas that are good for people of a particular sun sign. This is such a tool that lets you understand and realize the importance of...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (528): MB Zodiac Yoga Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 655

MB Astrology Nithya Yoga MB Free Astrology Nithya Yoga calculates your birth yoga or nitya yoga. “Yoga" means an "union" or "relationship" or angle between the longitudes of the sun and the moon. They are also known as Yoga Taras of Nakshatras (Birth Star). Yogas help in finding out the auspiciousness of the day. MB...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (532): MB Astrology Nithya Yoga Download

Added: May 10, 2013 | Visits: 759

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,...


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

License: Freeware Download (52): Remove duplicates from a sequence Download

Added: May 10, 2013 | Visits: 509

Getting th permutation of a sequence This script contains a function that given a sequence and a number n as parameters, returns the th permutation of the sequence (always as a list).


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

License: Freeware Download (54): Getting th permutation of a sequence Download

Added: May 10, 2013 | Visits: 476

Splitting up a sequence This script allows you to split up a sequence in same-size (if possible) parts.


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

License: Freeware Download (51): Splitting up a sequence Download

Added: May 10, 2013 | Visits: 499

Getting min/max in a sequence Getting min/max in a sequence script allows you to find the min/max value in a sequence as compared to a reference.


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

License: Freeware Download (51): Getting min/max in a sequence Download

Added: May 10, 2013 | Visits: 409

Farey Sequence This function provides farey sequence, F(n), for any integer n.There's probably a more elegant solution out there, but I couldn't find it. Note: it doesn't prepend (0,1) and append (1,1)...


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

License: Freeware Download (52): Farey Sequence Download

Added: April 21, 2013 | Visits: 470

Direct Sequence Spread Spectrum(DS SS) It will ask for input the bit stream then generate pseudorandom bit sequence, finally give output as direct sequence spread spectrum.....


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (43): Direct Sequence Spread Spectrum(DS SS) Download

Euler angles to Quaternion Conversion (for six basic sequence of rotations) Euler Angles To Quaternion Conversion for six basic sequence of rotations around X(Roll),Y(Pitch) and Z(Yaw) axis.Allowed Sequences: xyz, xzy, yxz, yzx, zxy, zyx.


Platforms: Matlab


Added: April 27, 2013 | Visits: 561

Normalised Partial Energy Sequence alculate the normalized partial energy sequence (NPES) for a given signal vector X.If a particular transform is capable of capturing the key features of a signal in few coefficients, the NPES will approach unity for relatively quickly.Ref: Percival and Walden, Wavelet Methods for Time Series...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Normalised Partial Energy Sequence Download

1 2 3 4 5 >