Skip to content

Instantly share code, notes, and snippets.

View kmorcinek's full-sized avatar

Krzysztof Morcinek kmorcinek

View GitHub Profile
@kmorcinek
kmorcinek / .gitignore
Last active June 15, 2025 15:13
.gitignore for C# projects
# The following command works for downloading when using Git for Windows:
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
#
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
#
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
# User-specific files
@kmorcinek
kmorcinek / Bachata.md
Last active October 31, 2024 17:14
Figurki z bachaty ku przypomnieniu

Figurki

  • Slide - kurde jak:), a po slide powoli (moze po pauzie) wracamy do 8.
  • Helikopter
  • zmiana tempa
  • Zatrzymanie z lewą ręką wyciągającą jej rękę do góry
  • Kręcenie głową partnerki (ale bez siły, nie naciskać, to samo idzie)
  • Z karata w rękę partnerki, jej ręka na mój bark i kręcę głową wychodząc
  • Kozakiewicz (w obie strony)
  • Falka - (już zapomniałem jak to szło) na 7(8) zejść na dół,
@kmorcinek
kmorcinek / git commands.txt
Last active September 30, 2023 09:16
Git Commands. My common scenarios for using git.
# good git book
http://git-scm.com/book
# Discard uncommitted changes in a specific file
git checkout file_name
# Clear everything not in repo
git checkout -- .
# A way to quickly move to the previous commit in a git branch. This also way for "deleting" last commit.
@kmorcinek
kmorcinek / quotes
Last active June 5, 2023 18:32
Quotes in json
{"quotes": [
{"content": "NIC NIE MUSISZ, MOŻESZ WSZYSTKO"},
{"content": "Always make new mistakes", author:"Esther Dyson"},
{"content": "Życie jest po to żeby wybrać źle", author:"Mirosław Kępiński"},
{"content": "Nie ma prawo i lewo - jest góra i dół", author: "Tomasz Agencki (AgenTomasz)"},
{"content": "If a man drinks wine and not water I cannot say he is acting irrationally. At most I can say that in his place I would not do so. But his pursuit of happiness is his own business, not mine.", author: "Ludwig von Mises"},
{"content": "Najmniejszą mniejszością na Ziemi jest jednostka. Ci, którzy odmawiają praw jednostkom, nie mogą twierdzić, że są obrońcami mniejszości", author: "Ayn Rand"},
{"content": "Co się stało na boisku, zostaje na boisku", author: "Bartek Zdybowicz"},
{"content": "Zapraszam Cie na kolacje i sniadanie - i żeby nie było wątpliwości - w takiej właśnie kolejnosci.", author: "Daniel Zaborowski"},
{"content": "jak byłem w podstawówce to
# Learn playing lol
## Smart Ping Menu
https://support-leagueoflegends.riotgames.com/hc/en-us/articles/201752974-Smart-Ping
Open up the menu by holding down the Alt, Ctrl, G, or V keys and then left-clicking
On Mac: the same (Command) just with left mouse click and you can choose the sign.
@kmorcinek
kmorcinek / gitconfig
Last active February 27, 2022 18:45
Add it to ".gitconfig" file in your user directory. Configuration & aliases for git.
[core]
# autocrlf = true/input # it should be done explicit using .gitattributes https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings
[pull]
rebase = true
[push]
default = current
[alias]
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cgreen\\ [%an]" --decorate
lst = log --pretty=format:%C(yellow)%h%Cred%d\\ %Creset%s%Cgreen\\ [%an] --decorate -10
lds = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cgreen\\ [%an]" --decorate --date=short
@kmorcinek
kmorcinek / Szkolenie.md
Last active March 23, 2021 14:15
Tematy na szkolenie ze Slacka

Szkolenie ze slacka

Przed szkoleniem

  • wylaczyc powiadomienia slackowe

Tematy

Organizacja kanałów

https://docs.python.org/3/tutorial/classes.html#class-objects