01 · Roasts
Consistency? What Consistency?
6 commits in the past year across 7 repos. That's less than one commit per month — even a README-only repo updated annually puts up a better fight than this heatmap.
goto considered harmful, yet here we are
template.cpp in OII literally uses goto. In 2024. At Politecnico di Milano. The ghost of Dijkstra is filing a formal complaint.
Hardcoded Path Hall of Shame
'C:\\repos\\c++\\github\\OII\\input.txt' in your public template means your code works on exactly one machine in the world — yours, and only if you haven't moved the folder.
| is not ||
Calculator.java uses bitwise OR (|) in boolean logic conditions. One stray 1-bit and your entire expression parser silently misfires. Three years since the last real commit and this still ships.
Stars: 1. Author: Also you, probably.
1 total star across 7 repos, 0 forks, 1 follower, 0 PRs made or received. GitHub is a social platform and you are living off the grid.
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% weight30F
- Consistency20% weight20F
- Quality20% weight36F
- Depth15% weight45D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
9 active days
Language distribution
- C++83%
- Python7%
- Java5%
- HTML3%
- TeX1%
- CSS1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
6
Followers
1
Joined GitHub
Aug 2020
05 · Top repos
AndreaLanocita /
OII
Personal competitive programming archive with ~26 commits; no README, tests, CI, or structured docs. Untyped C++ solutions to OII problems with inconsistent code quality and hardcoded paths.
AndreaLanocita /
AlgoritmiCP
Collection of competitive programming algorithms in C++ with minimal documentation. Untyped, no tests/CI, flat structure mixing macros with implementations, thin README. Shows effort but lacks polish.
AndreaLanocita /
Calculator
High-school-era Java calculator with GUI and expression parsing; limited adoption, thin docs, and architectural issues (procedural parsing, poor separation of concerns).
06 · Timeline
- Aug 5, 2020Joined GitHub
- Mar 12, 2021Created Calculator — Simple calculator in Java.
- Jul 10, 2022Created OII — Algoritmi e soluzioni di problemi di programmazione competitiva, in particolare volti alla preparazione per le olimpiadi italiane di informatica.
- Aug 13, 2024Created AlgoritmiCP — Una collezione ordinata (forse) di algoritmi per la programmazione competitiva in c++.
- Apr 12, 2026Most recent push to OII
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.