Skip to content
View prince-ravi-leow's full-sized avatar
Block or Report

Block or report prince-ravi-leow

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. SimplerTimer SimplerTimer Public

    ⏱️ A simple interactive-first timer for all your Python timekeeping needs

    Python 2

  2. SeqTools SeqTools Public

    A small collection of tools for working with sequence files in a Python-based environment.

    Python

  3. track-split-timestamp track-split-timestamp Public

    Python-based audio file splitter

    Python 2

  4. Prevent file overwriting with this s... Prevent file overwriting with this simple trick (sysadmins hate him!)
    1
    def overwhy(dir, basename, ext):
    2
        """
    3
        Prevent file overwriting by appending formatted date+timestamp for non-unique filename.
    4
        Example:
    5
            Following non-unique filename query:
  5. snippet-make snippet-make Public

    Convert text into VS Code Snippet

    Python