Skip to content
View Voldrix's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  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" ];thenecho"Usage: <Video Files...> [outputs to same dir as input]"&>2;exit 1;fi
    5
  2. Seam Carving with Sobel in CSeam Carving with Sobel in C
    1
    unsigned char*rgb_to_monochrome(unsigned char*rgbImg, intwidth, intheight, intcolorspace, intweighted) { //RGB(A) -> Mono
    2
    unsigned char*monoImg=malloc(width*height);
    3
    intm=0, n=0;
    4
     register r=width*height;
    5
  3. Fail1BanFail1BanPublic

    Web bot filter. Kernel module firewall. Log parser and auto-banner.

    C 1 1

  4. magic_square_of_squares_calculatormagic_square_of_squares_calculatorPublic

    Brute force a 3x3 magic square of squares extremely quickly

    C

  5. TellorTellorPublic

    Minimalist single-user kanban todo app. Can import from Trello. (LAMP)

    JavaScript 13

  6. CocktailKeeperCocktailKeeperPublic

    Minimalist Personal Drink Recipes

    C