Received: from nobody by stodi.digitalkingdom.org with local (Exim 4.80.1) (envelope-from ) id 1Xf7Tj-0004nH-Ug for lojban-newreal@lojban.org; Fri, 17 Oct 2014 06:22:00 -0700 Received: from aimtracco.wolflidak.com ([173.237.62.24]:41159) by stodi.digitalkingdom.org with esmtp (Exim 4.80.1) (envelope-from ) id 1Xf7Tb-0004l8-2f for lojban@lojban.org; Fri, 17 Oct 2014 06:21:55 -0700 Date: Fri, 17 Oct 2014 06:21:43 -0700 From: Shocking EyeCare Video Reply-to: To: Message-ID: <1745178129433632404882.1v8U4qmTi> Subject: Better eyes without glasses Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Spam-Score: 2.0 (++) X-Spam_score: 2.0 X-Spam_score_int: 20 X-Spam_bar: ++ X-Spam-Report: Spam detection software, running on the system "stodi.digitalkingdom.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: popular science Vision PSA - Posted 10/13/2014 -Perfect Vision Exposed- Vision Journal Posts - [...] Content analysis details: (2.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.2 MSGID_NOFQDN1 Message-ID with no domain name 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: wolflidak.com] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or identical to background 0.0 HTML_MESSAGE BODY: HTML included in message -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts 0.6 INVALID_MSGID Message-Id is not valid, according to RFC 2822

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.wolflidak.com/fibre/boatsmen/chimbley/shammies/corkages/canebrake.do

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