Skip to content

This repository serves as a way to save my own answers to Stack Overflow and similar Q&A sites about programming and technology.

License

Notifications You must be signed in to change notification settings

brdn08/answersArsenal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AnswersArsenal

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.

Structure

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.

Git tags

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.

Licencia

This repository is distributed under the licence MIT. See the LICENSE file for more information.

About

This repository serves as a way to save my own answers to Stack Overflow and similar Q&A sites about programming and technology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published