Skip to content
View HeMuling's full-sized avatar
📖
Studying
📖
Studying

Highlights

  • Pro

Block or report HeMuling

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

Pinned Loading

  1. awesome-ai-api-projects awesome-ai-api-projects Public

    A list of projects that can use various ai api 可以使用ai api的各种项目列表

    3 1

  2. MachineLearningNote MachineLearningNote Public

    机器学习笔记:基础+论文

    Typst

  3. word-memorization word-memorization Public

    基于ChatGPT帮助单词记忆,让ChatGPT生成单词的解释或词根等,并将相关内容本地储存,再次查询时本地调用

    Python 2

  4. Useful Typst Code: Adjust the page n... Useful Typst Code: Adjust the page number style, set the starting page number, and customize the heading and outline styles.
    1
    // set differnet name for different levels of title
    2
    #set heading(numbering: (..numbers) => {
    3
      let level = numbers.pos().len()
    4
      if (level == 1) {
    5
        return numbering("第一部分", numbers.pos().at(level - 1))