All Projects → beached → header_libraries

beached / header_libraries

Licence: other
Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to header libraries

support
Collection of agnostic PHP Functions and helpers with zero dependencies to use as foundation in packages and other project
Stars: ✭ 54 (+285.71%)
Mutual labels:  helpers
leak
Show info about package releases on PyPI.
Stars: ✭ 15 (+7.14%)
Mutual labels:  helpers
treecko
A collection of functional and immutable helpers for working with tree data structures.
Stars: ✭ 31 (+121.43%)
Mutual labels:  helpers
android-helpers
Android helpers collection
Stars: ✭ 20 (+42.86%)
Mutual labels:  helpers
ideas
Идеи по улучшению языка C++ для обсуждения
Stars: ✭ 65 (+364.29%)
Mutual labels:  helpers
iterative
Functions for working with iterators in JavaScript and TypeScript
Stars: ✭ 16 (+14.29%)
Mutual labels:  helpers
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (+50%)
Mutual labels:  helpers
eloquent-traits
Traits for laravel eloquent models
Stars: ✭ 18 (+28.57%)
Mutual labels:  helpers
support
Support Classes
Stars: ✭ 56 (+300%)
Mutual labels:  helpers
php-cli-helpers
Utility classes to write PHP command-line scripts
Stars: ✭ 26 (+85.71%)
Mutual labels:  helpers
three-stdlib
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
Stars: ✭ 380 (+2614.29%)
Mutual labels:  helpers
redux-fp
Functional programming helpers for Redux.
Stars: ✭ 28 (+100%)
Mutual labels:  helpers
figma-plugin-helpers
A collection of useful helper functions to import to your Figma plugin project
Stars: ✭ 161 (+1050%)
Mutual labels:  helpers
Milvasoft
Helper structures for .Net 6 projects.
Stars: ✭ 24 (+71.43%)
Mutual labels:  helpers
reactools
Create React interfaces is easy.
Stars: ✭ 14 (+0%)
Mutual labels:  helpers
UnityCommon
A collection of common frameworks and tools for Unity-based projects
Stars: ✭ 61 (+335.71%)
Mutual labels:  helpers
utils
🛠 A collection of light-weight methods and helpers for defensive programming
Stars: ✭ 15 (+7.14%)
Mutual labels:  helpers
Larahelp
Supercharge your Laravel projects with more than 25 useful global helpers.
Stars: ✭ 48 (+242.86%)
Mutual labels:  helpers
sagittarius
🎯 A set of javascript most used utils📑
Stars: ✭ 42 (+200%)
Mutual labels:  helpers
dotfiles
©️ home! sweet home
Stars: ✭ 19 (+35.71%)
Mutual labels:  helpers

Header Libraries

Description

A set of header only algorithms, data structures, and utilities I use in many of my other projects. Most should have tests located in the tests folder

Building

to build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
cmake --build . --target full --config Debug

Testing

To run unit tests

ctest -C Debug

Installing

cmake --install .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].