Pinned Repositories
alpaca
Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code
argparse
Argument Parser for Modern C++
awesome-hpp
A curated list of awesome header-only C++ libraries
csv2
Fast CSV parser and writer for Modern C++
fccf
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
hypergrep
Recursively search directories for a regex pattern
indicators
Activity Indicators for Modern C++
pprint
Pretty Printer for Modern C++
structopt
Parse command line arguments by defining a struct
tabulate
Table Maker for Modern C++
p-ranav's Repositories
p-ranav/pprint
Pretty Printer for Modern C++
p-ranav/csv
[DEPRECATED] See https://github.com/p-ranav/csv2
p-ranav/envy
envy: Deserialize environment variables into type-safe structs
p-ranav/pipeline
Pipelines for Modern C++
p-ranav/iris
Lightweight Component Model and Messaging Framework based on ØMQ
p-ranav/task_system
Task System presented in "Better Code: Concurrency - Sean Parent"
p-ranav/cgol
Conway's Game of Life in the Terminal
p-ranav/jsonlint
Lightweight command-line tool for validating JSON
p-ranav/result
Result<T, E> for Modern C++
p-ranav/container_traits
Container Traits for Modern C++
p-ranav/ModernCppStarter
Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
p-ranav/utfcpp
UTF-8 with C++ in a Portable Way
p-ranav/date
A date and time library based on the C++11/14/17 <chrono> header
p-ranav/imgui-node-editor
Node Editor using ImGui
p-ranav/White-box-Cartoonization
Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
p-ranav/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
p-ranav/terminalpp
A C++ library for interacting with ANSI terminal windows.
p-ranav/xtensor
C++ tensors with broadcasting and lazy computing
p-ranav/angular-electron
Ultra-fast bootstrapping with Angular 8 and Electron 6 (Typescript + SASS + Hot Reload) :speedboat:
p-ranav/awesome-cold-showers
For when people get too hyped up about things
p-ranav/broot
A new way to see and navigate directory trees : https://dystroy.org/broot
p-ranav/conan-center-index
Recipes for the ConanCenter repository
p-ranav/cppack
A modern c++ implementation of the msgpack spec. - msgpack.org[C++17]
p-ranav/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
p-ranav/GazeML
Gaze Estimation using Deep Learning, a Tensorflow-based framework.
p-ranav/libcxx
Project moved to: https://github.com/llvm/llvm-project
p-ranav/libsignal-protocol-c
p-ranav/peek
Simple animated GIF screen recorder with an easy to use interface
p-ranav/stylealign
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
p-ranav/ungoogled-chromium
Google Chromium, sans integration with Google