8000 cutejiuges (cutejiuge) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View cutejiuges's full-sized avatar
  • Hang Zhou, Zhe Jiang, CN
  • 15:22 (UTC +08:00)

Block or report cutejiuges

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

Typing SVG

Hi, I'm cutejiuge !

Software Engineering Graduated From NWAFU

Bilibili 第五长卿 Leetcode cutejiuge GitHub cutejiuges GitHub cutejiuges

A little more about me

type aboutMe struct {
  Pronouns  []string
  Languages []string
  Hobbies   []string
  FunFact   string
}

func main() {
  cutejiuge := &aboutMe{
    Pronouns:  []string{"He", "Him"},
    Languages: []string{"Golang", "Java", "Rust", "Python"},
    Hobbies:   []string{"Coding", "Gaming", "Sleeping"},
    FunFact:   "Not only programmer, but also designer more!",
  }

  fmt.Println("Pronouns: ", cutejiuge.Pronouns)
  fmt.Println("Languages I Know: ", cutejiuge.Languages)
  fmt.Println("My Hobbies: ", cutejiuge.Hobbies)
  fmt.Println("Fun Fact: ", cutejiuge.FunFact)
}

About My Github


Ashutosh's github activity graph

Pinned Loading

  1. leetcode-practice leetcode-practice Public

    leetcode题库练习

    Go 1

  2. hello-algo hello-algo Public

    Forked from krahets/hello-algo

    《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing

    Java

  3. easy-pan easy-pan Public

    java版本简易网盘实现

    Java

  4. tangseng tangseng Public

    Forked from CocaineCong/tangseng

    Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信息检索系统

    Go

0