Skip to content
View Shiv-Patil's full-sized avatar

Organizations

@crux-bphc @swdNucleus @peer-safe @bphcerp

Block or report Shiv-Patil

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. A small Pokémon battle game written ... A small Pokémon battle game written in pure python. ANSI-supported terminal required.
    1
    import random
    2
    import re
    3
    
                  
    4
    _strip_ANSI_escape_sequences_sub = re.compile(r"\x1b\[[;\d]*[A-Za-z]", re.VERBOSE).sub
    5
    
                  
  2. streamora streamora Public

    A live streaming platform

    TypeScript