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
|
|
|
|
2025-02-01 10:30:18 -05:00
|
|
|
```bash
|
2025-02-07 18:51:56 -05:00
|
|
|
shaunrd0/klips/
|
2020-11-23 14:45:00 -05:00
|
|
|
├── 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
|
2022-05-04 12:55:23 -04:00
|
|
|
├── dotnet # .NET projects and examples
|
2025-02-01 10:30:18 -05:00
|
|
|
├── esp # ESP32 projects and examples
|
2020-11-23 14:45:00 -05:00
|
|
|
├── figlet # Figlet fonts I like :)
|
2022-02-07 13:55:14 -05:00
|
|
|
├── javascript # Javascript projects and examples
|
2025-02-01 10:30:18 -05:00
|
|
|
├── python # Python scripts and tools I've made
|
2025-02-07 18:51:56 -05:00
|
|
|
├── scripts # Bash scripts
|
|
|
|
└── README.md
|
2020-11-23 14:45:00 -05:00
|
|
|
```
|