Pinned Repositories
create-react-app-auth-amplify
Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Amplify.
json11
A tiny JSON library for C++11.
kaoutsushi_prototypes
Trial and error with mediapipe, TypeScript and React
librealsense
Intel® RealSense™ SDK
lockFreeQueue
用C++11的std::atomic<T>实现一个无锁队列
Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
uc-curl
uc::curl is a libcurl wrapper library created C++11 single-header.
uc-jni
uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.
uc_apng_loader
uc::apng::loader is a header only C++11 apng (Animated PNG) decoder.
vscode-counter
VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
uctakeoff's Repositories
uctakeoff/vscode-counter
VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
uctakeoff/uc-jni
uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.
uctakeoff/uc-curl
uc::curl is a libcurl wrapper library created C++11 single-header.
uctakeoff/uc_apng_loader
uc::apng::loader is a header only C++11 apng (Animated PNG) decoder.
uctakeoff/kaoutsushi_prototypes
Trial and error with mediapipe, TypeScript and React
uctakeoff/create-react-app-auth-amplify
Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Amplify.
uctakeoff/json11
A tiny JSON library for C++11.
uctakeoff/librealsense
Intel® RealSense™ SDK
uctakeoff/lockFreeQueue
用C++11的std::atomic<T>实现一个无锁队列
uctakeoff/Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
uctakeoff/uctakeoff