Skip to content
View Damercy's full-sized avatar
:octocat:
Living a lie.
:octocat:
Living a lie.

Block or report Damercy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse
Damercy/README.md

cover-image

I first got to know about readme's when I was exploring the directory of a game and back then it was a simple.txtfile. Fast forward to 2024, we're here creating readme's for ourselves. LikeREAD-ME,get it?

Tools & Frameworks that I ❤️

Why should I check you out ❓

Well there's no reason to, truth be told! But I can try to make you laugh with some ✨awesome✨ jokes. For starters, how about this one?

Jokes Card

✒️ 🎵

I occasionaly write about stuff in myblogand listen to some good music like the one on the right!

spotify-github-profile

me-avatar

Pinned Loading

  1. IncrementDecrementButton IncrementDecrementButtonPublic

    Zomato/Swiggy like increment decrement button library for android. Available as both composable as well as XML based library! Simple & easy to use. 📱 ⚡

    Kotlin 19 1

  2. Quoter QuoterPublic

    Browse & copy quotes to share among your socials!

    Kotlin 3

  3. CustomKeyboard CustomKeyboardPublic

    Minimal Gpay like keyboard that you can customize! ⌨️

    Kotlin 6

  4. dayaonweb dayaonwebPublic

    Portfolio website built using flutter.

    JavaScript 1

  5. Begin_Race Begin_RacePublic

    A racing game made using python's pygame library. Inspired by sentdex.

    Python 3

  6. Basic representation of a neural net... Basic representation of a neural network layer in web canvas
    1
    letnodes=[];
    2
    functionsetup(){
    3
    createCanvas(600,400);
    4
    constnumNodes=3;
    5
    for(leti=0;i<numNodes;i++)