Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View torkelicious's full-sized avatar
💣
💣
  • 17:26 (UTC +02:00)

Highlights

  • Pro

Block or report torkelicious

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. nexus-no-wait-pp nexus-no-wait-pp Public

    GitHub host for Nexus No Wait++

    JavaScript 6

  2. Editor Editor Public

    "tangentröra" Simple C# Terminal based Text Editor

    C#

  3. iwlwifi-configurer iwlwifi-configurer Public

    Short bash script I use to configure my Intel Wifi drivers for better connectivity with my card on Linux systems.

    Shell 2

  4. bt-autocn.sh | Simple bash script to... bt-autocn.sh | Simple bash script to try and connect to bluetooth adresses read from a config file untill a connection succeeds.
    1
    #!/bin/bash
    2
    
                  
    3
    cfgFile="$HOME/.config/btautocon/btautocon.cfg" # This is the file where the Adresses are stored, one per line
    4
    declare -a addrs=()                             # Array for adresses we read from the file
    5