Pinned Repositories
Alhambra
Islamic mosaic design tool.
dak
Various C++ helper classes to implement common patterns.
Ghost-Diagrams-Qt
Ghost Diagrams is a program that takes sets of tiles and tries to find patterns into which they may be formed.
MathAnim
Python framework to create animations like Mathologer or 3Blue1Brown
QtAdditions
Useful uadditional classes and function for Qt.
QtComboBoxTableWidget
How to put an immediately accessible combo-box in a table widget in Qt.
quasitiler
Applicatin to generate quasi-periodic tilings from the projection of an N-dimensional integer lattice onto a 2D plane.
QWidgetListWidget
Example of a Qt list widget containing complex sub-widgets.
Tantrix
Tantrix puzzle solver
TreeReader
Fast reader, display and filter of tree-like data.
pierrebai's Repositories
pierrebai/Alhambra
Islamic mosaic design tool.
pierrebai/QWidgetListWidget
Example of a Qt list widget containing complex sub-widgets.
pierrebai/QtAdditions
Useful uadditional classes and function for Qt.
pierrebai/Tantrix
Tantrix puzzle solver
pierrebai/TreeReader
Fast reader, display and filter of tree-like data.
pierrebai/QtComboBoxTableWidget
How to put an immediately accessible combo-box in a table widget in Qt.
pierrebai/Ghost-Diagrams-Qt
Ghost Diagrams is a program that takes sets of tiles and tries to find patterns into which they may be formed.
pierrebai/quasitiler
Applicatin to generate quasi-periodic tilings from the projection of an N-dimensional integer lattice onto a 2D plane.
pierrebai/dak
Various C++ helper classes to implement common patterns.
pierrebai/elevators
Implementation for Elevator Saga
pierrebai/ln
3D line art engine.
pierrebai/Inspiria-2021
pierrebai/MathAnim
Python framework to create animations like Mathologer or 3Blue1Brown
pierrebai/AoC_2020
Advent of Code 2020
pierrebai/AztecCircle
pierrebai/docs
The open-source repo for docs.github.com
pierrebai/FastDict
Golfing with dict. Exploring how fast dictionary access can be in C++.
pierrebai/FastTextContainer
Benchmarking different ways to keep data to verify which is faster.
pierrebai/PowerOfTwoPairs
Generate list of numbers that maximuize the number of pair-wise sums equal to powers of two.
pierrebai/resto
Python helpers to test REST API and emulate AWS Lambda.
pierrebai/RotatingStars
Implementation of the rotating triangles, as described in the 3-4-7 miracle video by Mathologer
pierrebai/SimpleUndoRedo
Simple undo / redo with C++ std::any
pierrebai/socket_example
Example super-simple client/server echo using asio
pierrebai/versioned_API