larry, that's way kewl.

but i have to ask : why have it run hourly or daily?  you aren't exactly
asking it any questions...


> -----Original Message-----
> From: larry a price [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 4:14 AM
> To: [EMAIL PROTECTED]
> Subject: [EUG-LUG:545] variations on a theme
> 
> 
> Just a bit o' fun with some kicky concepts
> #####      #####                      I'm thinking about setting up an
> #####      #####                      xmlrpc server to 
> generate a daily
> ################                      or hourly I Ching
> t h u n d e r   w a t e r 
> #####      #####                      2^3 = 8
> ################                      2^6 = 64
> #####      #####      2^128 = 340282366920938463463374607431768211456
> 
> >>> u = ching.trigram()
> >>> u.name
> <method trigram.name of trigram instance at 80a1738>
> >>> u.name()
> 'mountain'
> >>> print u
> ################
> #####      #####
> #####      #####
> 
> 
> >>> s = u.k,('name',u.name())
> >>> s
> ((1, 0, 0), ('name', 'mountain'))
> >>> xml =x.dumps(s)
> 
> <methodCall>
>      <array>
>        <data>
>          <value>
>            <array>
>              <data>
>                <value>
>                  <int>1</int>
>                </value>
>                <value>
>                  <int>0</int>
>                </value>
>                <value>
>                  <int>0</int>
>                </value>
>              </data>
>            </array>
>          </value>
>          <value>
>            <array>
>               <data>
>                 <value>
>                    <string>name</string>
>                 </value>
>                 <value>
>                    <string>mountain</string>
>                 </value>
>               </data>
>             </array>
>           </value>
>         </data>
>       </array>
>    </methodCall>
> 
> 
> 
> http://www.efn.org/~laprice        ( Community, Cooperation, Consensus
> http://www.opn.org                 ( Openness to serendipity, 
> make mistakes
> http://www.efn.org/~laprice/poems  ( but learn from 
> them.(carpe fructus ludi)
> http://allie.office.efn.org/phpwiki/index.php?OregonPublicNetworking
> 
> 

Reply via email to