Skip to content
Avatar
🌈
Decentralizing the WWW
🌈
Decentralizing the WWW

Organizations

@Bumblebee-Project @DomoTop @Mobile-Benchmark @LibreWeb
Block or Report

Block or report danger89

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.

Report abuse

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

Report abuse
danger89/README.md

Melroy van den Berg here 👋

My GitLab Server! Melroy's Blog My Dot files Sourcehut My Blog Twitter LinkedIn

🔭 I’m currently working on / be free to collaborate on 🚀:

Continuously learning 📕...

❤️ Sponsor me:

📫 Chat:

Matrix Telegram

💡 Knowledge area

and much more ...

Pinned

  1. LibreWeb Browser - Decentralized Web Browser (mirror of https://gitlab.melroy.org/libreweb/browser)

    C 6 3

  2. Cmake, Ninja, Boost, ccpcheck/ccplint, doxygen Docker image

    Dockerfile 2 3

  3. xfcevdi Public

    Debian Docker image with XFCE (+more!) leveraging X2Go protocol. Mirror of: https://gitlab.melroy.org/melroy/xfcevdi

    Shell 8 7

  4. PHP Metacritic API - Mirrored by my GitLab

    PHP 31 11

  5. dotfiles Public

    Melroy's Dot files (Linux)

    CSS

  6. 1
    CREATE TABLE IF NOT EXISTS `country` (
    2
      `id` int(11) NOT NULL AUTO_INCREMENT,
    3
      `iso` char(2) NOT NULL,
    4
      `name` varchar(80) NOT NULL,
    5
      `nicename` varchar(80) NOT NULL,