The 3 GitHub projects open sourced by Tencent are conscientious enough!

1. System cleaning tool

Last year, Tencent open sourced a system cleaning tool: Tencent Lemon Cleanup, which can systematically solve the problem of macOS device space.

Focusing on the cleaning function, it provides customized cleaning solutions for hundreds of software, provides professional cleaning suggestions, and helps users easily complete one-click cleaning.

The main functions include: deep scan cleanup, large file cleanup, duplicate file cleanup, similar photo cleanup, browser privacy cleanup, application uninstallation, start-up item management, and custom status bar display information.

Open source address: https://github.com/Tencent/lemon-cleaner

2. Open source Markdown editor

Cherry Markdown Editor is a Javascript Markdown editor with features such as out-of-the-box, lightweight and simple, and easy to expand. It can run on the browser or server (NodeJs).

When the syntax supported by the Cherry Markdown editor does not meet the developer's needs, secondary development or function expansion can be carried out quickly.

At the same time, the CherryMarkdown editor should be implemented by pure JavaScript, and should not rely on framework technologies such as Angular, Vue, and React. The framework only provides a container environment.

Open source address: https://github.com/Tencent/cherry-markdown

Recommend an open source and free Spring Boot most complete tutorial:

https://github.com/javastacks/spring-boot-best-practice

Support Markdown syntax

form support

icon

Multi-cursor batch editing

3. Code Security Guidelines

Code security guidelines for developers to sort out risk points at the API level and provide detailed and feasible secure coding solutions. This code security guide can be used as a daily reference for developers or as a repair guide when modifying vulnerabilities.

Open source address: https://github.com/Tencent/secguide

Recent hot article recommendation:

1. 1,000+ Java interview questions and answers (2022 latest version)

2. Brilliant! Java coroutines are coming. . .

3. Spring Boot 2.x tutorial, too comprehensive!

4. Don't fill the screen with explosions and explosions, try the decorator mode, this is the elegant way! !

5. The latest release of "Java Development Manual (Songshan Edition)", download quickly!

Feel good, don't forget to like + forward!

Guess you like

Origin blog.csdn.net/youanyyou/article/details/130711387