Skip to content

Instantly share code, notes, and snippets.

@pasabanov
pasabanov / crazy-radical-leftists-attack-xlibre.md
Last active September 15, 2025 16:14
Are We XLibre Yet? Crazy radical leftists are not.
@pasabanov
pasabanov / bench.py
Created March 15, 2025 17:24
Bench JacobiSVD
import numpy as np
import time
from scipy.linalg import svd
# --- Параметры ---
N = 1000 # Размер матрицы N x N
ITERATIONS = 10 # Число итераций измерения
# --- Генерация матрицы по сложному закону ---
def generate_matrix(N):
@pasabanov
pasabanov / semantic-commit-messages.md
Last active February 27, 2025 01:14 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages (GitHub extended)

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@pasabanov
pasabanov / Doxyfile_1.13.2
Created February 4, 2025 12:29
Doxyfile 1.13.2
# Doxyfile 1.13.2
# This file describes the settings to be used by the documentation system
# Doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
@pasabanov
pasabanov / Doxyfile_1.9.8
Created February 4, 2025 07:15
Doxyfile 1.9.8
# Doxyfile 1.9.8
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
@pasabanov
pasabanov / settings.json
Last active August 12, 2025 11:19
My VS Code Settings
{
// Warning!
// Some of these settings only take effect if added to the user's `settings.json`
// and will not work in the workspace `settings.json`.
// It is recommended to copy the privacy-related settings into your user's `settings.json`.
// PRIVACY
// Telemetry
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
@pasabanov
pasabanov / LICENSE.txt
Created October 31, 2024 00:34
MPL-2.0
Mozilla Public License Version 2.0
==================================
1. Definitions
--------------
1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
@pasabanov
pasabanov / LICENSE.txt
Created September 27, 2024 12:47
LGPL-3.0
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
@pasabanov
pasabanov / LICENSE.txt
Last active September 27, 2024 12:45
AGPL-3.0
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for