Sampreet / gists

A group of tutorials and snippets for programming languages, application development and automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GISTS

Code Size Last Commit

A group of tutorials and useful snippets for programming languages, application development as well as automation.

What's New

Repository Structure

The repository follows the following structure:

gists/
│
│───snippets/
│   │
│   ├───automation/
│   │   ├───foo/
│   │   │   ├───snippet.md
│   │   │   └───...
│   │   └───...
│   │
│   └───languages/
│       ├───foo/
│       │   ├───snippet.md
│       │   └───...
│       └───...
│
│───tutorials/
│   │
│   ├───development/
│   │   ├───foo/
│   │   │   ├───bar/
│   │   │   │   ├───README.md
│   │   │   │   ├───tutorial.md
│   │   │   │   └───...
│   │   │   ├───...
│   │   │   └───README.md
│   │   └───...
│   │
│   └───languages/
│       ├───foo/
│       │   ├───bar/
│       │   │   ├───README.md
│       │   │   ├───tutorial.md
│       │   │   └───...
│       │   ├───...
│       │   └───README.md
│       └───...
│   
├───.gitignore
└───README.md

About

A group of tutorials and snippets for programming languages, application development and automation.


Languages

Language:Jupyter Notebook 100.0%