Skip to content
View cosmocode-source's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report cosmocode-source

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
cosmocode-source/README.md



Typing SVG



        

followers    total stars


---

😄 About Me

I'm a Computer Science student at PES University, India who builds across the full stack — from MERN collaboration platforms and SDN controllers to cloud security dashboards and gesture-based CV systems. I care about understanding how systems actually work at a low level, then building something real on top of that.

  • 🔭 Currently working on cloud security posture management, SDN control planes & network telemetry
  • 🌱 Currently learning deeper systems programming, async Python patterns & OpenFlow internals
  • 🤖 Exploring real-time computer vision — hand tracking, OS-level control, multi-architecture systems
  • 👯 Looking to collaborate on networking tools, security automation, or anything systems-level
  • 🏗️ PES University shaped my systems thinking — first-year C games to third-year OpenFlow controllers
  • 📍 Based in India  |  📦 Treating documentation as part of the craft


🛠️ My Favorite Tools


👨‍💻 Programming Languages


🧰 Frameworks & Libraries


☁️ Networking, Security & Cloud

Mininet    Ryu    OpenFlow


🗄️ Databases & Hosting


💻 Tools



🔨 Things I've Built


Project What it does Stack
🔒 Multi-Cloud Security Management Flask CSPM dashboard — auto-detects authenticated cloud CLI (Azure/AWS/GCP/OCI), audits misconfigs (open storage, unencrypted disks, disabled logging, open firewall rules, MFA gaps), auto-remediates via shell scripts, exports JSON + HTML compliance reports Python · Flask · Shell · Azure · AWS · GCP · OCI
📡 QoS Priority Controller (SDN) Ryu SDN controller on OpenFlow 1.3 with L2 MAC learning, stateful firewall (attacker block + server isolation), and QoS traffic prioritization across a 6-host Mininet topology — plus a background RTT telemetry thread and per-protocol packet counters Python · Ryu · Mininet · OpenFlow 1.3
✅ TaskMan Full-stack collaborative project management SPA — team invitations, public + private threaded discussions, project-scoped file management, prioritized announcements, task workflow engine (proposed → todo → in-progress → done), JWT-authenticated REST API React · Vite · Node.js · Express · MongoDB · JWT
📈 GitEternal Automated GitHub traffic archival tool — harvests clone/view data weekly before GitHub's 14-day expiry, commits it into a private git vault (orphan branch), and generates a self-contained GitHub Pages dashboard; zero external infrastructure Python · GitHub Actions · GitHub Pages
📊 Network Download Analyzer Automated network probe that cron-downloads 100MB test files from global servers, records latency, TCP handshake time, throughput and transfer variance into MongoDB Atlas, then renders a Python analytics dashboard with hourly trends, server comparisons and congestion windows over 24 hours Python · MongoDB Atlas · Azure
🤚 Hand Gesture Media & Mouse Control Real-time MediaPipe hand tracking converts webcam gestures into media + mouse actions at the OS level via PyAutoGUI — two architectures in separate branches: fully local (low latency, offline) and browser-based remote control via FastAPI + web UI Python · MediaPipe · OpenCV · FastAPI · PyAutoGUI
🕹️ The Vault of Echoes Windows text-adventure in C — 4 puzzle rooms, multi-threaded background music via winmm.lib, real-time countdown timer thread, 3 difficulty modes with hint penalties, inventory system, achievements, and animated credits; first-year mini project built with 4 collaborators C · Win32 API · winmm.lib · Multithreading


📊 GitHub Stats & Activity


🔥 Streak Stats


📈 Stats & Languages

Arin's GitHub Stats


Note: Top languages reflects what's in my public repos, not my experience level.


🌐 3D Contribution Calendar

3D Contribution Graph


⚡ Contribution Activity Graph

Arin's Activity Graph



🏆 GitHub Trophies



🐍 Contribution Snake

GitHub contribution snake animation



📍 Right Now

🔐  Cloud Security & SDN      ████████████      CSPM, OpenFlow, network telemetry
🌐  Full-Stack Web            █████████         MERN, REST APIs, JWT auth
🤖  Computer Vision           ███████           MediaPipe, real-time OS control
🐍  Python Tooling            ██████████        Async, GitHub Actions
⚙️  Systems Programming       ████              C, Win32, low-level internals

  • 🎓 CS student at PES University — learning by building real things
  • 🔐 Going deeper into cloud posture management, SDN, and network analysis
  • 🤖 Sharpening real-time CV pipelines and OS-level control systems
  • 📦 Polishing every repo — documentation and architecture are part of the build


📫 Find Me

        



"Build things that interest you. The skills follow."


Pinned Loading

  1. Network_Download_Analyzer Network_Download_Analyzer Public

    This project measures internet download performance over time. A Python program automatically downloads a 100MB test file from different servers and records information like download speed, latency…

    Python

  2. LAN-Network-Analyzer-For-Multiple-Devices LAN-Network-Analyzer-For-Multiple-Devices Public

    In this repo we just connect to same LAN and download files from a server desktop to Multiple client desktops. This gives us a detailed report on the throughput, latency, download time and traffic …

    Python

  3. Multi-Cloud-Security-Management Multi-Cloud-Security-Management Public

    A Flask-based web application that automatically detects, audits, and remediates misconfigurations across multiple cloud environments.

    Shell

  4. Hand-Gesture-Based-Media-Mouse-Control Hand-Gesture-Based-Media-Mouse-Control Public

    Gesture-controlled system that uses a webcam and MediaPipe hand tracking to control media playback and mouse actions in real time. Includes a web UI, FastAPI backend, mode switching (MEDIA/MOUSE), …

  5. QoS-Priority-Controller QoS-Priority-Controller Public

    This a Problem solving and learning exercise is designed by PES University to increase the understanding of how SDN works in the network layer. We use Mininet and Ryu as simulator and controller of…

    Python

  6. EscapeRoom-Game EscapeRoom-Game Public

    A text based adventure game for a first year C mini project.

    C