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

Block or report kulvind3r

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

    Gameplay Time Tracker for PC and Emulator games on Windows

    PowerShell 64 2

  2. Quick reference guide for setting up... Quick reference guide for setting up well generated self-signed / trusted certificates for your internal https connection requirements
    1
    # SSL Certs Cheatsheet
    2
    
                  
    3
    A quick guide to do all things certificate related.
    4
    
                  
    5
    ### 1. Self signed certificate and private key
  3. A bare bones en/decryption script ba... A bare bones en/decryption script based on aes-256-cbc algo. Handy to store file based secrets securely.
    1
    #!/bin/bash
    2
    set -e
    3
    SCRIPT_NAME=$0
    4
    OPT=$1
    5
    FILES_PATH=$2
  4. Minimalist git multi script. Make al... Minimalist git multi script. Make alias 'gm' to script, use as "gm <git_command>" to run command across multiple checked out git repos.
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    ARG="$1"
    5
    WORK_DIR=$(pwd)
  5. Instead of using <build_number>, ver... Instead of using <build_number>, version build artefacts using git tags. Maintain history and remove dependency on your CI server.
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    SCRIPT=$0
    5
    ARG=$1
  6. ESThemes ESThemes Public

    A collection of Emulation Station Themes