Reason: If you have updated a local branch and then trying to push it on remote you may got the
Continue readingAuthor: max-sperling
Code documentation (Doxygen)
If you are working at a huge software project it’s important to always write a documentation. This is important cause
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 readingLS- und FI-Schalter (Elektrik)
LS- und FI-Schalter befinden sich im Sicherungskasten. LS-Schalter (Leitungsschutzschalter) Grundlagen Der LS-Schalter (MCB) hat die Funktion den Stromkreis bei Kurzschluss
Continue readingStrom- und Schaltungsarten (Elektrik)
Stromarten Grundlagen Grundlegend gibt es zwei Arten von Strom zw. denen mehr oder weniger gut transformiert werden kann. Es gibt
Continue readingNetwork components (Selection)
Repeater A repeater just repeats the signals it receives. They can be wired (with 2 ports) or wireless. Therfore it
Continue readingUnit testing series – Test with Stub (Part 4)
The second szenario is using a stub. Stub Test App Exec $ g++ -c UserInterface.cpp WindowManager.cpp $ ar rcs libwnd.a
Continue readingDesign pattern (Selection)
1. Creation 1.1 Factory 1.2 Singleton 1.3 Dependency injection 1.4 Objectpool … is a pool of already initialized objects, like
Continue reading