egz

↗ HN profile [ 210 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hello! I'm sharing this Quintus calendar format - 12 months of 30 days with 5 day weeks and some overflowing days - as an alternative to the more common Gregorian calendar. This website runs a time server for the…

  2. Hi! I made a small tool to open test coverage uploaded to Codecov[1] in a web browser with a few helpful flags: - branch: A target branch - path: The specific file - remote: An upstream Frequent clicks through the same…

  3. Hi! This sort attempts to use N threads to sort a list of size N in O(n). That's at least what's hoped, but benchmarks prove this is difficult.

  4. Hello! This program called 'etime' is a tool I've been building to measure energy usage with the 'time' command. I've been interested in measuring the total amount of energy my desktop uses when running certain…