Skip to content
View lightmaster's full-sized avatar

Block or report lightmaster

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.

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. OrcaSlicer-bambulab OrcaSlicer-bambulab Public

    Forked from FULU-Foundation/OrcaSlicer-bambulab

    C++

  2. Meteobridge-Weather34-Template Meteobridge-Weather34-Template Public

    Github repository for the Meteobridge version of the weather34 template

    PHP 19 10

  3. Find all .mp4 files in the current d... Find all .mp4 files in the current directory and subdirectories and convert them into .mkv files without re-encoding. This does not lose any quality and the resulting files are the same size as the originals. This will also repair any .mp4 files which do not have `ctts atom`, which can cause playback issues in numerous players. It will delete its own temp files, but will not alter the original .mp4 files.
    1
    #!/bin/bash
    2
    
                  
    3
    if ! [ -x "$(command -v mkvmerge)" ]; then
    4
      echo 'Error: mkvmerge is not installed.' >&2
    5
      exit 1
  4. SWG-Runtime-Calculator SWG-Runtime-Calculator Public

    A spreadsheet to help calculate what percent and how long to run your Salt Water Chlorine Generator

    10