Skip to content

Instantly share code, notes, and snippets.

View karmek-k's full-sized avatar
🇵🇱

Bartosz karmek-k

🇵🇱
View GitHub Profile
@johnmcfarlane
johnmcfarlane / begin(C++).md
Last active June 26, 2024 14:42
Resources for C++ beginners
@Piotr-Aueternum
Piotr-Aueternum / README.md
Last active January 2, 2024 19:51
Jak zacząć w Reakcie i Reduksie, a całość dopełnić Ramdą.
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 8, 2024 04:38
Semantic Commit Messages

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

@hunterhector
hunterhector / emoticons
Last active November 9, 2022 04:18 — forked from Digo/emoticons
I used these emoticons to decorate my bash via this script: https://gist.github.com/hunterhector/e8befc2d0bfe636bee56
(´・ω・`)
(˘❥˘)
(・ิω・ิ)
(。▰‿‿▰。) ❤
( ・ิω・ิ)ノิ
Z(∩3∩)Z
o( ̄ヘ ̄o#).
╰(*°▽°*)╯
ʅ(‾◡◝)ʃ
ʕ •ᴥ•ʔ
@sloria
sloria / bobp-python.md
Last active July 7, 2024 18:13
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens