-
some simple analytics like page visits would be cool
-
Question :
Design a hit counter which counts the number of hits received in the past ```5``` minutes (i.e., the past ```300``` seconds).
Your system should accept a ```timestamp``` parameter (in…
-
**Question** :
Design a hit counter which counts the number of hits received in the past `5` minutes (i.e., the past `300` seconds).
Your system should accept a `timestamp` parameter (in second…
-
otcetera includes an old version of the easylogging library. This generates a lot of warnings, and perhaps even errors under clang.
However, the newer version crashes at runtime. I think this has…
-
Why doesn't the initiate Pdo script you have in the readme not working?
``
-
I have some code that's annoying to exercise all the multi-threaded code paths in reliably, and the desire to run my test suite for as short a time as possible (that is, running a stress test for a mi…
-
There would be the need of a hit counter.
Something already exists, like django-hitcount: https://django-hitcount.readthedocs.io/en/latest/overview.html
I think that a django-hitcount should not b…
-
I have an idea for a couple of features that I think would make debugging and testing of hooks much better. Want to sketch them out here and get feedback.
1. First, I'm thinking these features woul…
-
`cdk` generates below naming pattern like `stackName-constructNameresourceNamepostfix`
note no dash between constructName and resourceName
https://cdkworkshop.com/30-python/40-hit-counter/lo…
-
Design a hit counter which counts the number of hits received in the past 5 minutes.
Each function accepts a timestamp parameter (in seconds granularity) and you may assume that calls are being ma…