niXman
Looking for a job, C/C++ for bitcoin/ethereum (github.nixman at pm dot me)
I don't know where I am =)
Pinned Repositories
binapi
Binance API C++ implementation
cmdargs
C++17 library to work with command-line args and config files
malloc-stat
Completely reworked version of the log-malloc-simple project, pre-loadable library tracking all memory allocations/de-allocations of a program.
mingw-builds
Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
mingw-builds-binaries
MinGW-W64 compiler binaries
named-args
C++11 tiny implementation of the concept of named function arguments with zero runtime overhead
overloaded
C++11 library allows to bind different callable into a single holder without any run-time overhead
static_if
C++14 static_if() alternative implementation from D language
std-signals
C++11 managed signals and slots callback implementation
yas
Yet Another Serialization
niXman's Repositories
niXman/aescrypt
AES crypt/decrypt using OpenSSL
niXman/enum-gen
'enum's and 'enum class'es metainfo preprocessor generator
niXman/contract
Library to support contract programming in C++11
niXman/sha1
sha1 summ calculator
niXman/cpp-serializers
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
niXman/any
extended 'any' implementation for C++11
niXman/ethash
C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm
niXman/impl-container
Container of implementations with getter by key and verifying the uniqueness of stored implementations
niXman/lazy-init
Lazy initialization of objects
niXman/passgen
Password generator uses common passphrase and URL of the site
niXman/singleapplication
C++ single-application guard
niXman/switch
switch()-like statement whose cases can be strings and integrals
niXman/throw
C++ exceptions helpers
niXman/torrent-creator
torrent files creator using libtorrent-rasterbar
niXman/transparent-proxy
Transparent proxy using boost.asio
niXman/cpp_serializers_benchmark
C++ serializers benchmark with realistic data
niXman/dsync
Synchronizes the contents of two directories
niXman/fs-storage-sort
sorts the file of records
niXman/micro-echo
Multiuser asynchronous stackfull micro echo server
niXman/PicoSHA2
a header-file-only, SHA256 hash generator in C++
niXman/tfind
multithreaded find in files using C++
niXman/type-gen
C++11 class'es with metainfo preprocessor generator