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

Block or report Damercy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting 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 .txt file. Fast forward to 2024, we're here creating readme's for ourselves. Like READ-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 my blog and listen to some good music like the one on the right!

spotify-github-profile

me-avatar

Pinned Loading

  1. IncrementDecrementButton IncrementDecrementButton Public

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

    Kotlin 21 1

  2. Quoter Quoter Public

    Browse & copy quotes to share among your socials!

    Kotlin 3

  3. CustomKeyboard CustomKeyboard Public

    Minimal Gpay like keyboard that you can customize! ⌨️

    Kotlin 8

  4. dayaonweb dayaonweb Public

    Portfolio website built using flutter.

    JavaScript 1

  5. Begin_Race Begin_Race Public

    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
    let nodes=[];
    2
    function setup() {
    3
      createCanvas(600, 400);
    4
      const numNodes = 3;
    5
      for(let i=0;i<numNodes;i++)