Skip to content
View RahulBiju-dev's full-sized avatar

Highlights

  • Pro

Block or report RahulBiju-dev

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
RahulBiju-dev/README.md

Hey, I'm Rahul! 👋

4th-semester CS engineering student passionate about coding and learning new tech. Excited to build projects and grow as a developer!

🔧 Skills

Languages: Python, C, Javascript, Icarus Verilog, Bash, SQL, MATLAB

Web Frameworks: MongoDB, Express.js, React.js, Next.js

Tools: Git, VS Code, Linux (Fedora)

🚀 Projects

AI-CLI-Agent: A modular Python CLI wrapper for Ollama allows agents to automate mundane OS tasks.

Bit-Compress: Implementation of algorithms used to compress binary data.

libdeck39: A C library to interpret and represent decks of cards in memory using 6-bit encoding per card. This allows us to store a whole deck of 52 cards in 39 bytes

PPTX-PDF-Tools: A suite of PPTX and PDF tools (conversion and merging).

📫 Get in Touch

GitHub: RahulBiju-dev

Email: rahulbiju.dev@gmail.com

Feel free to explore my repos and reach out to me!

Pinned Loading

  1. libdeck39 libdeck39 Public

    A high-performance C library designed for extreme memory optimization in card game state management. By utilizing custom bit-packing logic, libdeck39 compresses a full 52-card deck into just 39 byt…

    C

  2. AI-CLI-Agent AI-CLI-Agent Public

    A privacy-first, local AI desktop agent. Wraps Gemma 4 in a modular Python framework, enabling autonomous web searching and system-level tool execution directly from the Linux terminal. Zero API ke…

    Python 1

  3. pptx-pdf-tools pptx-pdf-tools Public

    PPTX and PDF tools

    Python

  4. bit-compress bit-compress Public

    Compresses a string of bits using compression algorithms

    C 2