The Wayback Machine - https://web.archive.org/web/20210102113332/https://github.com/topics/snippets-collection
Here are
151 public repositories
matching this topic...
Short JavaScript code snippets for all your development needs
Updated
Dec 31, 2020
JavaScript
Design patterns implemented in 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
Sep 4, 2020
JavaScript
Short Python code snippets for all your development needs
Updated
Dec 29, 2020
Python
Short React code snippets for all your development needs
Updated
Nov 29, 2020
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.
Updated
Dec 29, 2020
Java
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.
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
Short C# 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
Dec 11, 2020
JavaScript
Learn basic JavaScript concepts in action. ⚡
Updated
Dec 3, 2019
JavaScript
Short Dart code snippets for all your development needs
Updated
Sep 15, 2020
Dart
Short Golang code snippets for all your development needs
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
A collection of useful Python snippets
Curated collection of Angular snippets that you can understand in 30 seconds or less
Updated
Dec 4, 2020
JavaScript
A curated collection of useful C# snippets that you can understand in 30 seconds or less.
Collection of small base-R expressions (r snippets)
Updated
Oct 11, 2018
Jupyter Notebook
Visual Studio Code snippet extension for JavaScript and TypeScript
Updated
Jan 30, 2019
JavaScript
Updated
Dec 13, 2020
Python
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