All Projects → barretlee → Snippets

barretlee / Snippets

Code Snippets

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Snippets

java-design-patterns-web
Java Design Patterns website at https://java-design-patterns.com
Stars: ✭ 81 (-74.04%)
Mutual labels:  snippets
pytips
Python Tips contains code snippets that will help you learn Python
Stars: ✭ 179 (-42.63%)
Mutual labels:  snippets
Awesome Woocommerce
Plugins and code snippets to improve your WooCommerce store.
Stars: ✭ 279 (-10.58%)
Mutual labels:  snippets
Note
Hodgepodge.
Stars: ✭ 46 (-85.26%)
Mutual labels:  snippets
vscode-ampscript
This extension allows you to connect Visual Studio Code directly to your MC Account, enables syntax highlighting for AMPScript, has built-in documentation for all AMPScript functions and also adds code snippets for language elements and functions.
Stars: ✭ 37 (-88.14%)
Mutual labels:  snippets
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (-17.63%)
Mutual labels:  snippets
mobly-bundled-snippets
Snippets to allow Mobly tests to control Android devices by exposing a simplified Android API.
Stars: ✭ 25 (-91.99%)
Mutual labels:  snippets
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (-5.13%)
Mutual labels:  snippets
snippet-box
Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.
Stars: ✭ 437 (+40.06%)
Mutual labels:  snippets
Brackets Snippets
Imitate Sublime Text's behavior of snippets, and bring it to Brackets.
Stars: ✭ 279 (-10.58%)
Mutual labels:  snippets
demos
Demonstrative scripts
Stars: ✭ 37 (-88.14%)
Mutual labels:  snippets
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-91.99%)
Mutual labels:  snippets
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (-15.06%)
Mutual labels:  snippets
code-slides
present your code as slides in VSCode
Stars: ✭ 17 (-94.55%)
Mutual labels:  snippets
Pet
Simple command-line snippet manager, written in Go.
Stars: ✭ 3,348 (+973.08%)
Mutual labels:  snippets
unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-95.83%)
Mutual labels:  snippets
dotfiles
My dotfiles
Stars: ✭ 16 (-94.87%)
Mutual labels:  snippets
Neosnippet Snippets
The standard snippets repository for neosnippet
Stars: ✭ 306 (-1.92%)
Mutual labels:  snippets
Applescript
Applescript applets, snippets, resources, and links
Stars: ✭ 289 (-7.37%)
Mutual labels:  snippets
Vim React Snippets
✂️ React code snippets for vim
Stars: ✭ 268 (-14.1%)
Mutual labels:  snippets

Snippets

很多语言、很多配置、很多语法,太多太多东西,不能单靠大脑来记忆。本应用 收集了一些平时常用以及网上寻觅的代码片段,并且在页面中提供了搜索功能,可以快速找到我们平时记下的代码,这里保存的部分片段还是十分有价值的。

本应用对应的网址为: http://snippets.barretlee.com

snippet

贡献代码

如果你希望帮助丰富代码片段库,可以操作如下流程:

git clone https://github.com/{YOUR_GITHUB_NAME}/snippets.git
cd snippets
git checkout -b gh-pages
cd snippets
# 选择你想提交的文件类型,比如 html
cd html
touch {YOUR_CONTRIBUTE_FILE_NAME}.snippet

其中,{YOUR_CONTRIBUTE_FILE_NAME}.snippet 的格式为:

---
title: {NAME}
---

{CONTENT}

可以使用 markdown 语法。

  • 提交代码
git add --all
git commit -m "add file html/{YOUR_CONTRIBUTE_FILE_NAME}.snippet"
git push origin gh-pages
  • 然后在你的 PR 页面提交一个 PR 到 barretlee/snippets 的仓库

关于

小胡子哥

小胡子哥的联系方式

LISCENSE

MIT LISCENSE.

自由分享使用,注意保留署名。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].