2019-07-21 00:20:55 -04:00
|
|
|
# klips
|
2019-07-21 00:35:53 -04:00
|
|
|
|
2020-11-23 14:45:00 -05:00
|
|
|
This repository is a collection of useful code snippets and configurations.
|
2019-07-21 00:35:53 -04:00
|
|
|
|
2020-11-23 14:45:00 -05:00
|
|
|
```
|
|
|
|
github.com/shaunrd0/klips/
|
|
|
|
├── ansible # Ansible roles, playbooks, and examples
|
2021-05-21 12:03:07 -04:00
|
|
|
├── blockchain # Blockchain related project templates and examples
|
2020-11-23 14:45:00 -05:00
|
|
|
├── cpp # C++ programs, datastructures, and other examples
|
|
|
|
├── figlet # Figlet fonts I like :)
|
2022-02-07 13:55:14 -05:00
|
|
|
├── javascript # Javascript projects and examples
|
|
|
|
├── python # Python scripts or tools I've made
|
2020-11-23 14:45:00 -05:00
|
|
|
├── README.md
|
|
|
|
└── scripts # Bash scripts
|
|
|
|
```
|