Skip to content

Instantly share code, notes, and snippets.

@Supermanuu
Supermanuu / command.sh
Created May 31, 2024 09:25
Generate HTML documentation from Markdown folder
docker compose up doc
@Supermanuu
Supermanuu / manageStaticLibTimestamp.py
Last active February 15, 2023 11:52
This python script can reset or change the timestamp of ar output files for versions without -D option
#!/usr/bin/env python
import os
import re
max_file_size = 100 * 1024 * 1024
timestamp_length = 59
timestamp_pattern = re.compile(r'/((?:\d*\s+)?)(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+`')