Skip to content
View dimamotsik's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report dimamotsik

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. EspecNorthAmerica/ChamberConnectLibrary EspecNorthAmerica/ChamberConnectLibrary Public

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

    Python 36 27

  2. Simple-PNG-compressor Simple-PNG-compressor Public

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

    Python

  3. HelloModule HelloModule Public

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

    C

  4. linux_kernel_mod linux_kernel_mod Public

    Forked from dsalnikov/linux_kernel_mod

    C

  5. pre-commit-config pre-commit-config Public

  6. simple_re_test_python.py simple_re_test_python.py
    1
    # Найти все действительные числа, например: -100; 21.4; +5.3; -1.5; 0
    2
    res = re.findall(r"[-+]?\d+(?:\.\d+)?", test_str)
    3
    
                  
    4
    
                  
    5
    # Проверить, что строка это серийный номер вида 00XXX-XXXXX-XXXXX-XXXXX, где X - шестнадцатиричная цифра