Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #390795

People woke me up; so I slept 4 hours today, twice, for a total of 8.

From Jeff-Relf.Me <@.>
Newsgroups comp.os.linux.advocacy, sci.physics, comp.lang.c++
Subject People woke me up; so I slept 4 hours today, twice, for a total of 8.
Date 2017-01-21 04:44 -0800
Organization Glorb Internet Services, http://www.glorb.com
Message-ID <Jeff-Relf.Me@Jan.21--4.44A.Seattle.2017> (permalink)
References <Jeff-Relf.Me@Jan.19--0.57A.Seattle.2017> <o5rv5b$vf8$2@dont-email.me> <Jeff-Relf.Me@Jan.19--8.20P.Seattle.2017>

Cross-posted to 3 groups.

Show all headers | View raw


I wrote:
> Given this ( tracking when my monitor was off ):
>   http://Jeff-Relf.Me/SleepLog.TXT
> Produce this:
>   A table showing every HalfHour of the day OffLine, last 15 months:
>   http://Jeff-Relf.Me/SleepPat.HTM  http://Jeff-Relf.Me/SleepPat.PNG
> 
> Search for the line that ends with "offline:";
> then plot the 8.5 ( hours ) from the line below.

People woke me up; so I slept 4 hours today, twice, for a total of 8.
From 1:30pm to 5:30pm, 4 hours; and 11pm to 3am, another 4 hours.

Some of today's data: <<

 9.3 hours awake, 65% offline.

 4.0        Jan 21 {  2:57 A, 2017 }:41       Vиɭφ
       1.0  Jan 20 { 10:57 P, 2017 }:44       VиȻω  >>

The offline hours were 3 seconds short of a full 4 hours;
so it didn't get the "23.2 hour Day, 38% offline:" line.

So I decided to ignore the "23.2 hour Day, 38% offline:" lines;
instead, I plot _any line showing 4+ hours offline; to wit:

  //  B points to a "SleepLog.TXT" line.
  //  B[-1], a short, is the leading spaces.
  //  AtoF() is _wtof().  fDur, a float, is the hours offline.

  B && *B && B[-1] <= 1 && B[5] == 32 && B[6] == 32 
    && ( fDur = AtoF( B ), fDur >= 4 ) )

