01 · Roasts
README? Never Heard of Her
LeetCode-Daily has 30 committed C++ files and zero documentation — no README, no license, no .gitignore. It's a folder of files cosplaying as a repo.
58% Jupyter, 0% Shipped
Over half your codebase by bytes is Jupyter Notebooks, but domainGuess landed on 'systems.' Those notebooks aren't running in production — they're running on vibes.
The Hardcoded DB Confession
tomato-food-mern ships with a hardcoded MongoDB URL in backend/config/db.js. That's not a tutorial shortcut, that's a credential waiting to happen.
100% Solo, 0% PRs
soloPct = 100 and totalPRsYear = 0. In over a year, not a single PR to any external project. GitHub is a social network and you're ghosting it.
33 Repos, 4 Stars
33 public repos and a grand total of 4 stars across all of them. That's 0.12 stars per repo — a rate that would make a lemonade stand blush.
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% weight42D
- Quality20% weight28F
- Depth15% weight42D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
231 active days
Language distribution
- Jupyter Notebook58%
- JavaScript28%
- C++12%
- TypeScript1%
- CSS1%
- Python1%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
320
Followers
3
Joined GitHub
Dec 2022
05 · Top repos
Simandhar14 /
tomato-food-mern
Personal MERN food-ordering project with functional frontend admin & user interfaces. Untyped JavaScript, basic Express backend with JWT auth & MongoDB. No CI/tests/license. Limited external adoption (1 star), recent activity but shallow scope.
Simandhar14 /
LeetCode-Daily
Unstructured LeetCode solution dump with minimal documentation, sparse commits, and no tests or CI. Pure code collection with no architectural intent or reusability.
Simandhar14 /
Simandhar14
Personal GitHub profile README with no actual code repositories. This is a 9 KB user-facing portfolio document, not a software project. Only a README exists; no source code, tests, CI, or functional projects shipped in this repository.
06 · Timeline
- Dec 25, 2022Joined GitHub
- May 16, 2024Created Simandhar14
- Jun 30, 2024Created tomato-food-mern — Developed "Tomato," a comprehensive full-stack web application for online food ordering using React, Next.js, Express.js, and MongoDB. The project features a responsive UI/UX for b
- Oct 20, 2024Created LeetCode-Daily — LeetCode Solutions
- Apr 23, 2026Most recent push to LeetCode-Daily
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.