Skip to content
View waimus's full-sized avatar

Block or report waimus

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. CryMonoFPS CryMonoFPS Public

    CryEngine 5 C# FPS Template.

    Shell 3

  2. Lucas Lucas Public

    Basic Discord.py bot for fun. I wrote this script for a bot I named Lucas. Responses to a word in a sentence, commands, and GIF search commmand powered by Giphy. But this is a one-file-mess.

    Python 1 1

  3. GoDuck GoDuck Public

    Quick and basic implementation of DuckDuckGo Instant Answer API using Godot Engine and GDScript. This does not use the full search result from DuckDuckGo. In an okay-ish state at the moment.

    GDScript 1

  4. HazePanel HazePanel Public

    Custom Plasma Desktop panel contains several preconfigured plasmoids.

    JavaScript 1

  5. FFMPEG cheatsheet. FFMPEG is magnifi... FFMPEG cheatsheet. FFMPEG is magnificent but I don't.
    1
    # FFMPEG Cheatsheet
    2
    personal cheat *bookmark* of `ffmpeg` commands I've used. I may only add new *cheat* whenever I duck-searched `ffmpeg` commands to use, which I don't use `ffmpeg` everyday.
    3
    
                  
    4
    ## Convert video to GIF
    5
        ffmpeg -ss 2 -t 9 -i input.mkv -vf "fps=10,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
  6. Firefox CSS tabs toolbar auto hide. Firefox CSS tabs toolbar auto hide.
    1
    /* tab bar auto hide */
    2
    @-moz-document url(chrome://browser/content/browser.xul),
    3
                   url(chrome://browser/content/browser.xhtml) {
    4
    
                  
    5
      /* show tabs toolbar when navigator-toolbox gets hovered */