Here are
79 public repositories
matching this topic...
Design patterns implemented in Java
Updated
Oct 15, 2021
Java
Short Python code snippets for all your development needs
Updated
Oct 11, 2021
Python
Short React code snippets for all your development needs
Updated
Oct 14, 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
Oct 14, 2021
Java
CMB2 Code Snippet Library
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.
Updated
Oct 14, 2021
TypeScript
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
Aug 11, 2021
JavaScript
Code snippets library for SwiftUI Devs.
Updated
Oct 14, 2021
Swift
VSCode extension for storing code snippets.
Updated
Jun 30, 2021
TypeScript
A simple Code Snippet with user account and share feature
Updated
Sep 16, 2021
JavaScript
Centralized State Management And Design Patterns for Rust
Updated
Jul 29, 2021
Rust
Snippets for various languages for Kakoune editor.
Updated
Oct 12, 2021
Julia
Front end framework for the modern web.
Visual Studio Code Cypher Query Langauge Tools for Neo4j
Collection of snippets for SimpleSnippets.vim. Not actively maintained
Updated
Jul 24, 2020
Vim script
The most sniptacular C# snippet library for Visual Studio.
React and React Router Snippets for Atom
Updated
Jul 4, 2017
JavaScript
Easy Property Listings for WordPress Real Estate Plugin - Code Snippet Library
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
Collection of small and reusable CSS snippets 🔖
一个精选且有用的JavaScript片段集合库,让你可以在30秒内理解。
A collection of scripts from various resources (books, forums, applications, etc) to aid in learning Applescript
Updated
Oct 12, 2020
AppleScript
Updated
May 13, 2021
Python
🌴 Visual Studio Code - Marketplace Snippets by Timoideas. Snippets prácticos para el Backend y el Frontend en distintas extensiones: Javascript, Css, Html, GrapQl.
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