Given Find Solution Kirchhoff’s voltage law Kirchhoff’s current law Answer
Continue readingAuthor: max-sperling
Decorator (Design Pattern)
This structural pattern increases the functionality of a class. Looks similar to a proxy, but it gets the object injected
Continue readingInteger overflow (C++)
Unsigned integer Range: [0,255] Binary: 00000000 =++=> 00000001 =++=> … =++=> 11111111 Hex: 0x00 =++=> 0x01 =++=> … =++=> 0xFF
Continue readingBracketing (Exposure & Focus)
Sometimes it’s a good idea to do a sequence of pictures of a scene instead of a single shot. During
Continue readingUkemi (Breakfalls)
There are plenty of different situations where you will possible fall. For example if you stumble over an obstacle, fall
Continue readingLayout of std::vector (libstdc++)
Source code Analysis Layout |——————————–| | vector vec | | 1 | 2 | 3 | 4 | 5 |
Continue readingSnorkeling with goggles?
If you stay at the surface the whole time you can also use goggles, but if you go deeper then
Continue readingAreas of Mathematics (Selection)
Logic |–> Connectives (Negation, Conjunction, Disjunction, Implication, Equivalence) |–> Quantifiers (Universal quantifier, Existential quantifier) Set theory |–> Operations (Union, Intersection,
Continue readingPhishing (via Email)
Phishing comes in mind if you want access to another account, but you aren’t able to bypass the login (e.g.
Continue readingMalware comparison (Selection)
Fundamentals A Virus is a program which attaches itself to other programs. A Worm is a program which tries to
Continue reading