All Projects → goToMain → C Utils

goToMain / C Utils

Licence: apache-2.0
Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to C Utils

Fakeit
The Kotlin fake data generator library!
Stars: ✭ 482 (+925.53%)
Mutual labels:  utility, library, utility-library
fastnumbers
Super-fast and clean conversions to numbers.
Stars: ✭ 85 (+80.85%)
Mutual labels:  utility, utility-library
mpu
Martins Python Utilities - Stuff that comes in Handy
Stars: ✭ 47 (+0%)
Mutual labels:  utility, utility-library
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (+521.28%)
Mutual labels:  utility, library
Bbo
bbo is a utility library of zero dependencies for javascript. 🍖🌭🍔
Stars: ✭ 227 (+382.98%)
Mutual labels:  utility, utility-library
Ethereum Input Data Decoder
Ethereum smart contract transaction input data decoder
Stars: ✭ 242 (+414.89%)
Mutual labels:  utility, library
go-tools
A utility tool library of Golang.
Stars: ✭ 44 (-6.38%)
Mutual labels:  utility, utility-library
Weihanli.common
common tools,methods,extension methods etc... .net 常用工具类,公共方法,常用扩展方法等,基础类库
Stars: ✭ 152 (+223.4%)
Mutual labels:  utility, library
Utils
A collection of useful PHP functions, mini classes and snippets that you need and can use every day.
Stars: ✭ 750 (+1495.74%)
Mutual labels:  utility, utility-library
Lodash Php
Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP
Stars: ✭ 412 (+776.6%)
Mutual labels:  utility, utility-library
Paco
Small utility library for coroutine-driven asynchronous generic programming in Python 3.4+
Stars: ✭ 198 (+321.28%)
Mutual labels:  utility, library
Text Minimap
Generate text minimap/preview using Braille Patterns
Stars: ✭ 21 (-55.32%)
Mutual labels:  utility, library
Txeh
Go library and CLI utilty for /etc/hosts management.
Stars: ✭ 181 (+285.11%)
Mutual labels:  utility, library
react-pendulum
A React Context utility library.
Stars: ✭ 15 (-68.09%)
Mutual labels:  utility, utility-library
Php Ip Tools
Useful tools for IP manipulations
Stars: ✭ 152 (+223.4%)
Mutual labels:  utility, library
Infinite-File-Curtailer
Curtail is a utility program that reads stdin and writes to a file bound by size.
Stars: ✭ 23 (-51.06%)
Mutual labels:  utility, utility-library
Tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
Stars: ✭ 70 (+48.94%)
Mutual labels:  library, utility-library
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+3876.6%)
Mutual labels:  library, utility-library
Extramaputils
🌍 the simple utility for google maps in android
Stars: ✭ 293 (+523.4%)
Mutual labels:  utility, library
Python Common Cache
This project is a cache component based on the memory and it is lightweight, simple and customizable. 🐍 😃
Stars: ✭ 21 (-55.32%)
Mutual labels:  utility, library

c-utils

Build CI

This repository hosts some modular, drop-in, C utilities that you can copy into your project and and kick-start your work.

List of utils:

The following methods/utils are available in this repo:

  • Circular Buffers - A data-type agnostic circular buffer implementation read more here.
  • Hexdump - A hexdump -c output equivalent method to inspect buffers.
  • String Library - A string library for some common use cases where pasing char pointer, and length around looks ugly.

How to use this repo?

You can clone this repo and copy individual files from src/ and link it to your project.

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].