01 · Roasts
CI? Never Heard of Her
Three repos, zero CI pipelines. You wrote a full lexer, parser, AND interpreter but couldn't find 20 minutes for a GitHub Actions YAML. The drone flies; the build badge does not.
The 13-Week Silence
Weeks 1–13 of your heatmap are a flat-line EKG. That's three months of GitHub inactivity for a student who claims to be 'exploring systems development.' The commits arrive in bursts like a student who just remembered the deadline.
2 Followers, 22 PRs
You opened 22 pull requests this year but have 2 followers. You're doing the work of a contributor and the social presence of a bot account. Touch grass, then touch a profile README.
AOT_Optimizer: The Eternal WIP
'Parser and optimizations work-in-progress' — filed under: promises made to a repo that has 0 stars and 0 forks. At least the lexer works. Probably.
License? What License?
None of your three projects have a license. Technically, no one on Earth has the legal right to run your particle simulation. Open source is not just pushing code; it's also reading the scary OSI page once in your life.
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% weight55D
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight35F
03 · Stats
365-day commit heatmap
63 active days
Language distribution
- C++53%
- C#31%
- C8%
- Python7%
- Makefile1%
- GLSL0%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
150
Followers
2
Joined GitHub
Nov 2023
05 · Top repos
acrane77 /
ECE-5010-Drone-Commanders
Custom C-like scripting interpreter (lexer, parser, tree-walk) with Godot/C# integration for drone game sandbox. Typed C++, structured, has tests and README but no CI or license. Early-stage personal project with concentrated build.
acrane77 /
ParticleSimulation
A well-documented C++17 particle system with OpenGL rendering, featuring typed structs and multiple emission patterns. Built in ~6 weeks (18 of last 30 commits) but lacks tests, CI, license, and type safety in core loops.
acrane77 /
AOT_Optimizer
Educational C compiler optimizer for simplified language subset. Lexer functional; parser and optimizations work-in-progress. Typed C with README docs and structured multi-file layout, but no tests, CI, or license.
06 · Timeline
- Nov 28, 2023Joined GitHub
- Sep 9, 2025Created ParticleSimulation — A real time particle system written in C++ with OpenGL, featuring multiple emission patterns, dynamic winds, rendered as smooth, feathered point sprites with custom GLSL shaders.
- Oct 6, 2025Created AOT_Optimizer — An ahead-of-time optimizer for a simplified subset of C, S-C (Simple C). The S-C AOT Optimizer reads S-C source code, lexes and parses it into an abstract syntax tree (AST), and th
- Jan 8, 2026Created ECE-5010-Drone-Commanders — A space sandbox built in Godot v4.5.1 (C#) where you write real code to control your drones. Mine asteroids, engage enemies, and explore the galaxy through a custom C-like scriptin
- Apr 27, 2026Most recent push to ECE-5010-Drone-Commanders
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.