Skip to content
View NobodydeBunny's full-sized avatar
😾
Open to work
😾
Open to work

Highlights

  • Pro

Block or report NobodydeBunny

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
NobodydeBunny/README.md
███╗   ██╗ ██████╗ ██████╗  ██████╗ ██████╗ ██╗   ██╗
████╗  ██║██╔═══██╗██╔══██╗██╔═══██╗██╔══██╗╚██╗ ██╔╝
██╔██╗ ██║██║   ██║██████╔╝██║   ██║██║  ██║ ╚████╔╝ 
██║╚██╗██║██║   ██║██╔══██╗██║   ██║██║  ██║  ╚██╔╝  
██║ ╚████║╚██████╔╝██████╔╝╚██████╔╝██████╔╝   ██║   
╚═╝  ╚═══╝ ╚═════╝ ╚═════╝  ╚═════╝ ╚═════╝   ╚═╝   

> whoami

Sandakelum Kumarasiri — NobodydeBunny 🐇

AI Dev · Mobile App Dev · CyberSec (sometimes) · Web Dev (rarely) · Anime & Cat Lover

"Why work hard when you can work smart?" 😴⚡

Typing SVG


LinkedIn Instagram Twitter/X Discord


🧠 About Me

class NobodydeBunny:
    def __init__(self):
        self.name        = "Sandakelum Kumarasiri"
        self.alias       = "NobodydeBunny 🐇"
        self.location    = "Sri Lanka 🇱🇰"
        self.status      = "Open to Work 🟢"

        self.main_focus  = [
            "🤖 AI / ML Development  ← PRIMARY",
            "📱 Mobile App Dev (MAD) ← PRIMARY",
        ]

        self.side_quests = [
            "🔐 Cybersecurity  (when curiosity strikes)",
            "🌐 Web Dev        (when someone asks nicely)",
            "🖼️ Graphic Design (when I need something)"
        ]

        self.languages_spoken = ["English 🇬🇧", "Japanese 🇯🇵", "Sinhala 🇱🇰"]

        self.traits      = {
            "curiosity"    : "∞  — will google anything at 2am",
            "lazy_factor"  : "Maximum  (aka peak efficiency mode 😴)",
            "problem_solve": "Smartest + easiest path. Always.",
            "learning"     : "Constant. About everything. Forever.",
        }

        self.loves       = ["🎮 Games","🐱 Cats", "🎌 Anime", "🧠 Random rabbit holes"]

    def philosophy(self):
        return "If it is good for me, it is good. 😸"

🚀 Skills & Tech Stack

🤖 AI / ML — Primary Domain

Python TensorFlow OpenCV Jupyter NumPy Matplotlib Scikit-learn

📱 Mobile App Dev (MAD) — Primary Domain

Java Android Android Studio

🔐 CyberSec & 🌐 Web — Occasional Mode

Kali Linux Linux JavaScript HTML5 CSS3

🛠️ Other Languages & Tools

C++ Git GitHub VS Code Windows PyGame


🌐 Languages I Speak

🗣️ Language 🌍 📊 Level
Sinhala 🇱🇰 Native
English 🇬🇧 Fluent
Japanese 🇯🇵 Fluent

🎯 Domain Map

🤖 AI Development

Training models, building
smart systems, making
computers think 🧠
📱 Mobile App Dev

Native Android apps
that actually work™
Java + Android Studio
🔐 CyberSec

Poking at things legally
Curious about everything
(mostly 😈)
🌐 Web Dev

When the stars align
and someone needs
a website ⚡

📊 GitHub Stats

GitHub Streak

Trophies


💬 Living By

"The past makes you wanna die out of regret, and the future makes you depressed out of anxiety. So by elimination, the present is likely the happiest time."

Hachiman Hikigaya · Oregairu 🧠


🐱 Games,Cats & Anime — A Non-Negotiable Lifestyle

Three things I will always have time for, no matter how "productive" I'm supposed to be.

anime girl    

📡 Let's Connect

Got a cool AI project? A MAD collab? A CTF you need a lazy genius for? Or just wanna play Game or talk anime, cats?

Discord

Slide into the DMs. I don't bite(probably). I refactor. 🐇


Profile Views GitHub followers

// Thanks for stopping by. Now go build something awesome.
System.out.println("Nobody was here. 🐇🐱");

Pinned Loading

  1. Study_Break_Timer Study_Break_Timer Public

    Interval is a native Android application built with Java that implements the Pomodoro technique — a time management method that alternates focused study sessions with short breaks. Users can regist…

    Java

  2. QR_Code_creator QR_Code_creator Public

    simple python app and webhosted site for creation of text to QR codes

    Python

  3. PlantGrowthMonitor PlantGrowthMonitor Public

    Plant growth monitor algorithms that use openCV and matplotlib libraries and python programming language

    Jupyter Notebook 4

  4. Rex-Move Rex-Move Public

    RexMove is a simple 2D game built with Python and Pygame. You control a character that moves left and right using A and D, while dodging falling meteors. The goal is to survive as long as possible …

    Python