Here are
74 public repositories
matching this topic...
Design patterns implemented in Java
Short Python code snippets for all your development needs
Updated
May 22, 2021
Python
Short React code snippets for all your development needs
Updated
Apr 19, 2021
JavaScript
Short PHP code snippets for all your development needs
Collection of reusable tested Java 11 compatible code snippets that you can understand in 30 seconds or less.
Updated
Mar 13, 2021
Java
CMB2 Code Snippet Library
Kotlin snippets that you can understand quickly, using only stdlib functionality.
Updated
Dec 24, 2019
Kotlin
Short Golang code snippets for all your development needs
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Alfred workflow for finding a Cacher snippet.
Updated
May 9, 2021
JavaScript
A simple Code Snippet with user account and share feature
Updated
Jun 5, 2021
JavaScript
VSCode extension for storing code snippets.
Updated
May 11, 2021
TypeScript
Centralized State Management And Design Patterns for Rust
Updated
May 13, 2021
Rust
Snippets for various languages for Kakoune editor.
Updated
Jan 27, 2021
Julia
Front end framework for the modern web.
Collection of snippets for SimpleSnippets.vim. Not actively maintained
Updated
Jul 24, 2020
Vim script
Visual Studio Code snippets I created for common bits of JS, TypeScript, HTML and Css I use when building apps with the ArcGIS API for JavaScript
The most sniptacular C# snippet library for Visual Studio.
React and React Router Snippets for Atom
Updated
Jul 4, 2017
JavaScript
Collection of small and reusable CSS snippets 🔖
Easy Property Listings for WordPress Real Estate Plugin - Code Snippet Library
Visual Studio Code Cypher Query Langauge Tools for Neo4j
一个精选且有用的JavaScript片段集合库,让你可以在30秒内理解。
🌴 Visual Studio Code - Marketplace Snippets by Timoideas. Snippets prácticos para el Backend y el Frontend en distintas extensiones: Javascript, Css, Html, GrapQl.
Updated
May 13, 2021
Python
✂️ A collection of React Native related snippets for VS Code
Updated
Jun 2, 2019
JavaScript
✂️ Chrome extension for JS snippets
Updated
Mar 14, 2021
JavaScript
Updated
Oct 12, 2019
Python
Improve this page
Add a description, image, and links to the
snippets-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
snippets-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Make a function that checks if two strings are anagrams
ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false