Skip to content
View sktse's full-sized avatar
Drinking coffee
Drinking coffee

Block or report sktse

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

    Well hello Mr. Fancy Pants...

    Python 1

  2. scavenger-hunt scavenger-hunt Public

    Competitively finding things at home

    Python 1

  3. hockeybuggy/pivotal-tracker-epic-diagram hockeybuggy/pivotal-tracker-epic-diagram Public

    Generate diagrams of stories and their blockers as a graph

    Rust 1

  4. How to Keep Pull Requests Manageable How to Keep Pull Requests Manageable
    1
    # How to Keep Pull Requests Manageable
    2
    * There are a lot different things you can try to keep pull requests manageable.
    3
    * These pointers are not meant to be rules, but merely guidelines when possible.  Due to the nature of what you are working on, some of these techniques may not be possible (or incredibly difficult).
    4
    
                  
    5
    ![More like guidelines](https://cloud.githubusercontent.com/assets/11049883/24661604/cdbe858a-1920-11e7-90e5-26dc6ebb1596.gif)
  5. Code snippet to programmatically gen... Code snippet to programmatically generate the pyspark structs from RETS table metadata
    1
    def generate_pyspark_structs(client):
    2
        property_resource = client.get_resource("Property")
    3
        property_class = property_resource.get_class("Property")
    4
        meta = property_class.table
    5
    
                  
  6. The Python equivalent of Bing Maps d... The Python equivalent of Bing Maps decompression algorithm
    1
    # Bing Maps Decompression Algorithm - Python
    2
    
                  
    3
    ## Description
    4
    
                  
    5
    * Bing Maps compresses their polygon information.