Skip to content
View ChrisMzz's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ChrisMzz

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ChrisMzz/README.md

Hello :D


My name's Chris and I'm a French student who really likes math and programming (mostly math but still), so I'm putting some of the things I've done here on GitHub in hopes that it will be helpful to someone at some point.

I've been using surface-level batch for a solid 10 years now, and have been studying Python for quite a while now. I guess I could also mention that I know a bit of HTML, PHP and CSS, and you could throw JavaScript into the mix because I'm a proud user of GeoGebra, which got me into learning basics of JS (I definitely find myself needing it from time to time). I can't really describe how good or bad I am with them because I don't really have a good grasp on what's considered good or bad around here, so I'll let you look at my code and judge for yourself.
Again, still learning, so for the more experienced people here, don't be too harsh ^^'

As previously mentionned, I like math a lot, so as of 2023 I'm still a student but that's probably the field I'm the most knowledgeable in, and as you can probably imagine from a math student who likes computers, I use LaTeX on a daily basis. To be more specific, I'm currently a student at the Computational and Mathematical Biology master in Aix-Marseille Université.

Apart from math, I guess I should probably mention I have a huge history with music production (Chris Mzz. on Spotify and YouTube if that's something you're into 👀) and I also have plans to get a career in Numerical Analysis, either to work in music plugin production or biotech.

If you want to e-mail me, my student e-mail is christopher.mazzerbo@etu.univ-amu.fr, so feel free if you need help with any project, I'd be happy to help ^^

A couple mentions that don't deserve being in a proper sentence because I don't want to embarrass myself (I'll try including examples of some projects when I upload them) : Matlab (because AMU gave us a license lol), Lua (for Noita modding), Java (school projects), C# (Hollow Knight modding, and modding in general), Scheme (GIMP scripting is a NIGHTMARE)

Pinned

  1. fractal-art fractal-art Public

    Dedicated to exploring function spaces in all their glory

    Python 1

  2. algch algch Public

    My personalised algebra python library

    Python

  3. haskell-scripts haskell-scripts Public

    To store my Haskell scripts

    Haskell

  4. StardewValleyMods StardewValleyMods Public

    Collection of mods I wrote for Stardew Valley

    C# 1

  5. Sexual selection model for Computati... Sexual selection model for Computational Biology course (IBM)
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    import seaborn as sns
    4
    try: # imports tqdm for aesthetics (I'm sorry), but just uses regular range if you don't have it
    5
        import tqdm