01 · Roasts
The 40-Minute Database
BC2402 has 11 commits spanning exactly 40 minutes on 2024-02-05. That's not a project, that's a speed run — and you apparently speedran the README too since quality scored 35.
93% Notebook Energy
Jupyter Notebooks make up 93% of your codebase. At some point the .ipynb stops being a tool and starts being a personality trait. Real code ships in .py files.
75 PRs, 0 Stars, 2 Followers
You opened 75 pull requests this year on other people's repos, yet your own work has collected exactly zero stars and two followers. You're giving generously to the open-source commune but your own village is empty.
The Graveyard Ratio
3 of your 4 repos haven't been touched in over 2 years. That's a 75% stale rate — your GitHub profile is mostly a museum for coursework you've already forgotten.
Sprint King, Marathon Stranger
Two repos were created and last-pushed on the exact same day. You don't maintain projects — you perform them for a deadline audience and then ghost them.
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% weight25F
- Consistency20% weight35F
- Quality20% weight45D
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
68 active days
Language distribution
- Jupyter Notebook93%
- HTML2%
- Python2%
- R2%
- JavaScript1%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
166
Followers
2
Joined GitHub
May 2022
05 · Top repos
joweeeee09 /
bc2411_group
Group project: Streamlit app + Gurobi ILP solver for Singapore tourist itinerary optimization. Typed Python codebase with structured src/, comprehensive README, but no tests/CI, very recent (27 days old), minimal external adoption.
joweeeee09 /
BC2402--Designing-and-Developing-Databases
Academic course project (BC2402) with 14 SQL/NoSQL queries analyzing EV data and emissions; completed in ~40 minutes on 2024-02-05 without tests, CI, or type checking. Serves educational purpose but lacks production structure.
joweeeee09 /
SC1015-Introduction-to-Data-Science-and-Artificial-Intelligence
School coursework mini-project implementing mushroom classification with Logistic Regression, Random Forest, and SVM in a single Jupyter notebook (235 KB). No tests, CI, or licensing. Minimal scope and one-off assignment.
06 · Timeline
- May 12, 2022Joined GitHub
- Feb 5, 2024Created BC2402--Designing-and-Developing-Databases — Developed a working database solution for a real-life business data problem tackling global warming and electric vehicles
- Feb 5, 2024Created SC1015-Introduction-to-Data-Science-and-Artificial-Intelligence — A mini project for SC1015 (Introduction to Data Science and Artificial Intelligence)
- Mar 24, 2026Created bc2411_group
- Apr 19, 2026Most recent push to bc2411_group
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.