An open API service indexing awesome lists of open source software.

https://github.com/snippetors/snippets

code snippets, copy & run
https://github.com/snippetors/snippets

algorithms code-snippets data-structures vuepress vuepress-plugin

Last synced: about 1 month ago
JSON representation

code snippets, copy & run

Awesome Lists containing this project

README

          

[![Snippets Logo](docs/.vuepress/public/images/hero.svg)](http://snippets.ink/)

# snippets

code snippets, copy & run

[snippets.ink](http://snippets.ink)

[![VuePress Check](https://github.com/Snippetors/snippets/actions/workflows/vuepress_check.yml/badge.svg?branch=v0.1.6)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/vuepress_check.yml)
[![Build](https://github.com/Snippetors/snippets/actions/workflows/build.yml/badge.svg)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/build.yml)
[![Website](https://img.shields.io/website?up_message=online&url=http%3A%2F%2Fsnippets.ink)](http://snippets.ink)
[![GitHub package.json version](https://img.shields.io/github/package-json/v/Snippetors/snippets?color=blue)](https://github.com/Snippetors/snippets)
[![GitHub](https://img.shields.io/github/license/Snippetors/snippets)](https://github.com/Snippetors/snippets/blob/main/LICENSE)
[![GitHub watchers](https://img.shields.io/github/watchers/Snippetors/snippets?style=social)](https://github.com/Snippetors/snippets)
[![GitHub Repo stars](https://img.shields.io/github/stars/Snippetors/snippets?style=social)](https://github.com/Snippetors/snippets)

## 状态检查

| 编程语言 | 状态 |
| :------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| C++ | [![C++ Check](https://github.com/Snippetors/snippets/actions/workflows/cpp_test.yml/badge.svg?branch=v0.1.6)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/cpp_test.yml) |
| Java | [![Java Check](https://github.com/Snippetors/snippets/actions/workflows/java_test.yml/badge.svg?branch=v0.1.6)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/java_test.yml) |
| Python | [![Python Check](https://github.com/Snippetors/snippets/actions/workflows/python_test.yml/badge.svg?branch=v0.1.6)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/python_test.yml) |
| Go | [![Go Check](https://github.com/Snippetors/snippets/actions/workflows/go_test.yml/badge.svg?branch=v0.1.6)](https://github.com/Snippetors/snippets/blob/main/.github/workflows/go_test.yml) |

## 插件

- [@snippetors/vuepress-plugin-tabs](https://github.com/Snippetors/snippets/blob/main/packages/@snippetors/vuepress-plugin-tabs)
[![npm](https://badgen.net/npm/v/@snippetors/vuepress-plugin-tabs)](https://www.npmjs.com/package/@snippetors/vuepress-plugin-tabs)
[![downloads](https://badgen.net/npm/dt/@snippetors/vuepress-plugin-tabs)](https://www.npmjs.com/package/@snippetors/vuepress-plugin-tabs)
- [@snippetors/vuepress-plugin-code-copy](https://github.com/Snippetors/snippets/blob/main/packages/@snippetors/vuepress-plugin-code-copy)
[![npm](https://badgen.net/npm/v/@snippetors/vuepress-plugin-code-copy)](https://www.npmjs.com/package/@snippetors/vuepress-plugin-code-copy)
[![downloads](https://badgen.net/npm/dt/@snippetors/vuepress-plugin-code-copy)](https://www.npmjs.com/package/@snippetors/vuepress-plugin-code-copy)

## 如何贡献代码

- [贡献指南](https://github.com/Snippetors/snippets/blob/main/docs/contributing.md)