Skip to content
View sharmuz's full-sized avatar
  • UK

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
sharmuz/README.md

Ahoy! ✌️

I'm Muz, a programmer based in the UK.

Work 🔬

My day job is in biopharma R&D, where I mostly use Python for Machine Learning. Sadly all the cool stuff I've written is locked behind an enterprise Github account :(

Open-source 🦀

Outside of the day job I prefer to code in Rust. Take a look at my (slowly growing) set of free and open-source software:

  • 📚 Spine is a simple tool to manage your book collection from the comfort of your own terminal!

If any of these interest you, feel free to give them a whirl, ask a question, open an issue or best of all make a contribution :)

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