The Wayback Machine - https://web.archive.org/web/20250319143607/https://github.com/BussyBakks
Skip to content
View BussyBakks's full-sized avatar
:shipit:
:/
:shipit:
:/

Organizations

@thenoppy12

Block or report BussyBakks

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BussyBakks/README.md
// BussyBakks.java
import org.apache.logging.log4j.LogManager; // i will never use it again 
import org.apache.logging.log4j.Logger; // i will never use it again

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

// about me
public class Main {
  public static void main(String[] args) {
    private static final Logger logger = LoggerFactory.getLogger("BussyBakks");

    private static final String RealName           = "Nguyen Van Ngu";
    private static final String YearOfBirth        = "2010";
    private static final String GithubUsername     = "BussyBakks";
    private static final String LangIWorked        = "Batch, Python, Java, new C# (.NET framework)";
    private static final String Gender             = "nope .-.";
    private static final String Pronouns           = "just call me 'they/them'...";
    private static final String LordWebsiteDirect  = "https://thenoppy12.github.io";
    private static final String LordWebsite        = "https://thenoppy12.is-a.dev";
    private static final String Country            = "Vietnam";
    private static final String MinecraftUsername  = "thenoppy12";
    private static final String Discord            = "fkris.thenoppy12";
    private static final String ContributorAt      = "rejetto/hfs";

    logger.info("welcum to my profile:D")
  }
}
// build.gradle
plugins {
    id 'java'
}

repositories {
    mavenCentral()
}

dependencies {
    implementation 'org.slf4j:slf4j-api:{the_latest}'
    implementation 'ch.qos.logback:logback-classic:{the_latest}'
}

Pinned Loading

  1. thenoppy12/thenoppy12.github.io thenoppy12/thenoppy12.github.io Public

    my web lord ye

    HTML 1

  2. NgrokLAN-Reyoung NgrokLAN-Reyoung Public archive

    Forked from Alujjdnd/Ngrok-LAN

    NgrokLAN repo forked by Ngrok-LAN for 1.17.1+ but been remaked for 1.16.5

    Shell

  3. java-fix-intelhd3000 java-fix-intelhd3000 Public

    database file to fix java GLFW compatibility on intel hd 3000 with opengl 3.1

    1

  4. uninstallUWPtool uninstallUWPtool Public archive

    my handmade UWP apps uninstaller:D

    Batchfile

  5. rejetto/hfs rejetto/hfs Public

    HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.

    TypeScript 2.6k 262