Mutexes (Selection) … synchronizes the access on critical sections std::mutex Provides exclusive access (can only be pulled by one thread
Continue readingBuoyancy control – depth and time
Depth If you go down/up (descend/ascend) the gas spaces in your suit (dry or wet), your BCD and your body
Continue readingInter process synchronization (Linux)
Synchronizes the access on critical sections between processes. Prototypic lock file (with symlink) Alternative Boost has an interprocess namespace which
Continue readingPolicy-based routing (Linux)
Classic routing – Happens based on the destination address of the ip packet Classic routing tables $ ip rule list
Continue readingMath – Exercise 8 (Analysis)
Given Find All extremum of that function and their types. Solution Answer
Continue readingChemistry – Exercise 1 (Stoichiometry)
Given 10g of butane. Find The mass of carbon dioxide and water created during the combustion of the butane. Solution
Continue readingPhysics – Exercise 1 (Energy)
Given A ball is rolling down a hill on the earth without any friction and starts with a velocity of
Continue readingMultithreading (Web apps)
Types of Worker Type Worker Web Worker Service Worker Dedicated Worker Shared Worker Amount Multiple per tab One per origin
Continue readingNull-terminated strings (C++)
If you are working with strings you have two basic ways to define its length. Either you write a specific
Continue readingMath – Exercise 7 (Algebra)
Given A boat drives (10 km/h) on a river (4 km/h). Find The steering angle of the boat to traverse
Continue reading