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

Block or report jbouwens

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

    JavaScript

  2. gitcleanup gitcleanup Public

    Programmatically remove merged branches

    C# 1

  3. automatically download streams automatically download streams
    1
    #!/bin/bash
    2
    
    
    3
    LOGFILE=~/Documents/twitch_log.txt
    4
    FILENAME=~/Documents/channels.txt
    5
    WORKING_DIR=/mnt/5TB/twitch
  4. notion-cli-hs-dockerized notion-cli-hs-dockerized Public

    Dockerfile

  5. AutoHotkey Script for Automating Win... AutoHotkey Script for Automating Windows 11 VPN Connection. It allows for automated vpn login by entering predefined username and password.
    1
    ; Doesn't handle 2 factor auth. Not not be terrible if you are rarely prompted for an SMS code like me.
    2
    ; Only tested with a single vpn connection. If you have multiple you may have to add tabs ...
    3
    #Requires AutoHotkey v2.0
    4
    SendMode("Input")
    5
    SetWorkingDir(A_ScriptDir)