Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Computer

August 28, 2019 max-sperling

Architectural vs. Design Pattern

Architectural pattern … Pattern on a high level – Multi-Layer (e.g. Text editor) – Client-Server (e.g. Banking) – Peer-To-Peer (e.g.

Continue reading
June 25, 2019 max-sperling

Working with different remotes (Git)

Basics Most people I talked to are using origin and remote as an equivalent, but the aren’t. Origin is the

Continue reading
February 20, 2019 max-sperling

HTTP vs. WebSocket

HTTP is a RESTful protocol with a uni-directional communication. This means the client needs to poll to get updates from

Continue reading
January 29, 2019 max-sperling

HTTP hacking – Vote counter (Example 2)

I have acted like they would have been more intelligent to make it harder to hack their counter. 🙂 But

Continue reading
January 22, 2019 max-sperling

(Un)pack and (De)compress a directory (Linux)

Pack tar -cvf archive.tar /path/to/folder Compress gzip archive.tar bzip2 archive.tar Pack & Compress tar -czvf archive.tar.gz /path/to/folder tar -cjvf archive.tar.bz2

Continue reading
January 14, 2019 max-sperling

Bit operations (C++)

Set a bit value |= 1

Continue reading
December 22, 2018 max-sperling

Assembly of compiled C-Code (Example)

DWORD … 4 Byte (on x86) For a basic assembly instruction: Link

Continue reading
December 16, 2018 max-sperling

Memory Management (Basics)

Process Each process is running on its own virtual address space. The MMU does the necessary translation from/to the physical

Continue reading
December 14, 2018 max-sperling

Coredump analysing (GDB)

Setup Threads & Stack Functions & Variables Convenience Variables Containers Memory

Continue reading
November 22, 2018 max-sperling

Common mistakes (C++)

The following list shows a few common mistakes you will find in code you will have to review before its

Continue reading

Posts navigation

«Previous Posts 1 … 18 19 20 21 22 … 24 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 (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • 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.