Skip to content
View ameisehaufen's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ameisehaufen

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 Loading

  1. BibleMarkdown BibleMarkdown Public

    Bíblia em formato Markdown com imagens de SweetPublishing

    Shell 16 2

  2. abntex2esao abntex2esao Public

    Modelo em LaTeX ABNTeX adaptado para o Trabalho de Conclusão de Curso da Escola de Aperfeiçoamento de Oficiais (EsAO), conforme MATAD 2022.

    TeX 2

  3. atadereuniao atadereuniao Public

    Ata para reuniões, simples, em latex para facilitar seu trabalho.

    TeX 2

  4. docker-telegram-cli-tgcli docker-telegram-cli-tgcli Public

    Docker container with telegram-cli (tgcli) python app to allow send message using bots.

    Dockerfile 1

  5. kmrecollwebui kmrecollwebui Public

    Python 2

  6. Remove the watermark in Refaceapp Vi... Remove the watermark in Refaceapp Videos. You can remove zenity if you do not want graphical progress bar.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    arquivos_selecionados=( "$@" )
    4
    for filePath in "${arquivos_selecionados[@]}"; do
    5
        ffmpeg -i "$filePath" -vf "delogo=x=20:y=20:w=170:h=70" -c:a copy "nologo-$filePath" | zenity --width 500 --title "$(basename $0 .sh)" --text "Aguarde o término do processo para $filePath" --progress --pulsate --auto-close