Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Technology

March 24, 2020 max-sperling

Unit testing series – Test with Mock (Part 5)

The third szenario is using a mock. Mock Test App Exec $ g++ -c UserInterface.cpp WindowManager.cpp $ ar rcs libwnd.a

Continue reading
March 24, 2020 max-sperling

Unit testing series – Test scenario (Part 2)

For my unit testing series I have designed the following szenario. Prev: Unit testing series – Intro / Setup (Part

Continue reading
March 24, 2020 max-sperling

Unit testing series – Intro / Setup (Part 1)

Introduction With unit testing you want to test the smallest unit possible, which means a single function. These units shall

Continue reading
March 19, 2020 max-sperling

Electronic components (Selection)

Jumper (J) A jumper is a conducting wire used to connect two contacts without creating a significant resistance. They are

Continue reading
March 13, 2020 max-sperling

Rectifier circuit

Allows converting alternating current (AC) into direct current (DC). Half-wave rectifier circuit (Without smoothing) Half-wave rectifier circuit (With smoothing) Full-wave

Continue reading
February 25, 2020 max-sperling

Parameter handling (REST)

Path-Param … Gets specified in the URL-Path to move down the hierarchy. Query-Param … Gets specified behind the URL-Path to

Continue reading
February 18, 2020 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 reading
January 31, 2020 max-sperling

Integer overflow (C++)

Unsigned integer Range: [0,255] Binary: 00000000 =++=> 00000001 =++=> … =++=> 11111111 Hex: 0x00 =++=> 0x01 =++=> … =++=> 0xFF

Continue reading
January 30, 2020 max-sperling

Bracketing (Exposure & Focus)

Sometimes it’s a good idea to do a sequence of pictures of a scene instead of a single shot. During

Continue reading
January 23, 2020 max-sperling

Layout of std::vector (libstdc++)

Source code Analysis Layout |——————————–| | vector vec | | 1 | 2 | 3 | 4 | 5 |

Continue reading

Posts navigation

«Previous Posts 1 … 17 18 19 20 21 … 27 Next Posts»

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (269)
    • Computer (239)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (27)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.