Skip to content
View jinva's full-sized avatar
😜
I may be slow to respond.
😜
I may be slow to respond.

Block or report jinva

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

Jinva

I am a Freelancer, graduated from the Department of E-commerce, South China Normal University. I hope to be a Full-stack in the future.

  • 🔭 I’m focus on something interesting .
  • 🌱 I’m learning Laravel.
  • 📚 I want to learn Python later.
  • 💬 Ask me about How to use Github Pages to host a personal blog.

🔬 Tech && Tools Preference

HTML5 CSS3 Sass JavaScript PHP Git GitHub VS Code MySQL Redis Linux Docker

📫 How to reach me:

Pinned Loading

  1. Shell - Get latest release from GitHub Shell - Get latest release from GitHub
    1
    
                  
    2
    get_latest_release() {
    3
      curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api
    4
        grep '"tag_name":' |                                            # Get tag line
    5
        sed -E 's/.*"([^"]+)".*/\1/'                                    # Pluck JSON value
  2. weather weather Public

    基于高德开放平台的 PHP 天气信息组件

    PHP 1