Scenario c1b06e — 62d8d3 [feature] / e73a83 — 6cfaec — 90ed1b [develop] Goal: Merge feature into develop. 2-way merge Solve
Continue readingCategory: Technology
Deployment level
If you have developed a new feature or fixed a bug you should test that change before deploying it directly
Continue readingRadiation (Mobile devices)
All of the currently used wireless data transfers technologies (listed underneath) are operating with a frequency classifying them as microwaves.
Continue readingGarbage Collection (Git)
Facts It can be locally configured. It can be triggered manually as well. It cleans up not only orphaned commits.
Continue readingFirefox – Activate autofill addresses
The analysed Firefox version is 125. If you have another version it’s maybe different. Desktop You have to add your
Continue readingCache friendly code
Example Analysis The array will be stored in memory like this: [row_0, col_0] … [row_0, col_999] … [row_999, col_0] …
Continue readingFan Control
If you are not happy with the default fan curve, you can change it with Fan Control. Overview CPU Calibration
Continue readingLayout of std::string (libstdc++)
Source code Analysis $ g++ –version g++ (Ubuntu 13.2.0-4ubuntu3) 13.2.0 $ g++ main.cpp -g $ gdb a.out (gdb) b 7
Continue readingVirtual vs. Template (C++)
Virtual Gets resolved at run-time, leading to a shorter compile-time. Template Gets resolved at compile-time, leading to a shorter run-time.
Continue reading