Skip to content
View sunnymax2002's full-sized avatar

Block or report sunnymax2002

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. machine-reasoning machine-reasoning Public

    Efficient, Explainable Machine Reasoning

    Python

  2. my-learning my-learning Public

    Various topics and courses I take and their notes, code etc

    SystemVerilog

  3. sunny-tools sunny-tools Public

    Various useful tools developed by sunnymax2002

    Python

  4. Wrapper over Treelib to easily gener... Wrapper over Treelib to easily generate and update required data for nicegui Tree
    1
    from typing import Dict
    2
    from treelib import Node, Tree
    3
    
                  
    4
    class TreeNode:
    5
        """If parent_id is -1, node at root level"""