Skip to content
View the-mysh's full-sized avatar

Block or report the-mysh

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. well-id/dliswriter well-id/dliswriter Public

    An open-source Python package for writing DLIS files.

    Python 8 4

  2. signum signum Public

    NumPy-based signal data container tools

    Python

  3. fuzzy-fuss fuzzy-fuss Public

    Fuzzy logic reasoning tools

    Python

  4. rl-coursework rl-coursework Public

    Code for assignments in Reinforcement Learning course, University of Lisbon, autumn semester 2025/2026

    Jupyter Notebook

  5. python-tutorials python-tutorials Public

    Materials for Python programming course (CS1028 Programming for Science and Engineering) at the University of Aberdeen, fall semester 2019/2020

    Python 2 2

  6. commit-images.bat commit-images.bat
    1
    @ECHO OFF
    2
    set msg=%1
    3
    IF "%msg:"=.%"==".." (set msg="Added images from local folder")
    4
    ECHO %msg%
    5