https://github.com/tpoisonooo/cpp-syntactic-sugar
cpp syntactic sugar
https://github.com/tpoisonooo/cpp-syntactic-sugar
cpp python tools-engineering tools-team
Last synced: 7 months ago
JSON representation
cpp syntactic sugar
- Host: GitHub
- URL: https://github.com/tpoisonooo/cpp-syntactic-sugar
- Owner: tpoisonooo
- License: wtfpl
- Created: 2020-10-09T13:09:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T11:46:18.000Z (over 1 year ago)
- Last Synced: 2024-12-16T00:51:49.443Z (over 1 year ago)
- Topics: cpp, python, tools-engineering, tools-team
- Language: Python
- Homepage:
- Size: 8.61 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 一些有意思的 CPP 语法糖和 Python 工具
```
.
├── CRTP // Eigen-like 符号表达
├── antiseed-bean // 机器人“茴香豆”
├── dynamic-arg-template// 模板
├── float-precision // 最容易错的浮点问题
├── ini-config // ini 格式文件读写工具,也可以看作 toml 格式的裁剪
├── log-int-softmax // int32 --> uint4 softmax
├── optional // 模拟 c++14 `std::optional`
├── range // 模拟 `python range`
├── NCHW4 // NC4HW4 layout 卷积
├── AOP
├── loan // 上海组合贷计算,考虑公积金余额、每月缴存;考虑年冲、月冲;每年提前还款+等本。
├── UB01-no-return
├── UB02-bad-inline
├── security-llm-server // llm 备案要求
└── github-lark-notifier // github ---> 飞书群 issue/PR 提醒工具
```