klips/README.md

18 lines
647 B
Markdown
Raw Normal View History

2019-07-21 00:20:55 -04:00
# klips
2020-11-23 14:45:00 -05:00
This repository is a collection of useful code snippets and configurations.
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
├── blockchain # Blockchain related project templates and examples
2020-11-23 14:45:00 -05:00
├── cpp # C++ programs, datastructures, and other examples
├── 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 :)
├── 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
```