Skip to content
View jwilson8767's full-sized avatar
🐟
Feeling focused
🐟
Feeling focused
Block or Report

Block or report jwilson8767

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. Wait for an element to exist. ES6, P... Wait for an element to exist. ES6, Promise, MutationObserver
    1
    // MIT Licensed
    2
    // Author: jwilson8767
    3
    
                  
    4
    /**
    5
     * Waits for an element satisfying selector to exist, then resolves promise with the element.
  2. Geopandas concurrent sjoin Geopandas concurrent sjoin
    1
    from concurrent.futures import as_completed, ProcessPoolExecutor
    2
    import geopandas as gpd
    3
    import pandas as pd
    4
    import numpy as np
    5
    from collections.abc import Sequence
  3. drupal-cloudformation drupal-cloudformation Public

    Python 6 1

  4. template-literals-cli template-literals-cli Public

    Provides a simple way to build ES6 Template Literals into static html files with an optional yaml or json config/data file.

    JavaScript 1

  5. Beep for WSL Beep for WSL
    1
    
                  
    2
    
                  
    3
    def beep():
    4
        # try to use windows sound to beep
    5
        try: