cs graduate from iiit delhi. class of 2026.
- shipping side projects
- building small weird things that are hopefully useful or a little fun
- git-newspaper — your repo history, as a victorian-era newspaper.
npm, 116★ - scamp — a pixel-art cat for your terminal.
rust, 34★ - sys-gazette — system stats, in print
- opencode-evermemos-plugin — persistent memory for opencode.
typescript
python c++ typescript javascript · react next node · linux docker · pandas numpy sklearn when the mood strikes
snake setup
Create .github/workflows/snake.yml in your profile repo with:
name: Generate Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Platane/snk@v3
with:
github_user_name: LordAizen1
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Then enable GitHub Actions for the profile repo and let it create the output branch.





