Skip to content
View Asterism12's full-sized avatar
  • Tencent
  • Beijing
  • 13:18 (UTC +08:00)
Block or Report

Block or report Asterism12

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

🍵Asterism12

About Me

  • ⚡ Just getting started
  • ⛄ Try to make life interesting
  • 💬 You have something to code ?

Pinned

  1. BUAA-SE-CompilingZero BUAA-SE-CompilingZero Public

    手动实现一个完整的 C0 编译器 并且能够输出在标准虚拟机或其他目标机上可运行的代码。

    C++ 3

  2. stream4 stream4 Public

    Stream4 is a JAVA-stream-style Go library using generics, allows streaming operation with up to 4 types.

    Go

  3. awc awc Public

    Aster Wechat Console 是一个微信公众号后台,通过命令行式的交互提供各项服务。

    Go

  4. Repeater-Mirai-Console Repeater-Mirai-Console Public

    我是一个无情的复读机器

    Kotlin

  5. many many Public

    a converter of schema of map[string]any and []any in Go

    Go

  6. how to traverse fields of struct in Go how to traverse fields of struct in Go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"reflect"