Explore >> Select a destination


You are here

www.andreasnesheim.no
| | mfkl.github.io
13.3 parsecs away

Travel
| | Following the official deprecation of Xamarin.Forms, we are announcing the LibVLCSharp integration for MAUI.
| | smoitzheim.online
81.5 parsecs away

Travel
| | "[T]hese ads are trying to sell LLMs as a tool for sending routine business communications. They are trying to make it look natural to fuss over each email so neurotically...
| | codetraveler.io
12.7 parsecs away

Travel
| | In Xamarin.Forms, we used Xamarin.CommunityToolkit.Markup to create our UI using C# (no XAML). For .NET MAUI, we can continue to create our UIs in C# (No XAML) thanks to CommunityToolkit.Maui.Markup. Let's take a look at the key differences between the two libraries, and then we'll
| | lincolnmullen.com
91.9 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.