Skip to content
View gtgt's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report gtgt

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

Pinned

  1. lazy-bundle lazy-bundle Public

    Additions to Symfony 3.4.x/4.x/5.x (and Doctrine) for lazy developers.

    PHP

  2. docker-postfix docker-postfix Public

    An alpine/openrc based postfix docker compose recipe

  3. Script to build static php Script to build static php
    1
    #!/bin/bash
    2
    U=${SUDO_USER:=${USER}}
    3
    if [[ -x `which realpath` ]]; then
    4
    	T=$(realpath ${BASH_SOURCE[0]:=${0}})
    5
    else
  4. ffmpeg - random filename segment pat... ffmpeg - random filename segment patch (this way you only need to protect the playlist, not the segments)
    1
    diff --git a/libavformat/utils.c b/libavformat/utils.c
    2
    index 17ae300..7ff8c22 100644
    3
    --- a/libavformat/utils.c
    4
    +++ b/libavformat/utils.c
    5
    @@ -3809,6 +3809,36 @@ uint64_t ff_ntp_time(void)
  5. AndroidHunspellService AndroidHunspellService Public

    Forked from mweimerskirch/AndroidHunspellService

    Android spellchecking service that uses the modified Hunspell engine from the Chromium project.

    C++