Skip to content
View LordAizen1's full-sized avatar
🐈
🐈

Highlights

  • Pro

Block or report LordAizen1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LordAizen1/README.md

md kaif (sussybaka)

cs graduate from iiit delhi. class of 2026.


now

  • shipping side projects
  • building small weird things that are hopefully useful or a little fun

things i've made

stack

python c++ typescript javascript · react next node · linux docker · pandas numpy sklearn when the mood strikes

find me

portfolio · linkedin


github contribution snake


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.

Pinned Loading

  1. git-newspaper git-newspaper Public

    Generate a Victorian broadsheet newspaper from any git repository's history

    JavaScript 116 6

  2. scamp-cat scamp-cat Public

    A small pixel-art cat that wanders, naps, and washes her paws in your terminal.

    Rust 34 1

  3. sys-gazette sys-gazette Public

    JavaScript 3 1

  4. opencode-evermemos-plugin opencode-evermemos-plugin Public

    TypeScript 2 1

  5. Qiskit-Global-Summer-School Qiskit-Global-Summer-School Public

    All 4 exercises from IBM's QGSS 2024.

    Jupyter Notebook

  6. llamaindex-rag-app llamaindex-rag-app Public

    RAG document Q&A: upload PDF/DOCX/Markdown and ask questions with cited answers. FastAPI + LlamaIndex + ChromaDB + OpenAI backend with an eval harness, rate limiting, and a Next.js UI. Deployable t…

    Python