Skip to content
View Wahaze's full-sized avatar

Block or report Wahaze

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. codebase-merger codebase-merger Public

    A Python script to merge your project's entire code base into a single text file: you will get all the codes from all files in one. It recursively scans directories, intelligently ignoring dependen…

    Python

  2. project-lines-of-code-counter project-lines-of-code-counter Public

    This Python script recursively scans a project directory, ignoring folders like node_modules. It aggregates all text files into a single .txt file and generates a rich HTML report with overall proj…

    Python