Design patterns implemented in Java
-
Updated
Dec 6, 2020 - Java
{{ message }}
Design patterns implemented in Java
Short Python code snippets for all your development needs
Short React code snippets for all your development needs
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.
Kotlin snippets that you can understand quickly, using only stdlib functionality.
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Short Golang code snippets for all your development needs
Alfred workflow for finding a Cacher snippet.
VSCode extension for storing code snippets.
Snippets for various languages for Kakoune editor.
Front end framework for the modern web.
Collection of snippets for SimpleSnippets.vim. Not actively maintained
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
React and React Router Snippets for Atom
Collection of small and reusable CSS snippets
Visual Studio Code Cypher Query Langauge Tools for Neo4j
The most sniptacular C# snippet library for Visual Studio.
Easy Property Listings for WordPress Real Estate Plugin - Code Snippet Library
一个精选且有用的JavaScript片段集合库,让你可以在30秒内理解。
These just didn't fit
A simple Code Snippet with user account and share feature
Curated collection of useful HTML snippets that you can understand in 30 seconds or less.
Add a description, image, and links to the snippets-library topic page so that developers can more easily learn about it.
To associate your repository with the snippets-library topic, visit your repo's landing page and select "manage topics."
Make a function that checks if two strings are anagrams
ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false