Skip to content
View algj's full-sized avatar

Block or report algj

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
algj/README.md

Hi, I'm algj! 👋

I'm a Full-Stack Developer, data extraction engineer.

Let's Connect! 🤝

Pinned Loading

  1. xtrail xtrail Public

    Simple X11 cursor trails and effects

    C 2

  2. tilixng tilixng Public

    Forked from gnunn1/tilix

    A tiling terminal emulator for Linux using GTK 3 with a few PRs merged

    D

  3. splitpad-drivers-poc splitpad-drivers-poc Public

    This was done ASAP. This code is a huge mess.

    JavaScript 12

  4. node-raw-socket node-raw-socket Public

    Forked from nospaceships/node-raw-socket

    Raw sockets for Node.js.

    C 1

  5. wp-container.sh wp-container.sh
    1
    #!/bin/bash
    2
    
    
    3
    cleanup() {
    4
        if [ -n "$MYSQL_CONTAINER_ID" ]; then
    5
            echo "Stopping MySQL container..."