Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taranjeet/code-snippets
A collection of some important/tricky/easy/common/frequently used snippets in various languages
https://github.com/taranjeet/code-snippets
self-help
Last synced: 19 days ago
JSON representation
A collection of some important/tricky/easy/common/frequently used snippets in various languages
- Host: GitHub
- URL: https://github.com/taranjeet/code-snippets
- Owner: taranjeet
- Created: 2018-05-31T08:52:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T10:28:19.000Z (over 5 years ago)
- Last Synced: 2024-11-10T06:26:17.435Z (3 months ago)
- Topics: self-help
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-snippets
This is a collection of some important/tricky/easy/common/frequently used snippets in various languages.
## What problem does it solves?
Many times, I need to bookmark some link(and then later on search), or save a StackOverflow answer or look into some codebase. I realized this can be created as a repo, mainly because of the two reasons
* Sometimes the time spent to figure out a way to do a particular thing is actually more than the time involved in implementing it.
* I do not maintain any documentation of how I approached a problem(sometimes tricky) in the past.
This repository now acts as a central place for all the codebase that I keep on writing so that future lookups become easy.
## Why a repo?
Since the code is already taken from public sources, and various Github repositories, I figured that a repository in the open (Github public repository) will actually act as a gratitude to all the various sources that I have taken help from. Plus it benefits other, who are looking to solve a particular problem.
## Table of Contents
- [Bash](bash/README.md)
- [Django](django/README.md)
- [Django Rest Framework](django-rest-framework/README.md)
- [Elasticsearch](elasticsearch/README.md)
- [Installations](installations/README.md)
- [Ml](ml/README.md)
- [Nlp](nlp/README.md)
- [Python](python/README.md)