This repository contains sample code and basic instructions for the ongoing study group.
Clone this repository.
git clone [email protected]:dcirne/study_group.git
cd study_group
Each directory contains code, usage instructions, and the basics of a topic we have approached in the study group. Change into the directory of interest and read its README file.
The code should work with no problems on Linux and/or macOS. We are assuming you have a compiler supporting at least C++ 17 (clang or gcc), and Python 3.4 or above.
Most of the examples are built using clang. However, there should be no issues when built using gcc.
Apache License, Version 2.0. See the LICENSE file for more info.