An open API service indexing awesome lists of open source software.

https://github.com/fenbf/articles

helper repository for various articles that I publish
https://github.com/fenbf/articles

Last synced: 2 months ago
JSON representation

helper repository for various articles that I publish

Awesome Lists containing this project

README

          

articles
========

helper repository for various articles that I publish on [bfilipek.com](http://www.bfilipek.com)

- **includeTest** - used in [C++ Include test: full matrix](http://www.bfilipek.com/2013/04/c-include-test-full-matrix.html)
- generator app that creates random code and source file structure. Build and compile time for this code hierarchy is tested.
- **ogl_picking_old** - used in [Select + Mouse + OpenGL](http://www.bfilipek.com/2012/06/select-mouse-opengl.html)
- example code for old article about picking in opengl app.
- **cpp17** - samples for [C++17 in details 6: Filesystem](http://www.bfilipek.com/2017/07/cpp17-details-filesystem.html)