The line after ( B = *++PP ) is the start of the run.

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Every OffLine hour of the day, last 15 months. Jeff-Relf.Me <@.> - 2017-01-19 00:57 -0800
  Re: Every OffLine hour of the day, last 15 months. DFS <nospam@dfs.com> - 2017-01-19 22:12 -0500
    Re: Every OffLine hour of the day, last 15 months. deplorable owl <owl@rooftop.invalid> - 2017-01-20 03:16 +0000
      When I'm likely to be asleep. Jeff-Relf.Me <@.> - 2017-01-19 20:33 -0800
        Re: When I'm likely to be asleep. DFS <nospam@dfs.com> - 2017-01-21 15:58 -0500
          On SleepPat.HTM's yAxis:  Two rows = one hour. Jeff-Relf.Me <@.> - 2017-01-21 19:30 -0800
            On SleepPat.HTM's yAxis:  Two rows = one hour. Jeff-Relf.Me <@.> - 2017-01-24 13:01 -0800
              Re: On SleepPat.HTM's yAxis:  Two rows = one hour. deplorable owl <owl@rooftop.invalid> - 2017-01-24 21:26 +0000
                A lot of it is just being OffLine, not sleeping. Jeff-Relf.Me <@.> - 2017-01-24 14:12 -0800
                Re: A lot of it is just being OffLine, not sleeping. deplorable owl <owl@rooftop.invalid> - 2017-01-24 23:36 +0000
                "Auto Sleep" is disabled, it can't happen. Jeff-Relf.Me <@.> - 2017-01-24 16:26 -0800
                Re: "Auto Sleep" is disabled, it can't happen. deplorable owl <owl@rooftop.invalid> - 2017-01-27 03:33 +0000
                Re: "Auto Sleep" is disabled, it can't happen. Me Sham <osirus47@yahoo.com> - 2017-01-26 19:51 -0800
                SleepLog.TXT _is a series of time stamps. Jeff-Relf.Me <@.> - 2017-01-26 22:39 -0800
                Re: SleepLog.TXT _is a series of time stamps. deplorable owl <owl@rooftop.invalid> - 2017-01-27 21:15 +0000
                What's right with US-ASCII and Base10 ?  not much. Jeff-Relf.Me <@.> - 2017-01-27 13:48 -0800
                Re: What's right with US-ASCII and Base10 ?  not much. deplorable owl <owl@rooftop.invalid> - 2017-01-28 00:38 +0000
                None of it is for you, all of it is for me. Jeff-Relf.Me <@.> - 2017-01-27 22:52 -0800
                Re: None of it is for you, all of it is for me. Steve Carroll <fretwizzer@gmail.com> - 2017-01-28 08:25 -0800
                Re: If you don't like it, try FaceBook or Reddit. Steve Carroll <fretwizzer@gmail.com> - 2017-01-28 09:36 -0800
                Re: None of it is for you, all of it is for me. Tattoo Vampire <sitting@this.computer> - 2017-01-29 09:24 -0500
                Re: None of it is for you, all of it is for me. Steve Carroll <fretwizzer@gmail.com> - 2017-01-29 08:36 -0800
                Re: I knew _exactly what everyone's response would be, all of it. Steve Carroll <fretwizzer@gmail.com> - 2017-01-29 12:33 -0800
                Re: I'm answering your questions, not begging for your attention. Steve Carroll <fretwizzer@gmail.com> - 2017-01-29 14:12 -0800
                Re: None of it is for you, all of it is for me. deplorable owl <owl@rooftop.invalid> - 2017-01-28 20:13 +0000
                Re: None of it is for you, all of it is for me. Snit <usenet@gallopinginsanity.com> - 2017-01-28 13:22 -0700
                "SleepPat.HTM" is _much cleaner now. Jeff-Relf.Me <@.> - 2017-01-29 04:34 -0800
                Re: "SleepPat.HTM" is _much cleaner now. deplorable owl <owl@rooftop.invalid> - 2017-01-29 19:38 +0000
                Re: "SleepPat.HTM" is _much cleaner now. Snit <usenet@gallopinginsanity.com> - 2017-01-29 13:38 -0700
                When will I wake up, most likely ? Jeff-Relf.Me <@.> - 2017-01-29 12:44 -0800
                Now the text version also shows the percent OffLine. Jeff-Relf.Me <@.> - 2017-01-24 16:09 -0800
                Re: Now the text version also shows the percent OffLine. DFS <nospam@dfs.com> - 2017-01-24 20:57 -0500
                "SleepPat.HTM" is dense, rich and complex, like my source code. Jeff-Relf.Me <@.> - 2017-01-25 00:44 -0800
                Re: "SleepPat.HTM" is dense, rich and complex, like my source code. DFS <nospam@dfs.com> - 2017-01-25 09:40 -0500
                Look at the yAxis, MrDFS.  Two Rows = 1 hour. Jeff-Relf.Me <@.> - 2017-01-25 07:01 -0800
              Re: On SleepPat.HTM's yAxis: Two rows = one hour. DFS <nospam@dfs.com> - 2017-01-24 19:12 -0500
                Now the percent OffLine number follows the date. Jeff-Relf.Me <@.> - 2017-01-24 16:17 -0800
    You can use SQL, Excel or Visual Basic, if you'd rather. Jeff-Relf.Me <@.> - 2017-01-19 20:20 -0800
      People woke me up; so I slept 4 hours today, twice, for a total of 8. Jeff-Relf.Me <@.> - 2017-01-21 04:44 -0800
        Re: People woke me up; so I slept 4 hours today, twice, for a total of 8. Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk> - 2017-01-21 17:57 +0000

csiph-web