Giter Club home page Giter Club logo

🙋‍♂️ 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

Luis Adha's Projects

.customrc icon .customrc

$EXTERNAL_STORAGE/.customrc : a .customrc for complete magisk module "Terminal Modification" by skitless9823

alfetch icon alfetch

Alfetch - a CLI Bash script to show system information on Android devices in termux.

alrc-termux icon alrc-termux

Official repo of Alrc-termux is a sourceable file like .bashrc but separate from it.

anti-hangman icon anti-hangman

Anti-hangman like hangman games but it's difference , written in Bash script

bio icon bio

Config files for my GitHub profile.

blk icon blk

deleting selected folders/files is listed in black notes.

d2df icon d2df

D2DF stands for Destroy or Disable the Default Folder a small tool to disable some features or permanently remove unwanted folders, manually deleting it the media system can still create a folder on the sdcard (default automatically) and then I named it the default folder. **Termux Compatible**.

drawercli icon drawercli

This cli app supports using termuxlauncher as your primary launcher for Android phones, interactively and easily install. That's simply the Termuxlauncher Add-on built with fzf🚀

expresssimpleboilerplate icon expresssimpleboilerplate

Kerangka project Express JS dengan tambahan ES2015, ESLint, Webpack, Babel, beberapa middleware pengaman, Worker Threads, mock data generator, dan masih banyak lagi.

m3p icon m3p

$ANDROID_ROOT/etc/mkshrc : Mkshrc Mood Mod Project

memorandum icon memorandum

View the contents of a .memo file with this simple cli tool | built with bash + python

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.