Skip to content
View asowder3943's full-sized avatar
  • Charlottesville, Virginia

Highlights

  • Pro
Block or Report

Block or report asowder3943

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. kneecap-prototype kneecap-prototype Public

    See https://gist.github.com/asowder3943/023687f76dafedfad48cf85ae19dca57

    Python

  2. Useful One Liners and Small Scripts Useful One Liners and Small Scripts
    1
    # Useful One Liners and Small Scripts
    2
    
                  
    3
    - [Useful One Liners and Small Scripts](#useful-one-liners-and-small-scripts)
    4
      - [Windows](#windows)
    5
        - [Remote Administration](#remote-administration)
  3. Downloading All Github Repos of a Gi... Downloading All Github Repos of a Given User or Organization
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    # gharchive is a simple script for downloading all 
    5
    # github repositories associated with a given user or organization
  4. lagrassa-wordpress-showcase lagrassa-wordpress-showcase Public

    Wordpress Creation For La Grassa Italian Restaurant

  5. Web Scraping on Linux with xdotool a... Web Scraping on Linux with xdotool and Python
    1
    # Web Scraping on Linux with xdotool and Python Original Creation: (2017)
    2
    ### Read Time: 20 minutes
    3
    ## Introduction
    4
    In this post, I am going to demonstrate how to do some simple web scraping with xdotool and the pyperclip Python module.
    5
    
                  
  6. r6-map-scraper r6-map-scraper Public

    A Scraper for https://www.ubisoft.com/en-us/game/rainbow-six/siege/game-info/maps

    JavaScript