- wylaczyc powiadomienia slackowe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
- Setenta
- Setenta complicado https://www.facebook.com/groups/946498142084639/permalink/1018444458223340/
- wszystkie powtórzone: https://www.facebook.com/lukemisztal/videos/1694509030762088/
- Spotify od Sztorca https://www.facebook.com/groups/946498142084639/permalink/1018444458223340/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wip |
- 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ół,
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
call install visualstudiocode | |
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# taken from https://github.com/aspnet/SignalR-samples/blob/master/.gitattributes | |
# Auto detect text files and perform LF normalization | |
* text=auto | |
*.doc diff=astextplain | |
*.DOC diff=astextplain | |
*.docx diff=astextplain | |
*.DOCX diff=astextplain | |
*.dot diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.ComponentModel; | |
public static class ISynchronizeInvokeExtensions | |
{ | |
public static void InvokeOnUiThread<T>(this T @this, Action<T> action) where T : ISynchronizeInvoke | |
{ | |
if (@this.InvokeRequired) | |
{ | |
@this.Invoke(action, new object[] { @this }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using JetBrains.Annotations; | |
public class EnumGuard | |
{ | |
[Pure] | |
public static ArgumentOutOfRangeException CreateMissingEnumException<T>(string paramName, T value) | |
where T : struct | |
{ | |
return new ArgumentOutOfRangeException( |
NewerOlder