Skip to content
View DvdGiessen's full-sized avatar

Sponsoring

@micropython

Organizations

@mindhashnl
Block or Report

Block or report DvdGiessen

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. virtual-clock virtual-clock Public

    A tiny library for configurable virtual clocks

    JavaScript 14 3

  2. nginx-rtmp-docker nginx-rtmp-docker Public

    Dockerfile for building lightweight nginx + rtmp module for replicating streams

    Dockerfile 102 38

  3. DBSR DBSR Public

    DBSR: Database Search & Replace

    PHP 37 14

  4. microphone-mute-indicator microphone-mute-indicator Public

    Tiny program for showing microphone mute status in the Windows taskbar

    Rust 26 3

  5. Simple process launcher for Windows ... Simple process launcher for Windows written in x64 assembly
    1
    extrn GetStartupInfoW: PROC
    2
    extrn CreateProcessW: PROC
    3
    extrn ExitProcess: PROC
    4
    
                  
    5
    .data
  6. Small dynamic DNS update script for ... Small dynamic DNS update script for a domain in TransIP
    1
    #!/bin/bash
    2
    
                  
    3
    # Script for automatically updating DNS records using the TransIP API.
    4
    # Supports IPv4 and IPv6 and can update both the primary domain as well as subdomains.
    5
    # Requires you to have curl, dig, and openssl installed.