Skip to content
View YUX's full-sized avatar
swimming
swimming

Block or report YUX

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

👋 Hello! I'm YUX.

TwitterGitHubinstagramTelegram

import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple = ("Golang", "Mandarin", "Python", "C++", "français", "English")
    ongoing     : tuple = ("CSAPP")
    todos       : tuple = ("JuliaLang", "Rust⚙️")
    gears       : tuple = ("Maths", "m1 mba", "vscode", "vim", "Debian", "raspi 4")
    misc        : tuple = ("TensorFlow", "Docker", "Mathematica")
    edu         : tuple = ("Sorbonne Université Campus Pierre et Marie Curie", "Beijing University of Technology")
    
    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
​

Pinned Loading

  1. floo floo Public

    High-throughput, token-authenticated tunneling built in Zig.

    Zig 46 1

  2. axion axion Public

    Zig 11