dimamotsik - Overview
Pinned Loading
-
Decoder, that read structure of PNG picture(read only critical chunk) and compress with zlib(Deflate). This is simple decoder/compressor.
Python
-
My first module for Linux Kernel. This module print "Hello" and my university info
C
-
1
# Найти все действительные числа, например: -100; 21.4; +5.3; -1.5; 02
res = re.findall(r"[-+]?\d+(?:\.\d+)?", test_str)
5
# Проверить, что строка это серийный номер вида 00XXX-XXXXX-XXXXX-XXXXX, где X - шестнадцатиричная цифра