If you want to replace lots of text and all of them are based on the same pattern, it would
Continue readingAuthor: max-sperling
Antriebsstrang
Motor –> Kupplung –> Getriebe (–> Kardanwelle) (–> Zentraldifferential) –> Achsdifferential –> Antriebswelle –> Räder Motor (4-Takt-Ottomotor): Beim betätigen des
Continue readingOperating System APIs (C++)
Before using the OS APIs directly, take a look if the STL or boost already provides this functionality. Also be
Continue readingPush rejection (Git)
Reason: If you have updated a local branch and then trying to push it on remote you may got the
Continue readingCode documentation (Doxygen)
General Always document large software projects, so other programmers can understand your code. Consider using tools like Javadoc or Doxygen
Continue readingWhen to use which cast (C++)
Types Type Area Risk static_cast – Converts fundamental types– Non-const to const– Down-casts (dangerous) Medium dynamic_cast – Down- and side-casts
Continue readingRebase branch on rebased parent (Git)
This is necessary when you develop on an child-feature-branch and the parent-feature-branch has been rebased. 0. Initial situation 1. Rebase
Continue readingScuba Diving Basics (Recreational)
Delimitation Always stay within the no-decompression limit and never enter an overhead enviroment. These rules make sure that you can
Continue readingFuse box basics – MCB and RCD
MCB (Miniature Circuit Breaker) Basics The MCB disconnects the circuit in case of a short or an overload. It protects
Continue readingTypes of Currents (Electrics)
Fundamentals There are two types of current. One is direct current (DC) and the other is alternating current (AC). Direct
Continue reading