I can't locate the original post, but there was a request for a way to
> generate a one second pulse-width, occurring once per hour. I
> happened on to a similar circuit in the 74HC4040 data sheet and
> modified it for the required pulse-width.
>
> It is posted on the S.E.D/Schematic Page of my website as...
>
> "OneSecPulseWidthOncePerHour.pdf"
Aren't there 2 race conditions?
If the flipflop output drove the counter reset that would fix one. (Possible runt clock pulse.)
If the flipflop set and clear were used instead of the clock input that would fix the other. (Clock rises right after clear goes false.)