interval - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
perl.cpan.testers 1088
alt.philosophy 256
microsoft.public.outlook 219
aol.neighborhood.nj.jerseycity 187
uk.transport 150
comp.lang.fortran 150
microsoft.public ... calendaring 112
it.arti.musica.classica 103
uk.transport.london 95
comp.lang.forth 58
Last week most active authors
No posts for a week
Last active threads
US-NJ: West Portal-Asst Manager/Manager, Clinical Operations
Started JobCircle.Com · Date: Sep 20, 2008 05:00 · 1 post(s)
"Final" Procedures
Started Gary Scott · Date: Sep 19, 2008 09:46 · 8 post(s)
random ints on symmetric interval
Started Ron Ford · Date: Sep 16, 2008 18:42 · 16 post(s)
No More Microwave
Started Dee Randall · Date: Sep 18, 2008 11:16 · 15 post(s)
FAIL Time-Available-0.05 darwin-thread-multi-64int-2level 8.10.0
Started chris · Date: Sep 18, 2008 14:52 · 1 post(s)
FAIL Time-Available-0.05 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 17, 2008 18:18 · 1 post(s)
OT (più o meno) software audio editor
Started gulliver · Date: Sep 13, 2008 01:13 · 8 post(s)
PASS Pod-LaTeX-0.58 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 16, 2008 23:28 · 1 post(s)
PASS Data-Bucket-0.07 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 16, 2008 23:28 · 1 post(s)
PASS Module-DevAid-0.2201 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 16, 2008 23:28 · 1 post(s)
Last week hot threads
No posts for a week
Latest posts
US-NJ: West Portal-Asst Manager/Manager, Clinical Operations
Group: aol.neighborhood.nj.jerseycity · Group Profile · Search for interval in aol.neighborhood.nj.jerseycity
Author: JobCircle.Com
Date: Sep 20, 2008 05:00

... monitoring reports for assigned studies; managing, tracking and reporting on overall site budgets at regular intervals; driving and facilitating cross departmental work and communications to assure timely attainment of study milestones; conducting operational team meetings at regular intervals with CRAs, Documentation Specialists and others as needed; attend relevant symposia, conferences and scientific ...
Show full article (4.05Kb)
Re: "Final" Procedures
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: Gary Scott
Date: Sep 19, 2008 10:36

...'ll add a watchdog timer board ($$$)...I think the usual implementation is for an executive to periodically reset a watchdog timer at some regular interval, less than the timer interval. If the timer ever does count down to zero, an interrupt will cause a callback to a procedure/process that does some cleanup...come to think of it ...
Show full article (2.03Kb)
Re: random ints on symmetric interval
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: e p chandler
Date: Sep 18, 2008 23:28

...: Glen is right about the ultimate calculation here: ! calculates percent of UB for b-a on a symmetric interval [snip]  inbounds =                749970  outbounds =                250030  ratio is      2.99952  percent =     25.0030      %% I wonder how big the interval can get before the numbers start to get "grainy" with b = -i_max + int( harvest * i_tot )? How ...
Show full article (0.72Kb)
Re: No More Microwave
Group: rec.food.equipment · Group Profile · Search for interval in rec.food.equipment
Author: jt august
Date: Sep 18, 2008 19:38

...in one's culinary arsenal. So often, with microwaves, people just plug in some minute or half-minute interval, and expect miracles. That cannot be. Each microwave is different, and even microwaves from the same maker ... the same power will be different. In my own cooking, I have found various odd numbered time intervals for different foods, sometimes combined with reduced power flows. And I have found that when used judiciously, ...
Show full article (2.12Kb)
Re: random ints on symmetric interval
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 18, 2008 18:02

Ron Ford wrote: (snip, I wrote) The other half are negative numbers minus positive numbers, with the result below -8. Of course, you mean below negative seven, but the other half of cases is almost suggested by the custom quote there with the negative in front of the first arg and then the same positive values on the right. For twos complement it would be -8. In the large number limit, it won't make a big difference. ...
Show full article (1.09Kb)
Re: random ints on symmetric interval
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: Ron Ford
Date: Sep 18, 2008 16:33

On Wed, 17 Sep 2008 02:26:26 -0800, glen herrmannsfeldt posted: Ron Ford wrote: (snip, I wrote) Do you think I should be more explicit with writing <snip>? As far as the original question, I believe it is one fourth, not one eighth. (snip) How did we miss half of the cases? (snip) %%- INT_MAX is 7. UB is invoked when the values are: %%- %%- 7 and any of -1, -2, -3, -4, -5, -6, -7, -8 %%- ...
Show full article (1.32Kb)
Re: random ints on symmetric interval
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: Ron Ford
Date: Sep 18, 2008 16:02

..., Glen is right about the ultimate calculation here: ! calculates percent of UB for b-a on a symmetric interval implicit none integer, parameter :: i13 = selected_int_kind(13) integer(i13), parameter:: i_max = 32767 integer(i13), parameter:: ...2.99952 percent = 25.0030 %% Press RETURN to close window . . . I wonder how big the interval can get before the numbers start to get "grainy" with b = -i_max + int( harvest * i_tot ...
Show full article (2.99Kb)
FAIL Time-Available-0.05 darwin-thread-multi-64int-2level 8.10.0
Group: perl.cpan.testers · Group Profile · Search for interval in perl.cpan.testers
Author: chris
Date: Sep 18, 2008 14:52

...:19 2008] MAKE TEST failed: PERL_DL_NONLAZY=1 /Volumes/Media/smoke/dev/perl-5.8.x/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pod.....ok t/test.... # Failed test 'interval' # at t/test.t line 100. # got: 0 # expected: 1561 # Looks like you failed 1 test of 41. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/41 subtests Test Summary Report ------------------- t/...
Show full article (5.15Kb)
FAIL Time-Available-0.05 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for interval in perl.cpan.testers
Author: Rick Myers
Date: Sep 17, 2008 18:18

... # Failed test 'uptime(50000)' # at t/test.t line 62. # got: 6300 # expected: 27900 # Failed test 'uptime(60000)' # at t/test.t line 63. # got: 6300 # expected: 26400 # Failed test 'interval' # at t/test.t line 100. # got: 0 # expected: 1561 # Looks like you failed 7 tests of 41. Dubious, test returned 7 (wstat 1792, 0x700) Failed 7/41 subtests Test Summary Report ...
Show full article (8.00Kb)
Re: random ints on symmetric interval
Group: comp.lang.fortran · Group Profile · Search for interval in comp.lang.fortran
Author: e p chandler
Date: Sep 17, 2008 06:38

On Sep 17, 2:52 am, Ron Ford <r...@example.invalid> wrote: Why do I believe that b = min(max(1,ceiling(harvest*sides)),sides) is better than   b = -i_max + int( harvest * i_tot ) That's a matter of "taste". :-). For each of us our choice illustrates our own thought process. - e
Show full article (0.30Kb)