Difference between revisions of "New skills"
From Wiki at Neela Nurseries
m |
m |
||
Line 27: | Line 27: | ||
− | + | Containers, Kubernets . . . | |
+ | <ul> | ||
+ | * https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ | ||
+ | </ul> | ||
<!-- comment --> | <!-- comment --> |
Revision as of 21:39, 12 February 2021
Cmake, a software development tool:
C++ Programming Lanuage and Topics
- https://www.geeksforgeeks.org/the-c-standard-template-library-stl/ C++ STL classes
- http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1319r0.html C++11 versus C++14
- https://en.wikipedia.org/wiki/Reference_(C%2B%2B) References C++ versus Pointers C
2021-02-09 Tuesday - Direct Rendering Manager DRM and related:
QtConcurrent . . .
- https://doc.qt.io/Qt-5/qtconcurrent-index.html Code written with QtConcurrent automatically adjusts number of threads instantiated based on number of available processor cores detected at run time . . .
- https://doc.qt.io/qt-5/containers.html Qt container classes, replacements for C++ STL (Standard Templates Library)
Containers, Kubernets . . .