Skip to content
View GeorgySk's full-sized avatar

Block or report GeorgySk

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

    Implementation of an algorithm for a polygon decomposition by Hert, S. and Lumelsky, V., 1998

    Python 5

  2. pdan pdan Public

    Implementation of the algorithm by Skorobogatov et al., 2021, for decomposition of convex polygons.

    Python 1

  3. NotionRoll NotionRoll Public

    A Google Chrome extension that adds a button to Notion's table views for selecting a random record.

    JavaScript

  4. Inverse transform sampling (https:/... Inverse transform sampling (https://codereview.stackexchange.com/questions/196286/inverse-transform-sampling)
    1
    import operator
    2
    from typing import Iterator
    3
    
                  
    4
    import numpy as np
    5
    import sympy as sym