Pinned Repositories
build-your-own-x
🤓 Build your own (insert technology here)
design-patterns
Реализация каркаса музыкального приложения, с использованием 10ти паттернов проектирования. Шутка, но для базы пойдет.
GC
malloc
nerualnet
python-c-multithreaded-tgbot
TPL
TwitchBot
website-public
xplatform
Реализация фундаментальных проектов с курса по Computer Science
Winderton's Repositories
Winderton/xplatform
Реализация фундаментальных проектов с курса по Computer Science
Winderton/design-patterns
Реализация каркаса музыкального приложения, с использованием 10ти паттернов проектирования. Шутка, но для базы пойдет.
Winderton/python-c-multithreaded-tgbot
Winderton/website-public
Winderton/autocomplete
Fig adds autocomplete to your terminal.
Winderton/color
C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.
Winderton/next-with-apollo
Apollo HOC for Next.js
Winderton/Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
Winderton/intel-graphics-compiler
Winderton/sfl-library
C++11 header-only library. Small vector. Small flat map/set/multimap/multiset (ordered and unordered).
Winderton/BitMagic
BitMagic Library
Winderton/cuehttp
cuehttp is a modern c++ middleware framework for http(http/https)/websocket(ws/wss).
Winderton/eventpp
Event Dispatcher and callback list for C++
Winderton/openvpn3
OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
Winderton/termcolor
Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.
Winderton/thread-pool
A C++17 thread pool for high-performance scientific computing.
Winderton/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Winderton/benchmark
A microbenchmark support library
Winderton/brynet
A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.
Winderton/gaenari
c++ incremental decision tree
Winderton/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
Winderton/glob
Glob for C++17
Winderton/immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
Winderton/libtelegram
Fast, efficient, header-only C++ Telegram bot API library using polling or FastCGI
Winderton/outcome
Provides very lightweight outcome<T> and result<T> (non-Boost edition)
Winderton/pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
Winderton/px
Single header C++ Libraries for Thread Scheduling, Rendering, and so on...
Winderton/simdjson
Parsing gigabytes of JSON per second
Winderton/simpleini
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
Winderton/ut
UT: C++20 μ(micro)/Unit Testing Framework