# limonp **Repository Path**: forests/limonp ## Basic Information - **Project Name**: limonp - **Description**: https://github.com/yanyiwu/limonp.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # limonp [![CMake](https://github.com/yanyiwu/limonp/actions/workflows/cmake.yml/badge.svg)](https://github.com/yanyiwu/limonp/actions/workflows/cmake.yml) [![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/) [![Platform](https://img.shields.io/badge/platform-Linux,%20OS%20X,%20Windows-green.svg?style=flat)](https://github.com/yanyiwu/limonp) [![Tag](https://img.shields.io/github/v/tag/yanyiwu/limonp.svg)](https://github.com/yanyiwu/limonp/releases) [![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org) ## Introduction `C++` headers(hpp) with Python style. ## Feature + linking is a annoying thing, so I write these source code in headers file(`*.hpp`), you can use them only with `#include "xx.hpp"`, without linking *.a or *.so . **`no linking , no hurts`** ## Example See Details in `test/demo.cpp` ## Cases 1. [CppJieba] ## Reference 1. `md5.hpp` is copied from network, you can find original author in source code(in comments). 2. `MutexLock.hpp`, `BlockingQueue.hpp`, `Condition.hpp` reference from [muduo]. ## Contact + i@yanyiwu.com [CppJieba]:https://github.com/yanyiwu/cppjieba.git [muduo]:https://github.com/chenshuo/muduo.git