◐ Shell
clean mode source ↗

dimamotsik - Overview

Pinned Loading

  1. Python library for ESPEC North America chambers with P-300, SCP-220, Watlow F4, F4T controllers.

    Python 37 28

  2. Decoder, that read structure of PNG picture(read only critical chunk) and compress with zlib(Deflate). This is simple decoder/compressor.

    Python

  3. My first module for Linux Kernel. This module print "Hello" and my university info

    C

  4. 1

    # Найти все действительные числа, например: -100; 21.4; +5.3; -1.5; 0

    2

    res = re.findall(r"[-+]?\d+(?:\.\d+)?", test_str)

    5

    # Проверить, что строка это серийный номер вида 00XXX-XXXXX-XXXXX-XXXXX, где X - шестнадцатиричная цифра