Skip to content
View AlexeyGy's full-sized avatar
Block or Report

Block or report AlexeyGy

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
AlexeyGy/README.md

Hi there fellow traveller πŸ‘‹

I am a software engineer currently at G.

  • πŸ”­ I’m currently working in the Google Assistant org
  • 🌱 I’m currently learning UX/UI design πŸ§‘β€πŸŽ¨
  • πŸ¦‰ Check out my blog on Medium
  • πŸ“« Find me on LinkedIn
  • πŸŽ₯ Check out my wife's and my YouTube channel (in Russian) vivatexpat@
  • πŸ˜„ Pronouns: he/him/his.

Pinned

  1. NCS2-frontend NCS2-frontend Public

    JavaScript 3 3

  2. Convert MS COCO Annotation to Pascal... Convert MS COCO Annotation to Pascal VOC format for python3 and with tqdm
    1
    import baker
    2
    import json
    3
    import os
    4
    from cytoolz import merge, join, groupby
    5
    from cytoolz.compatibility import iteritems
  3. NCS2-server NCS2-server Public

    read more on medium

    Python 2 4

  4. Dark Souls Deaths Counter Dark Souls Deaths Counter
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    
                  
    4
    import struct
    5
    import sys
  5. insert-date insert-date Public

    A slim Go application for Windows that lets you insert the current date, e.g., 2020-01-20 (ISO8601) into any text by pressing CTRL+ALT+D.

    Go