Pinned Repositories
AndroidStudioCV
Tests for open cv
boost_conan
How to use boost in a cmake project with Conan as package manager
cpack_install_exe_cpp
gui_cpp
Hello World for different GUI libraries using CMake and Conan
gui_project_cpp
C++ GUI project using ImGui-SFML handled by conan.
shared_lib_cpp
Base project for a shared library in Linux using Cpp with CMake
spjuanjoc.github.io
Github Pages home
starter_project_cpp
My version of cpp_starter_project by Jason Turner
template_project_cpp
This is a base cmake project with the basic configuration to build a cross-platform c++ application. Triggers the CI to build and run the tests, and run coverage. Uses conan to install dependencies, Catch2 for testing, and fmt. Format by clang-format
uri_interpreter_cpp
This interpreter is used to lex and parse URIs in order to identify its components, specially to distinguish whether the host is IPv4, IPv6, or Registered Name.
spjuanjoc's Repositories
spjuanjoc/gui_cpp
Hello World for different GUI libraries using CMake and Conan
spjuanjoc/spjuanjoc.github.io
Github Pages home
spjuanjoc/gui_project_cpp
C++ GUI project using ImGui-SFML handled by conan.
spjuanjoc/template_project_cpp
This is a base cmake project with the basic configuration to build a cross-platform c++ application. Triggers the CI to build and run the tests, and run coverage. Uses conan to install dependencies, Catch2 for testing, and fmt. Format by clang-format
spjuanjoc/boost_conan
How to use boost in a cmake project with Conan as package manager
spjuanjoc/cpack_install_exe_cpp
spjuanjoc/uri_interpreter_cpp
This interpreter is used to lex and parse URIs in order to identify its components, specially to distinguish whether the host is IPv4, IPv6, or Registered Name.
spjuanjoc/benchmarking
micro benchmarks using Catch2
spjuanjoc/bootcamp_ts
spjuanjoc/Catch2
A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
spjuanjoc/cmake-js
CMake.js - a Node.js native addon build tool
spjuanjoc/computer_vision
cv tests
spjuanjoc/conan_catch2_cpp
Use catch2 and googletest frameworks with conan
spjuanjoc/concurrency_cpp
std::async
spjuanjoc/cpp-doom
Doom++ - A rewrite of the classic Doom in C++
spjuanjoc/db_soci_orm_cpp
Simple database access Object Relational Mapping (ORM) in C++ using SOCI and SQLite
spjuanjoc/hola_mundo_ts
Hola mundo en TypeScript con WebStorm. mocha Tests
spjuanjoc/i18n
Internationalization in Cpp
spjuanjoc/jest_js
Intro to jest in javascript
spjuanjoc/json_cpp
Example usage of nlohmann_json library, with fmt, conan and cmake_find_package
spjuanjoc/libraries_tests_cpp
Tests for third-party libraries
spjuanjoc/nvim-config
neo-vim configuration
spjuanjoc/ohmyzsh-config
spjuanjoc/opencv
Computer Vision with OpenCV projects
spjuanjoc/renderer_ts
spjuanjoc/soci
Official repository of the SOCI - The C++ Database Access Library
spjuanjoc/solid_principles_cpp
SOLID principles in C++ from Dmitri Nesteruk
spjuanjoc/sqlite_cpp
SQLite in C++ with conan
spjuanjoc/time_manip_cpp
Time manipulation with chrono and fmt
spjuanjoc/variadic_cpp
Examples of variadic templates and fold expressions: Parameter Pack