GitStats - statistics tool for all Git submission records

If you are a member of the R & D effectiveness team or engaged in CI/CD or DevOps In addition to providing infrastructure, indicators and data are also a very important part. For example, it is necessary to analyze the code submission of a Git warehouse: Who submitted the most codes for the warehouseWhat is the activity of the warehouse ...

Added by cx323 on Fri, 21 Jan 2022 22:40:00 +0200

Django framework | personal blog website small project

1, Create project The project is based on GitHub Hosting websites for source code 1. Create a remote repository of source code: blog 2. Clone remote warehouse Note: git needs to be installed. Enter "git" on the windows terminal to test the environment Note: you need to install the virtual environment (pyt ...

Added by rudy.siregar on Fri, 21 Jan 2022 18:13:59 +0200

git learning notes

When installing git, you can go directly to the GIT official website, but the download is slow, Domestic images can be used: http://npm.taobao.org/mirrors/git-for-windows/ After installation, the following message appears after the Windows key is pressed: We can use Git Bash About commands in git cd .. //Used to return to the previous di ...

Added by TheWart on Wed, 19 Jan 2022 19:46:05 +0200

Basic use of git (configuration file, log / reference log, version fallback, undo elimination, modify commit submission)

0 background This article is summarized in the git tutorial of gitcode. 1 History In order to manage the code merging of the Linux system, Linus Torvalds used the distributed version control system BitKeeper at the beginning. Since the permission is withdrawn later, Linus firmly opposes CVS and SVN (although it is free, it is not only sl ...

Added by runelore on Wed, 19 Jan 2022 08:44:29 +0200

Kubernetes HPA controllable elastic scaling based on Prometheus custom indicators

stay Did you use Kubernetes autoscale correctly The article describes in detail how to use Kubernetes' automatic scaling. There are three main types of elastic expansion in Kubernetes: HPA, VPA and CA. This article will not be explained in detail. Those who are interested can see that article. Here we mainly focus on the horizontal scaling of ...

Added by flyersun on Tue, 18 Jan 2022 22:59:02 +0200

The tools hidden by programmers can easily realize project development. A command initiates Merge Request project code submission and consolidation, and the Code View reviewer can be specified

The tools hidden by programmers can easily realize project development. A command initiates Merge Request project code submission and consolidation, and the Code View reviewer can be specified. In the development of the latest git project, the merge request tool is launched with one click to automatically identify the local environment. It sup ...

Added by slipster70 on Tue, 18 Jan 2022 21:33:33 +0200

[github excellent AI project] realize 4K60 frame video human body real-time matting

Project address: https://github.com/PeterL1n/RobustVideoMatting article: Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML! Powerful video matting function in PyTorch, TensorFlow and TensorFlow. js,ONNX,CoreML! Stable video matting (RVM) Thesis Robust High-Resolution Video Matting with Temporal Guidance The offi ...

Added by cybercog on Tue, 18 Jan 2022 15:47:28 +0200

Consolidate warehouses and keep submission history

Recently, the warehouse has been rectified, and it is planned to use the warehouse management mode of mono repo to manage the company code. Therefore, it is necessary to merge the original scattered warehouses, but the development requires that the submission history of the original warehouse be retained. Scenario: I have two warehouses, rep ...

Added by shooff2332 on Tue, 18 Jan 2022 10:15:54 +0200

Learn Git and Github, start here!

1, IntroductionGit is a free and open source distributed version control system. Due to its small footprint and fast performance, Git is superior to other SCM tools (SVN, CVS, etc.) and is mainly used for code version management.GitHub is a Git based free version control repository (a concentration of open source projects). Anyone can upload or ...

Added by djcritch on Sat, 15 Jan 2022 04:46:25 +0200

Super detailed coding practice allows your springboot application to identify pedestrians, cars, dogs and meow stars in the picture (JavaCV+YOLO4)

Welcome to my GitHub https://github.com/zq2599/blog_demos Content: classification and summary of all original articles and supporting source code, involving Java, Docker, Kubernetes, DevOPS, etc; Overview of this article stay Three minutes: fast experience JAVA version of target detection (YOLO4) In this article, we experienced the power ...

Added by ded on Fri, 14 Jan 2022 19:33:05 +0200