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

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.

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. Meteobridge-Weather34-Template Meteobridge-Weather34-Template Public

    Github repository for the Meteobridge version of the weather34 template

    PHP 18 10

  2. 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
  3. SWG-Runtime-Calculator SWG-Runtime-Calculator Public

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

    6

  4. BIGTREETECH-TouchScreenFirmware BIGTREETECH-TouchScreenFirmware Public

    Forked from bigtreetech/BIGTREETECH-TouchScreenFirmware

    support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70

    C

  5. Marlin_Q5 Marlin_Q5 Public

    Forked from MarlinFirmware/Marlin

    Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for yo…

    C++