Skip to content

Instantly share code, notes, and snippets.

View amis92's full-sized avatar

Amadeusz Sadowski amis92

View GitHub Profile
@amis92
amis92 / macos-links.md
Created July 6, 2017 15:22
Useful links and tips for MacOS
@amis92
amis92 / LolBoolUnion.cs
Created May 9, 2017 15:13
A bool that's neither true nor false :O
using System;
using System.Runtime.InteropServices;
public class Test
{
public static void Main()
{
Console.WriteLine($"false as byte: {new LolBoolUnion(false).ByteValue}");
Console.WriteLine($"true as byte: {new LolBoolUnion(true).ByteValue}");
Console.WriteLine($"0 as bool: {new LolBoolUnion(0).BoolValue}");
@amis92
amis92 / MarkdownTextBlock Image link.md
Last active March 30, 2017 16:03
Resources to report issues with MarkdownTextBlock
@amis92
amis92 / webapi-links.md
Last active September 21, 2016 12:12
Interesting ASP.NET (and not only) WebAPI links
@amis92
amis92 / xamarin-links.md
Last active July 21, 2016 10:48
Xamarin links