Skip to content
View Charnelx's full-sized avatar
  • Ukraine
Block or Report

Block or report Charnelx

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. Windows-10-Toast-Notifications Windows-10-Toast-Notifications Public

    Forked from jithurjacob/Windows-10-Toast-Notifications

    Python library to display Windows 10 Toast Notifications

    Python 12 9

  2. django-split-settings django-split-settings Public

    Forked from wemake-services/django-split-settings

    Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

    Python

  3. django_fast_count django_fast_count Public

    Fast approximate count method for Django ORM

    Python

  4. overbot overbot Public

    Python

  5. thread_local thread_local Public

    Class based implementation of thread local object

    Python

  6. Simple LSH implementation Simple LSH implementation
    1
    # this implementation is based on two gist by Sri Santhosh Hari:
    2
    # https://gist.github.com/santhoshhari/52d8b7acd39c1b744736d7591497ae39#file-hashtable-py
    3
    # https://gist.github.com/santhoshhari/9962431c9a8055365f9d46a773e78d47#file-lsh-py
    4
    
                  
    5
    from collections import Counter