Skip to content
View ikurnosov's full-sized avatar

Block or report ikurnosov

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 250 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. Script to copy objects from one S3 a... Script to copy objects from one S3 account into another S3 account
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    from typing import List, Tuple, Optional
    4
    import boto3
    5
    import logging
  2. 30-seconds-of-code 30-seconds-of-code Public

    Forked from Chalarangelo/30-seconds-of-code

    Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.

    JavaScript

  3. euclifora euclifora Public

    Migrates your YouTrack tickets to your JIRA

    JavaScript