All Projects → tendermint → Tmlibs

tendermint / Tmlibs

Licence: apache-2.0
DEPRECATED: Merged into https://github.com/tendermint/tendermint under `libs`

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tmlibs

Goshare
Go Share your TimeSeries/NameSpace/KeyVal DataStore (using leveldb) over HTTP &/or ZeroMQ
Stars: ✭ 59 (+31.11%)
Mutual labels:  leveldb, library
Stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Stars: ✭ 43 (-4.44%)
Mutual labels:  library
Fastonosql
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
Stars: ✭ 1,001 (+2124.44%)
Mutual labels:  leveldb
Astnorm
AST normalization experiment
Stars: ✭ 42 (-6.67%)
Mutual labels:  library
Nulldefense
Removes invalid objects during Gson parsing which are marked as required, yet null/empty.
Stars: ✭ 41 (-8.89%)
Mutual labels:  library
Mvp Helpers
♻️Helper classes to build Android Apps through MVP pattern in a faster way
Stars: ✭ 42 (-6.67%)
Mutual labels:  library
Xna.js
WebGL framework strongly inspired by the XNA library
Stars: ✭ 40 (-11.11%)
Mutual labels:  library
Opennlp
Mirror of Apache OpenNLP
Stars: ✭ 1,021 (+2168.89%)
Mutual labels:  library
Fluenttc
🌊 👬 🏢 Integrate with TeamCity fluently
Stars: ✭ 42 (-6.67%)
Mutual labels:  library
Concentriconboarding
Android Concentric Onboarding library
Stars: ✭ 42 (-6.67%)
Mutual labels:  library
Cordova Firefoxos
[DEPRECATED] Apache Cordova firefoxos
Stars: ✭ 41 (-8.89%)
Mutual labels:  library
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+2140%)
Mutual labels:  library
Clearchain
Cosmos app for clearing and settlements
Stars: ✭ 42 (-6.67%)
Mutual labels:  tendermint
Webrix
Powerful building blocks for React-based web applications
Stars: ✭ 41 (-8.89%)
Mutual labels:  library
Gravity Forms Scss
Sass styles for the Gravity Forms WordPress form builder plugin
Stars: ✭ 43 (-4.44%)
Mutual labels:  library
Redash
Tiny functional programming suite for JavaScript.
Stars: ✭ 40 (-11.11%)
Mutual labels:  library
Gmtwitch
Lightweight, open source Twitch interface for Game Maker: Studio
Stars: ✭ 41 (-8.89%)
Mutual labels:  library
Eval
Package eval implements evaluation of GoLang expression at runtime.
Stars: ✭ 42 (-6.67%)
Mutual labels:  library
Anytool android
🔥 Android various tool classes, make your development faster and easier. Android各种工具类,让你的开发更快更简单
Stars: ✭ 44 (-2.22%)
Mutual labels:  library
Csspin
CSS Spinners and Loaders - Modular, Customizable and Single HTML Element Code for Pure CSS Loader and Spinner
Stars: ✭ 1,019 (+2164.44%)
Mutual labels:  library

TMLIBS

This repo is a home for various small packages.

autofile

Autofile is file access with automatic log rotation. A group of files is maintained and rotation happens when the leading file gets too big. Provides a reader for reading from the file group.

cli

CLI wraps the cobra and viper packages and handles some common elements of building a CLI like flags and env vars for the home directory and the logger.

clist

Clist provides a linekd list that is safe for concurrent access by many readers.

common

Common provides a hodgepodge of useful functions.

db

DB provides a database interface and a number of implementions, including ones using an in-memory map, the filesystem directory structure, an implemention of LevelDB in Go, and the official LevelDB in C.

events

Events is a synchronous PubSub package.

flowrate

Flowrate is a fork of https://github.com/mxk/go-flowrate that added a SetREMA method.

log

Log is a log package structured around key-value pairs that allows logging level to be set differently for different keys.

merkle

Merkle provides a simple static merkle tree and corresponding proofs.

process

Process is a simple utility for spawning OS processes.

pubsub

PubSub is an asynchronous PubSub package.

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