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

Block or report YUX

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 59 4

  2. axion axion Public

    Zig 23 3