This is a repo that contains answers to asked questions in sites like Stack Overflow. The answers are organized by directories containing each question description.
The repository follows the structure bellow
.
├── StackOverflow
│ ├── ¿How to ...?
│ │ ├── description.md
│ │ ├── project
│ │ | ├── src
│ │ | ...
│ └── ...
├── Some site
│ ├── ¿Is there ...?
│ │ ├── description.md
│ │ ├── archivo1.ps1
├── ...
Each directory contains a questions and the related answers and necesary source code to ilustrate it.
In order to help to organize the repositorie, each answers can be marked with a specific tag indicating language and programming-language. Some tags example are 'java', 'powershell', 'javascript', 'python', 'español', 'english', etc.
This repository is distributed under the licence MIT. See the LICENSE file for more information.