Skip to content
View gelez's full-sized avatar
💭
I may be fast to postpone
💭
I may be fast to postpone
  • company
  • Russia, Netherlands, Russia

Block or report gelez

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. awesome-deep-learning awesome-deep-learning Public

    Forked from ChristosChristofidis/awesome-deep-learning

    A curated list of awesome Deep Learning tutorials, projects and communities.

  2. forgejo_backup forgejo_backup Public

    Init, backup, restore scripts for Forgejo + PostgreSQL Docker setup

    Shell

  3. gelez gelez Public

    My research items

    Jupyter Notebook

  4. YTText YTText Public

    Tool provide text from youtube videos

    C#

  5. Python implementation Tarvainen et.a... Python implementation Tarvainen et.al. "An Advanced Detrending Method With Application to HRV Analysis"
    1
    def tarvainen_filter(sig, lam):
    2
        """ Returns detrended signal
    3
        
    4
        Keyword arguments:
    5
        sig - input signal (1d array)
  6. python implementation of password ge... python implementation of password generator based on xkcd comics: https://imgs.xkcd.com/comics/password_strength.png
    1
    import math
    2
    import random
    3
    
                  
    4
    if __name__ == '__main__':
    5
        # configuration