Skip to content
View Mapbaya's full-sized avatar

Block or report Mapbaya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Mapbaya/README.md
Typing SVG

Animation Animation 2

GitHub followers GitHub stars


About

#!/bin/bash

STATUS="operational"
MODE="stealth"
TRACE=1

execute() {
    [[ "$MODE" == "stealth" ]] && return 1
    echo "[+] $1"
}

# 코드는 모든 것을 말한다
get_repos() { printf '%s\n' "${repos[@]}"; }

main() {
    echo "[*] Status: $STATUS | Mode: $MODE | Trace: $TRACE"
}

main "$@"

"In the shadows of code, truth emerges."
"코드의 그림자 속에서 진실이 나타난다"


Tools

"The right tool for the right moment..."
"올바른 순간에 올바른 도구를"

Check repositories for details.


Stats

GitHub Stats

Top Languages


Projects

Projects

"Every project tells a story..."
"모든 프로젝트는 이야기를 전한다"

Explore repositories to discover more.
저장소를 탐색하여 더 알아보세요.


Collaboration

"Alone we are limited; together we are limitless."
"함께하면 제한이 없다"

I love collaborating on interesting projects! 🚀

Don't hesitate to reach out if you have an exciting project, want to collaborate, or need help with something.
흥미로운 프로젝트가 있다면 망설이지 말고 연락주세요!

Open to meaningful collaborations, open-source contributions, and innovative tech solutions.


Contact

"The best connection is through code."
"코드를 통한 연결이 최선이다"

Available through GitHub.


"In code we trust, in silence we build"

"코드를 믿고, 침묵 속에서 구축한다"

Made with ❤️ and ☕

"Code is the art, commit is the signature."
"코드는 예술이고, 커밋은 서명이다."

Pinned Loading

  1. Academic-Management-Portal Academic-Management-Portal Public

    A web-based portal for managing academic activities, including user authentication, course tracking, and administrative tools. Built with PHP, HTML, CSS, and JavaScript.

    PHP

  2. OpenVpn-Server OpenVpn-Server Public

    Secure OpenVPN server with automated setup, SSL/TLS certificates, and network optimizations

    Shell

  3. Poloka Poloka Public

    A lightweight and secure blockchain implemented in C/C++. This project demonstrates the core principles of blockchain technology, including block creation, hashing, proof-of-work, and peer-to-peer …

    C++