#
cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 30 public repositories matching this topic...
Baba Is You simulator using C++ with some reinforcement learning
reinforcement-learning
cplusplus
cpp
rl
cpp17
python-api
rl-environment
simulator-game
baba-is-you
babaisyou
-
Updated
Mar 25, 2020 - Python
Cpp header only library to manage compile time mock class generated via Python script
-
Updated
Nov 26, 2020 - Python
High performance Bitcoin development platform
bitcoin
cpp
high-performance
cash
cryptocurrency
cpp17
btc
litecoin
microarchitecture
knuth
bch
ltc
bitcoin-cash
-
Updated
May 14, 2021 - Python
Unrailed! simulator using C++ with some reinforcement learning and Unrailed! AI using Python with OpenCV
python
reinforcement-learning
cplusplus
cpp
python3
rl
cpp17
python-api
rl-environment
simulator-game
unrailed
-
Updated
Jul 25, 2021 - Python
简单易用的经典机器学习框架
python
machine-learning
framework
eigen
naive-bayes-classifier
logistic-regression
cpp17
support-vector-machine
decision-tree
linear-discriminant-analysis
pybind11
decisiontree
nerual-network
-
Updated
Jul 27, 2021 - Python
set of scripts for static analysis of source code and build results
-
Updated
Jun 24, 2021 - Python
Create small 64-bit ELF files from C++17 source code
-
Updated
Feb 19, 2020 - Python
Все мы любим ascii-(псевдо)графику... Так почему бы не сделать отрисовку геометрических фигур именно ей?! В README.md, там есть 256-цветные символы в консоли, обработка событий мыши, столкновения и еще пара фич...
-
Updated
Jun 25, 2021 - Python
Google Kick Start 2019 solutions
-
Updated
Jun 15, 2019 - Python
A read classification tool based on Interleaved Bloom Filters
-
Updated
Feb 20, 2021 - Python
Conan package for https://github.com/martinmoene/gsl-lite
-
Updated
Nov 7, 2018 - Python
CP work
graph
cpp14
codechef
competitive-programming
dfs
codeforces
adhoc
cpp17
dynamic-programming
atcoder
implementation
bfs
divide-and-conquer
bitmasking
binarysearch-algorithm
-
Updated
Jul 30, 2021 - Python
C++ solutions to leetcode problems
-
Updated
Oct 11, 2020 - Python
An attempt at an improved version of some of the stuff I did with Empirical & attribute packs
-
Updated
Sep 22, 2019 - Python
Solutions to a variety of leetcode/hackerrank problems that I've implemented
-
Updated
Sep 3, 2019 - Python
Short Programs made for practice
-
Updated
Aug 3, 2020 - Python
solved_
ruby
java
ruby-gem
opengl
cpp
matlab
scripts
django-templates
python3
openal
verilog
cpp17
shell-scripts
bash-script
systemc
-
Updated
Apr 13, 2018 - Python
Conan package for https://github.com/martinmoene/string-view-lite
-
Updated
Jan 11, 2018 - Python
First class enums in C++
-
Updated
Jun 22, 2021 - Python
Life game for the test task
-
Updated
Sep 21, 2018 - Python
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look