Skip to content
View MauRiEEZZZ's full-sized avatar
💭
Come on, Jump!
💭
Come on, Jump!

Block or report MauRiEEZZZ

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. wortell/PSHelpers wortell/PSHelpers Public archive

    This PowerShell module contains multiple helper functions to help reduce redundant code for our projects and day to day usage.

    PowerShell 2 1

  2. HeroVsRobot HeroVsRobot Public

    Forked from LearnVisualStudio/HeroVsRobot

    A casual ASP.NET Web Forms game based on Azure designed to help Advanced Beginners learn.

    JavaScript

  3. Blog https://wordpress.com/post/mcpf... Blog https://wordpress.com/post/mcpforlife.com/48 option 1 step 4
    1
    context = adal.AuthenticationContext(authority_host_uri, api_version=None)
    2
    code = context.acquire_user_code(keyvault_resource_uri, client_id)
    3
    print(code['message'])
    4
    kv_token = context.acquire_token_with_device_code(keyvault_resource_uri, code, client_id)
    5
    kv_credential = AADTokenCredentials(kv_token, client_id)
  4. sysmonAsString.ps1 sysmonAsString.ps1
    1
    $sysmonAsString="H4sIAAAAAAAAC+y9f2BUxdU/vLvZJEtY..."
    2
    
                  
    3
    $ByteArray = [System.Convert]::FromBase64String($sysmonAsString)
    4
    
                  
    5
    [System.IO.File]::WriteAllBytes('.\Sysmon.exe', $ByteArray);
  5. VTX Power switching via transmitter ... VTX Power switching via transmitter switch (Opentx/Betaflight/Tramp/Smartaudio)
    1
    --
    2
    -- *Fixed version of wkochFPV for BF 3.5
    3
    -- Original: https://github.com/betaflight/betaflight/issues/3094#issuecomment-302953603
    4
    -- Note: If you put it on a 3-way switch and go from first to third position fast it may not register correctly so better step through slowly
    5
    --
  6. syslogoms syslogoms Public

    a docker image containing omsagent and rsyslog configured to send syslogs to CommonSecurityLogs

    Python 2