Design patterns implemented in Java
-
Updated
May 31, 2021 - 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.
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.
A simple Code Snippet with user account and share feature
VSCode extension for storing code snippets.
Centralized State Management And Design Patterns for Rust
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
The most sniptacular C# snippet library for Visual Studio.
Easy Property Listings for WordPress Real Estate Plugin - Code Snippet Library
Collection of small and reusable CSS snippets
Visual Studio Code Cypher Query Langauge Tools for Neo4j
一个精选且有用的JavaScript片段集合库,让你可以在30秒内理解。
These just didn't fit
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