Giter Club home page Giter Club logo

m3p's Introduction

๐Ÿ™‹โ€โ™‚๏ธ Introdutions

My name is Adharudin you can call me luisadha. from West Java, Indonesian. As an Scripter and Android enthusiast, I'm passionate about Tech, I enjoy playing with Android devices, playing doesn't mean gaming here, playing refers to modding, customizing, styling the homescreen, touching up settings or configurations, and etc. As soon as I get a new Android device, the first thing I do is, install the termux app and root the device if I want to.

I'm always eager to learn new things and meet new people. Looking forward to connecting with you!"

I am currently maintaining a repo

  • mana

And still learning web languages and python.

๐Ÿ‘จโ€๐Ÿ’ป Quotes

import json

class Person:
    def __init__(self, name, username, age, hobbies, job):
        self.name = name
        self.username = username
        self.age = age
        self.hobbies = hobbies
        self.job = job

    def to_dict(self):
        return {
            "name": self.name,
            "username": self.username,
            "age": self.age,
            "hobbies": self.hobbies,
            "job": self.job
        }

if __name__ == "__main__":
    me = Person(
        name="Adharudin",
        username="luisadha",
        age=23,
        job="Software engineer",
        hobbies=["code", "game", "music"]
    )
print(json.dumps(me.to_dict(), indent=2))

๐Ÿ—พ My Waifu

Mikasa_Mikoto Nijika_Ijichi

๐Ÿ“Š GitHub Stats:



๐Ÿ† GitHub Trophies

โœ๏ธ Random Dev Quote

๐Ÿ˜‚ Random Dev Meme


๐Ÿ’ฐ You can help me by Donating

BuyMeACoffee

Also visit

Codeberg

m3p's People

Contributors

luisadha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

m3p's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.