01 · Roasts
Conway Called — He Wants His Repo Back
Two out of three public repos are literally the same game — Conway's Game of Life — just in different flavors of C++. That's not a portfolio, that's a single assignment with a director's cut.
0 Public Commits This Year (Server-Confirmed)
totalCommitsYear = 0. The heatmap shows some life in the last 8 weeks, but GitHub's annual counter disagrees. You're either time-traveling or aggressively private — and privateWorkLikely is false.
Makefile Is Your Top Language at 46%
Nearly half your codebase by bytes is Makefile and CMake glue. Your build system is more prolific than your actual code. Consider writing some of the thing instead of just wiring it together.
3 Followers, 0 PRs, 0 Issues
Community engagement score: mathematically indistinguishable from a brand-new account. No external PRs, no issues opened, no comments. GitHub is a social network and you've gone full hermit.
No CI on Any Repo
Three repos, zero CI pipelines. At least centrum-web-scraper has tests — they just run whenever you remember to run them, manually, in the dark. GitHub Actions exists and it's free.
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% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
118 active days
Language distribution
- Makefile46%
- C++15%
- JavaScript14%
- C7%
- HTML7%
- CMake6%
- Other5%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
0
Followers
3
Joined GitHub
Aug 2020
05 · Top repos
abrorkhon02 /
conways-opencl
Educational OpenCL implementation of Conway's Game of Life with dual CPU/GPU execution paths, comprehensive error handling, and CLI interface. Coursework project demonstrating parallel computing concepts with 1559 KB codebase and 15/30 recent commits.
abrorkhon02 /
centrum-web-scraper
Fullstack Node.js/Angular web scraper for hotel & flight data extraction with Puppeteer backend and Angular frontend. Personal project with modest scope, 1 star, no production adoption signals, but reasonable architecture and modest ongoing commits.
abrorkhon02 /
conways-game-of-life
A pedagogical C++ implementation of Conway's Game of Life with OpenMP parallelization. Clean OOP structure and meaningful README, but minimal adoption (1 star), no tests, no CI, and brief development timeline limit maturity.
06 · Timeline
- Aug 27, 2020Joined GitHub
- Apr 4, 2024Created centrum-web-scraper — Fullstack Node.js & Angular App for WebScraping hotel tours and flight tours information from any website with SamoTour Soft support
- Nov 2, 2024Created conways-game-of-life — An Implementation of Conway's Game of Life using C++
- Feb 1, 2025Created conways-opencl — High-performance implementation of Conway’s Game of Life using OpenCL. This project, developed as the final assignment for the High-Performance Computer Architectures course, showc
- Apr 14, 2025Most recent push to conways-opencl
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.