Skip to content
View Voldrix's full-sized avatar
Block or Report

Block or report Voldrix

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. Create animated thumbnail with ffmpe... Create animated thumbnail with ffmpeg in bash
    1
    #!/bin/bash
    2
    #Creates an animated thumbnail of a video clip
    3
    #This script uses scene cuts instead of fixed time intervals, and does not work well for videos with few/infrequent scene cuts
    4
    if [ -z "$1" ];then echo "Usage: <Video Files...> [outputs to same dir as input]" &>2;exit 1;fi
    5
    
                  
  2. DeviantArt_Gallery DeviantArt_Gallery Public

    Browse DeviantArt more quickly as a minimalist image gallery

    JavaScript 1

  3. Fail1Ban Fail1Ban Public

    A Linux kernel module firewall and userspace log parser and auto-banner. Uses pipes, much faster than fail2ban :-)

    C

  4. Chicnado Chicnado Public

    Minimalist, pure PHP, static image gallery generator. No branding, for seamless integration.

    PHP 2

  5. magic_square_of_squares_calculator magic_square_of_squares_calculator Public

    Brute force a 3x3 magic square of squares extremely quickly

    C

  6. MyTableViewer MyTableViewer Public

    An ultra minimalist, read-only database table viewer for MySQL / MariaDB

    PHP