Giter Club home page Giter Club logo

home's Introduction

计算机废物自学指北

Netlify Status

home's People

Contributors

mancuoj avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

home's Issues

交流

你好,我对你们的项目很感兴趣,请问是否可以进一步交流?
我的邮件是:[email protected]

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • chore(deps): update fontsource monorepo to v5.0.9 (@fontsource/ibm-plex-sans, @fontsource/jetbrains-mono)

Detected dependencies

npm
package.json
  • @fontsource/ibm-plex-sans ^5.0.5
  • @fontsource/jetbrains-mono ^5.0.5
  • katex ^0.16.8
  • lxgw-wenkai-lite-webfont ^1.7.0
  • markdown-it-imsize ^2.0.1
  • markdown-it-mark ^3.0.1
  • markdown-it-smartarrows ^1.0.1
  • markdown-it-texmath ^1.0.0
  • medium-zoom ^1.0.8
  • vitepress 1.0.0-rc.4
  • vue ^3.3.4

  • Check this box to trigger a request for Renovate to run again on this repository

cheatsheets suggestions

  • hello world
package main

import "fmt"

func main() {
  msg := greet("world")
  fmt.Println(msg)
}

func greet(name string) string {
  return "Hello, " + name + "!"
}
  • variables
var msg string
var msg = "hello"
var msg string = "hello"

// shortcut, infers type
msg := "hello"
  • others

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.