Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookarchive/Flicks

A unit of time defined in C++. observed · 2026-08-28

github.com/facebookarchive/Flicks · C++ · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3473
  • days_rel: n/a
  • days_push: 2986
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1391 stars · 75 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Flicks is a small C++ header library defining the 'flick', a unit of time equal to 1/705600000 of a second that exactly represents common video frame durations and audio sample durations as integers. It integrates with std::chrono::duration and std::ratio for timing work in media and simulation code.

Use cases

  • represent video frame durations exactly without floating point drift
  • time media playback against the system high resolution clock
  • handle common audio sample rates in integer time units
  • work with NTSC frame rates like 23.976 and 29.97 fps
  • do simulation timing for games or media applications

When to avoid

  • you need to handle complex variable frame rate playback scenarios
  • you are not working in C++ or with std::chrono

Facets

library · maturity maintenance

date-time math media developer-tools cpp cross-platform time-units std-chrono frame-rate video audio header-only algorithms

1 source

Member repositories

RepositoryRoleHealth v2
facebookarchive/Flicksmain10

For agents

markdown · JSON · MCP: product_card(name="facebookarchive/Flicks")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem