Skip to content

Instantly share code, notes, and snippets.

View mdrkrg's full-sized avatar

MidoriKurage mdrkrg

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active November 4, 2025 01:31
Conventional Commits Cheatsheet
@aallan
aallan / mac-vendor.txt
Last active October 23, 2025 03:34
List of MAC addresses with vendors identities
000000 Officially Xerox
000001 SuperLAN-2U
000002 BBN (was internal usage only, no longer used)
000003 XEROX CORPORATION
000004 XEROX CORPORATION
000005 XEROX CORPORATION
000006 XEROX CORPORATION
000007 XEROX CORPORATION
000008 XEROX CORPORATION
000009 powerpipes?
@gelldur
gelldur / .clang-format
Last active May 30, 2025 23:12
My clang format file. In sample.cpp is sample output
# Checkout config tool: https://zed0.co.uk/clang-format-configurator/
# Or http://cf.monofraps.net/
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
# https://github.com/01org/parameter-framework/blob/master/.clang-format
# Tested on: clang-format version 6.0.1
# Common settings
BasedOnStyle: WebKit