Skip to content
View sharmuz's full-sized avatar

Block or report sharmuz

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. This is the default licence for all ... This is the default licence for all repositories and gists I have made publicly available on my Github profile, where no licence is present in the repository/gist itself.
    1
    MIT License
    2
    
                  
    3
    Copyright (c) Muzher Sharif
    4
    
                  
    5
    Permission is hereby granted, free of charge, to any person obtaining a copy
  2. spine spine Public

    A simple CLI tool to manage your book collection, written in Rust.

    Rust

  3. Basic MCP usage Basic MCP usage
    1
    #!/usr/bin/env -S uv run --script
    2
    #
    3
    # /// script
    4
    # requires-python = ">=3.13"
    5
    # dependencies = [
  4. A useful pattern to serialize a mode... A useful pattern to serialize a model (or other object) when JSON won't cut it.
    1
    # /// script
    2
    # requires-python = ">=3.14"
    3
    # dependencies = []
    4
    # ///
    5
    import copyreg