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

Block or report exlted

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

    This is a self-hosted streaming infrastructure system. Think StreamLabs, but you're in control. Long term, we intend to support as many platforms as possible!

    Rust 4

  2. Jump-Location Jump-Location
    1
    using module Simple-Settings
    2
    $storageLoc = Join-Path $PSScriptRoot "jumpConf.xml"
    3
    $global:Storage = New-Object SettingsObj -ArgumentList $storageLoc
    4
    
                  
    5
    New-Alias Jump-Location Move-Location
  3. shortlink.psm1 shortlink.psm1
    1
    using module Simple-Settings
    2
    using module Error-Handling
    3
    
                  
    4
    $ProgramListStorageLoc = Join-Path $PSScriptRoot "progList.xml"
    5
    $global:ProgramList = New-Object -TypeName SettingsObj -ArgumentList $ProgramListStorageLoc