Skip to content
View quietjoy's full-sized avatar

Block or report quietjoy

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. ansible-bender ansible-bender Public

    Forked from ansible-community/ansible-bender

    ansible-playbook + buildah = a sweet container image

    Python

  2. Lean Lean Public

    Forked from QuantConnect/Lean

    Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#, VB, Java)

    C#

  3. kaniko-terraform-ecs kaniko-terraform-ecs Public

    Kaniko demo project for creating container CI/CD in ecs fargate using terraform

    HCL

  4. Get wifi networks and passwords Get wifi networks and passwords
    1
    # The following is a powershell script to get all previously joined wifi networks and passwords for windows systems
    2
    
                  
    3
    # The number of lines skipped in the following command may need to be altered if "Group policy profiles" are available
    4
    $profiles = $(netsh wlan show profiles)  -split "\n" | Select-Object -Skip 9 | Select -SkipLast 1
    5