General programming practice
Go to file
Shaun Reed 6cd7d7db29 [esp] Port temp-humidity-web example to cmake. 2025-02-08 12:50:06 -05:00
ansible [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
blockchain/eth/truffle-solidity [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
cpp [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
dotnet [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
esp/cpp [esp] Port temp-humidity-web example to cmake. 2025-02-08 12:50:06 -05:00
figlet Rename source file in prototype pattern 2021-05-21 12:34:18 -04:00
javascript [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
python [esp] Add ESP examples. 2025-02-01 14:33:40 -05:00
scripts Update READMEs 2020-11-25 07:06:48 -05:00
.gitignore [cpp] Remove ignores 2022-12-24 10:18:19 -05:00
README.md [esp] Add ESP-IDF cmake example. 2025-02-08 12:47:01 -05:00

README.md

klips

This repository is a collection of useful code snippets and configurations.

shaunrd0/klips/
├── ansible     # Ansible roles, playbooks, and examples
├── blockchain  # Blockchain related project templates and examples
├── cpp         # C++ programs, datastructures, and other examples
├── dotnet      # .NET projects and examples
├── esp         # ESP32 projects and examples
├── figlet      # Figlet fonts I like :)
├── javascript  # Javascript projects and examples
├── python      # Python scripts and tools I've made
├── scripts     # Bash scripts
└── README.md