Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
HSF C++ Course
| Date | Stars |
|---|---|
| 2026-07-24 | 306 |
| 2026-07-25 | 306 |
| 2026-07-28 | 306 |
| 2026-07-30 | 306 |
| 2026-08-06 | 306 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# C++ course [](https://hepsoftwarefoundation.org/training/curriculum.html) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> [](https://results.pre-commit.ci/latest/github/hsf-training/cpluspluscourse/master) [](https://github.com/hsf-training/cpluspluscourse/actions) [](https://github.com/hsf-training/cpluspluscourse/actions) [](https://github.com/hsf-training/cpluspluscourse/actions) This repository contains all material for the C++ Course taught at CERN from Sebastien Ponce (LHCb). ## Next events Please check the [Indico agenda](https://indico.cern.ch/category/11733/). ## 📎 Getting the latest PDF For each commit to master, the slides are compiled to a PDF and uploaded to the [download](https://github.com/hsf-training/cpluspluscourse/tree/download) branch. - Latest [essentials course PDF](https://github.com/hsf-training/cpluspluscourse/raw/download/talk/C%2B%2BCourse_essentials.pdf). - Latest [full course PDF](https://github.com/hsf-training/cpluspluscourse/raw/download/talk/C%2B%2BCourse_full.pdf). ## 📹 Video recordings & events Video recordings are available in the past events. * [8th HEP C++ Course and Hands-on Training (essentials), Manchester, August 2023](https://indico.cern.ch/event/1266661/) * [7th HEP C++ Course and Hands-on Training (essentials), JLAB, May 2023](https://indico.cern.ch/event/1266632/) * [6th HEP C++ Course and Hands-on Training (essentials), CERN, March 2023](https://indico.cern.ch/event/1229412/) * [5th HEP C++ Course and Hands-on Training (advanced), CERN, October 2022](https://indico.cern.ch/event/1172498/) * [4nd HEP C++ Course and Hands-on Training (essentials), CERN, March 2022](https://indico.cern.ch/event/1119339/) * [3rd HEP C++ Course and Hands-on Training, CERN, August 2021](https://indico.cern.ch/event/1019089/) * [2nd HEP C++ Course and Hands-on Training, virtual, January 2021](https://indico.cern.ch/event/979067/) * [1st HEP C++ Course and Hands-on Training (2020 October)](https://indico.cern.ch/event/946584/) Check [this page](https://hepsoftwarefoundation.org/Schools/events.html) for announcements of upcoming training events (including those with this material). ## 🧰 Development setup Make sure to install the pre-commit hooks: ```bash pip3 install pre-commit # cd to repository pre-commit install ``` ### Spell checking Spell check is performed with the [codespell](https://github.com/codespell-project/codespell) pre-commit hook on every commit. To ignore words you can put them in the `codespell.txt` file. This file should list the supposedly misspelled words with one word per line and is case-sensitive. ## C++ guidelines - Prefer "east const" for new stuff. ## Exercises guidelines ### Instructions for mentors and students Students should start with the README in the respective exercise folders. These have the basic building instructions, give the name of the main program file, and possibly give a summary of the exercise goals and steps. Inside the code, one gets more precise help on what should/could be done. If the code is longer and only some parts need to be touched, this is often pointed out with comments. ### Solutions to exercises Each exercise should provide a solution in the `solution` subdirectory. For any `<name>.cpp` exercise, the solution should be called `
Excerpt of 8,476 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0fd225e3943e4a52, topic:training