Git Product home page Git Product logo

Hola! This is a summary of what you can find in some of the projects of this repository.

C++

Modern C++ ecosystem

  • the_modern_cpp_challenge:
    • Libraries: fmt, range-v3.
    • Unit testing: gtest.
    • Benchmarking: Google benchmark.
    • Build systems: CMake.
    • Continuous integration: GitHub Actions.
    • Sanitizers: address sanitizer (ASAN).
    • Code coverage: gcov, codecov.
    • docker.

Ranges

  • aoc_2022: examples using Eric Niebler's range-v3.

Coroutines

  • coro: examples using the reference implementation of the std::generator proposal, as well as boost::asio coroutines.
  • word_converter: example of a tokenizer for a small language parser as a coroutine.

Package management

Roberto Turrado Camblor's Projects

antlr4 icon antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

aoc_2022 icon aoc_2022

My solutions to the Advent of Code 2022 (C++).

coro icon coro

Some examples using C++20 coroutines.

curlcpp icon curlcpp

An object oriented C++ wrapper for CURL (libcurl)

eastl icon eastl

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

fmt icon fmt

A modern formatting library

hqec icon hqec

Biased-Noise Threshold Studies for Holographic Quantum Error-Correction Codes. [MSc thesis]

libqasm icon libqasm

libQASM: Library to parse cQASM files

openql icon openql

OpenQL : A Portable Quantum Programming Framework for Quantum Accelerators ( https://dl.acm.org/doi/10.1145/3474222 )

pdf-writer icon pdf-writer

High performance library for creating, modiyfing and parsing PDF files in C++

perceptualdiff icon perceptualdiff

A program that compares two images using a perceptually based image metric

pugixml icon pugixml

Light-weight, simple and fast XML parser for C++ with XPath support

rtc icon rtc

Some utilities I use in different C++ projects.

rubik icon rubik

An OpenGL implementation of a Rubik's cube.

snooker icon snooker

An OpenGL implementation of the snooker game.

the_modern_cpp_challenge icon the_modern_cpp_challenge

My solutions to the 100 problems of The Modern C++ Challenge, a book by Marius Bancila (published by Packt).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.