search for: 20me

Displaying 6 results from an estimated 6 matches for "20me".

Did you mean: 20mb
2007 Mar 25
2
Heaven and Earth
I'm trying to get the Heaven & Earth program (available at http://www.downport.com/wbd/Traveller_Heaven_&_Earth.ZIP ) to run and am having problems. There's a read-me at http://www.downport.com/wbd/Read%20Me.htm which mentions a couple of possible problems - which I've checked and sorted out, but when I try to run the program I get a dialog with "System Error &H80004001 (-2147467263)." in it and the program exits. Running from the terminal, I get a couple of libGL warnings and a...
2005 Dec 08
2
Prototype.js Hash Methods
...#39;': ''john doe'', ''email'': ''john-Ch9RrZxMC0c@public.gmane.org'', ''msg'': ''say hello to me''}> var qs = h.toQueryString(); alert(qs); //returns john%20doe&email=john%40doe.com&msg=say%20hello%20to%20me var mer = h.merge(h); alert(mer.name); //returns john doe alert(mer.email); //returns john-Ch9RrZxMC0c@public.gmane.org alert(mer.msg); //returns say hello to me var a_keys = h.keys(); alert(a_keys); //returns name, email, msg var a_values = h.values(); alert(a_values); //returns john doe,john...
2013 Jul 25
3
is there any way to see what are the resources exported by a node?
...ources exported by a node when using puppetdb and exported resources. I am running puppet 2.7.22 and puppetdb 1.3 on Ubuntu 10.4. I have tried to use e API and its not working for me(see https://groups.google.com/forum/#!topicsearchin/puppet-users/puppetdb$20API$20v2$20is$20not$20working$20for$20me/puppet-users/WFo9YEw6oRo ) Anyone know any SQL query to get this info? Thanks so much in advance Watchman -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an em...
1998 Jul 01
1
ordinal(): [was "a handy function ..." in March..]
..." "99th" "100th" "101st" "102nd" > ordinal(nn,"francais") [1] "0me" "1=E8re" "2me" "3me" "9me" "10me" "11me" "12me" "13m= e" [10] "20me" "21me" "22me" "99me" "100me" "101me" "102me" > ordinal(1:3,"fr","m") [1] "1er" "2me" "3me" > ordinal(nn, "italian")# Ladies first =3D> Ladies default... [1] &q...
2003 Sep 11
1
samba(PDC, machine A) + LDAP (machine B)?
...0LDAP=20through=20LDAP's=20slurpd 3.=20Samba=20PDC=20server=20(server=20C):=20the=20option=20of=20the=20ldap server=20is=20pointed=20to=20server=20B.=20 Is=20it=20doable=20for=20current=20samba? I=20am=20using=20FreeBSD=205.0 =20=20If=20anyone=20knows=20how=20to=20do=20it,=20please=20instruct=20me=20i= n details.=20Thank=20you=20very=20much. Long-Sheng=20=20=20Sep.=2011,=2003
2006 Aug 28
2
Extending dmitest to check for Long Mode (aka 64 versus 32 bit)
...f you are missing a couple of definitions in dmi_processor.h, specifically, the "long mode" flag. I need to use this flag to determine whether a machine is 64-bit capable or not. There is a great web page explaining the "long mode" flag at: http://www.mega-tokyo.com/osfaq/Tell%20me%20about%20x86%2064%20bits%20CPU%20... >From the web site I see the following: "How do I detect if the CPU is 64 bits ? You can find that out by checking CPUID. All AMD64 compliant processors have the longmode-capable-bit turned on in the extended feature flags (bit 29) in EDX, after calli...