|
You are here |
blog.herlein.com | ||
| | | | |
nilambar.net
|
|
| | | | | Easily setup Gist by Github in Visual Studio Code and create, open, edit or delete Gist from Visual Studio Code editor. | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | I have been using Visual Studio Code in Ubuntu Linux for a while, but it was not an easy process to get it working the first time. I just got around to installing . | |
| | | | |
luten.dev
|
|
| | | | | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK. | |
| | | | |
lincolnmullen.com
|
|
| | | 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. | ||