Here are
170 public repositories
matching this topic...
Short JavaScript code snippets for all your development needs
Updated
Jul 13, 2021
JavaScript
Design patterns implemented in Java
Updated
Jul 12, 2021
Java
Short CSS code snippets for all your development needs
A curated collection of common interview questions to help you prepare for your next interview.
Updated
Jun 28, 2021
JavaScript
Short Python code snippets for all your development needs
Updated
Jul 12, 2021
Python
Short React code snippets for all your development needs
Updated
Jun 17, 2021
JavaScript
Short PHP code snippets for all your development needs
Curated collection of useful little Java functions that you can understand quickly
Collection of reusable tested Java 11 compatible code snippets that you can understand in 30 seconds or less.
⭐ Collection of Javascript snippets to make you discover new exciting features, useful tips or anything that will give you a better understanding of the subtleties of JS.
Updated
Apr 8, 2021
JavaScript
Kotlin snippets that you can understand quickly, using only stdlib functionality.
Updated
Dec 24, 2019
Kotlin
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
Updated
Mar 27, 2021
Java
Short C# code snippets for all your development needs
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
Short Dart code snippets for all your development needs
Updated
May 17, 2021
Dart
Short Golang code snippets for all your development needs
Atom & VSCode - Modern javascript snippets for better productivity with support for JavaScript, Babel, TypeScript, JSX and semicolonless code. Using StandardJS Style.
Updated
Jun 21, 2021
JavaScript
Learn basic JavaScript concepts in action. ⚡
Updated
Dec 3, 2019
JavaScript
Short git snippets for all your development needs
VS Code Setting (Live input output) to make competitive programming easy and program analysis !
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
A command line visual file manager for linux
Updated
Dec 30, 2020
Shell
Curated collection of Angular snippets that you can understand in 30 seconds or less
Updated
May 12, 2021
JavaScript
A collection of useful Python snippets
A curated collection of useful C# snippets that you can understand in 30 seconds or less.
A simple Code Snippet with user account and share feature
Updated
Jun 5, 2021
JavaScript
Improve this page
Add a description, image, and links to the
snippets-collection
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-collection
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