Quote:
Originally Posted by IbeMeIam
Just wondering, and I don't know much Tarot, probably just a typo.....
Your card definition says card 68. You stated program generated card 69.
If card 69 is doom and gloom, don't tell me. 
|
Correct noticed.
I start with Card 0 on Position #1 and card 78 on position #79.
partial C++ Code :
while ( X > 79 ) { X = X - 79 ; } // X = Total Sum ASCII values
cout << "Osho Zen Tarot Card = " << X << endl ;
if ( X == 1 ) {
system ("gedit Mayor_0_The_Fool.txt &") ;
system ("eog Mayor_0_The_Fool.jpg &") ;
<massive snip>
if ( X == 68 ) {
system ("gedit Clouds_Ace_Consciousness.txt &") ;
system ("eog Clouds_Ace_Consciousness.jpg &") ;
}
if ( X == 69 ) {
system ("gedit Rainbows_2_Moment_To_Moment.txt &") ;
system ("eog Rainbows_2_Moment_To_Moment.jpg &") ;
}
if ( X == 70 ) {
system ("gedit Rainbows_3_Guidance.txt &") ;
system ("eog Rainbows_3_Guidance.jpg &") ;
}
<massive snip>
if ( X == 78 ) {
system ("gedit Rainbows_Ace_Maturity.txt &") ;
system ("eog Rainbows_Ace_Maturity.jpg &") ;
}
if ( X == 79 ) {
system ("gedit Mayor_The_Master.txt &") ;
system ("eog Mayor_The_Master.jpg &") ;
}
btw
67- Osho Zen Tarot - Minor Arcana - Suit of Clouds - ACE of Clouds
Consiousness ->
http://www.osho.com/magazine/tarot/T...?All=Yes&Nr=69 ->
http://www.osho.com/magazine/tarot/p...sciousness.jpg
69- Osho Zen Tarot -> Guidance -> Minor Arcana - Suit of Rainbows -
3 of Rainbows ->
http://www.osho.com/magazine/tarot/T...?All=Yes&Nr=71 ->
http://www.osho.com/magazine/tarot/p...71Guidance.jpg
I hope this answers your question.
(With synchronicity, there is no need for cheating. :-)