Received: from nobody by stodi.digitalkingdom.org with local (Exim 4.80.1) (envelope-from ) id 1Xf7XB-0004tD-My for lojban-newreal@lojban.org; Fri, 17 Oct 2014 06:25:33 -0700 Received: from mail0.mettruth.com ([173.237.62.27]:42190) by stodi.digitalkingdom.org with esmtp (Exim 4.80.1) (envelope-from ) id 1Xf7X7-0004sL-7D for lojban@lojban.org; Fri, 17 Oct 2014 06:25:33 -0700 Message-ID: <2mjNFGyRXI7A3by.HiazUncwn.JavaMail.74886695724944@mail0.mettruth.com> Date: Fri, 17 Oct 2014 06:25:23 -0700 From: Vision PSA Reply-to: To: Subject: Your eyes are dependent on your glasses Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Spam-Score: -1.7 (-) X-Spam_score: -1.7 X-Spam_score_int: -16 X-Spam_bar: -

popular science

Vision PSA - Posted 10/13/2014
-Perfect Vision Exposed-

Vision Journal Posts -

-Scientifically proven way to get to 20/20 vision in 2 weeks-

Tired of having to deal with the hassle of contact lenses, glasses and eye tests?
Well, what if I told you that you never had to deal with that again...

You will soon see that all the visual problems you are facing are in fact completely reversible
and curable IN 2 WEEKS. The video announcement below will explain.

PSA Video: http://www.mettruth.com/centrifugally/recrowning/countering/shakos/overflowed/derogatoriness.cfm

Video Summary: 46,500 have perfected their vision within 2 weeks.

 

gadgets /// cars /// science /// eye care

PPL Science 157 PLaza Wy, San Jose, CA, 95127 (exit/m-settings)

Gentoo boots to gdm but when I want to leave X gdm offers either shutdown or reboot. I would like to logout to the console. How can I set this up w/o being a programmer? Thanks, Roger Back to top View user's profile Send private message Fragadelic n00b n00b Joined: 18 Apr 2002 Posts: 26 PostPosted: Mon Apr 22, 2002 4:44 am Post subject: Reply with quote CTRL-ALT-F1 or CTRL-ALT-F2, etc will get you to a console prompt but unfortunately when a display manager like GDM or KDM is running, you can't really get to pure console unless you do the CTRL-ALT-F1(F2,F3,F4) and then issue a 'killall -KILL X'. Back to top View user's profile Send private message lodger n Perhaps the different languages all do get the same answer, but the way they display it is different. For instance, you can get more printed accuracy in Python using the decimal module. import decimal; print decimal.Decimal(9.0 * 0.001) gives 0.009000000000000001054711873393898713402450084686279296875. Kevin Oct 2 at 20:20 2 Since you don't actually test whether or not any of the values are equal to anything in particular, is your question is really about why the representations are different? DSM Oct 2 at 20:20 3 It looks like C/C+ by default prints 6 significant digits. rgettman Oct 2 at 20:21 2 @rgettman: Those 6 decimal places are guaranteed in C, and by reference in C++. Deduplicator Oct 2 at 20:31