Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@Voldrix
Voldrix
Follow
View Voldrix's full-sized avatar

Ben Goriesky Voldrix

Block or report Voldrix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

PinnedLoading

  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
    unsignedchar*rgb_to_monochrome(unsignedchar*rgbImg,intwidth,intheight,intcolorspace,intweighted) {//RGB(A) -> Mono
    2
    unsignedchar*monoImg=malloc(width*height);
    3
    intm=0,n=0;
    4
      registerr=width*height;
    5
  3. Fail1BanFail1BanPublic

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

    C 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. (php + mysql)

    JavaScript 10

  6. Video_ClipperVideo_ClipperPublic

    Clip / crop video segments, and concatenate them into a highlight reel. Simple and clean single page web app

    HTML


[8]ページ先頭

©2009-2025 Movatter.jp