01 · Roasts
Commit Speedrun Champion
DSA-Set-and-Dictionary and Data_Analysis both have entire git histories spanning under 3 seconds. That's not version control — that's a file upload with extra steps.
The DSA Graveyard
Five separate DSA repos — Heap, Queue/Stack, BST, Sorting, Set/Dict — each created, pushed, and abandoned within days. Your professor's assignment rubric has better commit hygiene than this.
README? Never Heard of It
6 out of 8 repos have no README whatsoever. The two that do (Naive-Bayes and rest-api-basics) are the only evidence you know documentation exists as a concept.
37 Commits, Zero PRs
totalCommitsYear=37 and totalPRsYear=0. You've been coding in isolation for 5 months without a single pull request, issue (well, one), or star to show for it.
heapSort() Corrupts Its Own Data
Your DSA_Heap repo's heapSort() corrupts the internal size field — and there are no tests to catch it. The code doesn't even pass its own manual test. The repo was abandoned 4 minutes after creation.
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% weight55D
- Quality20% weight22F
- Depth15% weight30F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
18 active days
Language distribution
- C++77%
- Python23%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
37
Followers
1
Joined GitHub
Nov 2024
05 · Top repos
jwyen12 /
Naive-Bayes-Classifier
Educational Naive Bayes spam classifier built from scratch in Python. No external ML libs for core model. Clean, understandable code with working implementation and solid results (98.92% test accuracy), but minimal scope, no tests/CI/typing, and recent creation limits sustained impact.
jwyen12 /
rest-api-basics
Tutorial-level Flask REST API starter project for learning CRUD operations. Minimal scope with basic SQLAlchemy integration, 0 stars, no tests/CI/types, and acknowledged incomplete in README.
jwyen12 /
DSA-Binary-Search-Tree
Educational Binary Search Tree implementation in C++ with core BST operations and traversal methods. No documentation, tests, CI, or license; small scope (~4KB) with minimal commit history (7 of 30 days active).
jwyen12 /
DSA_Queue_and_Stack
Educational DSA implementations of Queue and Stack in C++ using array and linked list approaches. Lacks documentation, tests, CI, and polish—a learning exercise without production intent.
jwyen12 /
DSA-Sorting-Algorithms
Minimal educational sorting algorithms dump. Unfinished mergeSort stub, no README, no tests or CI, 2 KB codebase, 3 commits in 1 day.
jwyen12 /
Data_Analysis
Empty scaffold with no README, tests, CI, or documentation. Created and pushed within 3 seconds on 2026-04-23. Only a .gitignore present; no actual source files sampled.
jwyen12 /
DSA-Set-and-Dictionary
Single-file dump of basic hash table Set and Dictionary implementations with no documentation, tests, or CI. 2KB codebase with 3 commits in seconds indicates a one-off exercise submission.
jwyen12 /
DSA_Heap
C++ max-heap implementation with insert, extract, and heap sort operations. Only 3 files, 1 KB total, no README, tests, CI, or license. Created and abandoned same day (2 commits in 4 minutes).
06 · Timeline
- Nov 25, 2024Joined GitHub
- Feb 12, 2026Created DSA_Queue_and_Stack
- Feb 19, 2026Created DSA_Heap
- Feb 26, 2026Created rest-api-basics — A simple REST api built in flask used to understand the basics of this concept
- Mar 24, 2026Created DSA-Binary-Search-Tree
- Mar 25, 2026Created Naive-Bayes-Classifier — Naive Bayes spam classifier built in Python using basic NLP preprocessing and probabilistic modeling.
- Apr 22, 2026Created DSA-Set-and-Dictionary
- Apr 22, 2026Created DSA-Sorting-Algorithms
- Apr 23, 2026Created Data_Analysis
- Apr 23, 2026Most recent push to Data_Analysis
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.