Skip to content
View RobertHue's full-sized avatar

Block or report RobertHue

Report abuse

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

Report abuse
RobertHue/README.md

Hi there!

  • 🔧 📄 Likes well-written, -designed, -documented, tested & easy to maintain code
  • 🐧🌱 Linux Mint Desktop User
  • 🎨🖌️ Loves doing 3D art (Blender) and 3D-printing (FLM & SLA) it
  • 🌳🤸‍♀️ Enjoys going for walks, doing mobility workout and strength training

What I am using

Languages

Tools & Software

Environments

Pinned Loading

  1. video2images video2images Public

    Converts a video into images filtered for photogrammetry, suitable for use in software like Meshroom.

    Python 2

  2. yt_dlp_wrapper yt_dlp_wrapper Public

    Wrapper for yt-dlp, designed to download audio or video from provided URLs.

    Python

  3. fur-pattern-generator fur-pattern-generator Public

    FPG is used for generating fur patterns. It utilizes the cellular automata algorithm developed by David Young. It can be used as a add-on within Blender or in a standalone GUI application.

    Python 2

  4. MCTS-ConnectFour MCTS-ConnectFour Public

    Implementation of an AI in the game Connect-Four using Monte Carlo Tree Search (MCTS) and QT.

    C++ 1

  5. Linux dash script to perform increme... Linux dash script to perform incremental backups using rsync
    1
    #!/bin/dash
    2
    
                  
    3
    # A script to perform incremental backups using rsync and a backup device
    4
    #
    5
    # Usage:
  6. bash-script that updates the pi, pih... bash-script that updates the pi, pihole and sends a status via email
    1
    #!/bin/bash
    2
    # Description: This bash-script updates the pi, pihole and sends a status via email
    3
    # Author: RobHue
    4
    # Pre-Requisites: 
    5
    # -  install pihole (see https://docs.pi-hole.net/main/basic-install/)