01 · Roasts
One Commit Club (Year Edition)
Your entire 2024 contribution graph is a barren wasteland with a grand total of 1 public commit. The heatmap has more empty squares than a ghost town on a Tuesday.
86% Abandoned
A staleRepoRatio of 0.86 means 86 out of every 100 of your repos are collecting digital dust. You're less a GitHub profile, more a photogrammetry museum.
C++ or Die
74% C++, 14% C, 9% MATLAB — congrats on rediscovering 1995. Your language diversity makes a monochrome painting look eclectic.
Academic Peak, Practical Ghost
961 stars and 622 followers say the research world loves you, but totalPRsYear=1 and totalIssuesYear=0 suggest you've fully ghosted the open-source community in return.
The SIGGRAPH Flash
fssr was created and last pushed on the exact same day — 2014-07-25. You dropped a SIGGRAPH repo, blinked, and never came back. A true one-night stand with open source.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight63C
- Consistency20% weight55D
- Quality20% weight65C
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight55D
03 · Stats
365-day commit heatmap
2 active days
Language distribution
- C++74%
- C14%
- MATLAB9%
- CMake1%
- Python1%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
1
Followers
622
Joined GitHub
Jan 2013
05 · Top repos
pmoulon /
IPOL_AC_RANSAC
A specialized C++ library implementing ORSA (AC-RANSAC) for robust homography and fundamental matrix estimation, published in IPOL 2012/2016. Self-contained, well-documented, and mathematically rigorous, but narrow focus limits broader adoption.
pmoulon /
CMVS-PMVS
Mature C++ photogrammetry toolkit (CMVS/PMVS2 port) with 961 stars, CMake build system, multi-platform CI, and Eigen-based linear algebra. Active Windows porting effort (2011–2019) serving the structure-from-motion community.
pmoulon /
fssr
Single-day snapshot of a research implementation accompanying a 2014 SIGGRAPH paper on floating scale surface reconstruction. Well-structured C++ codebase with tests but no CI, minimal recent activity (9 of last 30 commits sampled from 2014).
06 · Timeline
- Jan 10, 2013Joined GitHub
- Mar 11, 2011Created CMVS-PMVS — This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS so
- May 22, 2013Created IPOL_AC_RANSAC — Automatic Homographic Registration of a Pair of Images, with A Contrario Elimination of Outliers IPOL 2012. http://www.ipol.im/pub/art/2012/mmm-oh/
- Jul 25, 2014Created fssr
- Nov 15, 2024Most recent push to IPOL_AC_RANSAC
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.