Skip to content
View BillyDoesDev's full-sized avatar
💭
waddlin'
💭
waddlin'

Highlights

  • Pro

Block or report BillyDoesDev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
BillyDoesDev/README.md

~/init.sh

{
    "Name": "Dhrubajyoti Mandal",
    "TechStack": {
        "Languages": ["Python", "C/C++", "Java", "JS", "C#"],
        "Web": ["React", "Flask", "PHP", "ASP.NET"],
        "ML": ["TensorFlow", "OpenCV", "sklearn"],
        "Tools": ["Docker", "Git", "AWS", "MongoDB"],
    },
    "Experience": [
        {
            "Role": "Research Intern",
            "Org": "Samsung R&D (SRI-B)",
            "Highlights": [
                "Image rotation algorithm (1.3x faster)",
                "Optimized with ARM NEON SIMD"
            ]
        },
        {
            "Role": "President, AISOC @ KIIT",
            "Highlights": [
                "Led 100+ member AI society",
                "Built bots for event automation"
            ]
        }
    ],
    "Swagger": "Uses Arch, btw",
    "Summary": "CS major into applied math, ML, and building scalable tech."
}

Notable Projects

A little bit for the visual learners

waddles

intro

Metrics

#!/usr/bin/python3
print("".join([chr(sum([(dict(zip([str(_) if _ < 10 else chr(_+87)for _ in range(16)],[_ for _ in range(16)]))[c]<<_<<_<<_<<_)for _, c in enumerate("4834434b5221"[i:i+2][::-1])]))for i in range(0,len("4834434b5221"),2)]))

Pinned Loading

  1. Steganography Steganography Public

    A small python script that allows you to hide secret messages inside images and vice-versa

    Python 5

  2. minesweeper minesweeper Public

    The classic Minesweeper, written in Python3, designed for the command line

    Python 1

  3. blueberry blueberry Public

    Blueberry - your personalized AI assistant. This was the stuff I made for a hackathon in college, which won 1st place :O

    JavaScript 2

  4. mini-project-thingy mini-project-thingy Public

    A tool using LangChain and RAGs to provide a psychological analysis of dreams – a group mini project for Uni.

    JavaScript 2

  5. github-contrib-cal github-contrib-cal Public

    Draw tf out on the world's best canvas - GitHub Contribution Calendar!

    Python

  6. notificationd notificationd Public

    A RESTful API to send notifications to users.

    Python