no warnings when compiling /W3 · nothings/stb@a0b521f compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 c...
PostgreSQL Tools for the Visually Inclined I started my career on the Microsoft stack building forms and websites using drag and drop tools. Over time that became a punchline, which is unfortunate because honestly, the productivity was insa…
Martin needs to watch Trainspotting · Issue #2 · martinwoodward/martin_public Version Used: Martin Woodward, Jan 22 2017 Steps to Reproduce: Find Martin Talk about movies Mention the worst toilet in Scotland Expected Behavior: "Yeah, that was a bloody good moment in Tra...
How to play 21 against 22 Learn how to play 21 against 22 (or any polyrhythm). It's not only possible, but it's not as difficult as you might think. In this video, we look at a few ways to play polyrhythms -- including Jacob Collier's famous 21:22 -- as well as some musical appli...
7:11 Polyrhythms This video teaches you exactly how to break down a 7 against 11 polyrhythm, and play it. Why? Because memes can be a way to musical aptitude. It should have been sponsored by 7-Eleven, but wasn't. Oh well. If you want to download the 7:11 tune, its he...
Exploring the Docker Extension for VS Code and .NET Core - DEV Community 👩💻👨💻 The Docker extension for VS Code was recently updated to better support .NET ... Tagged with docker, vscode, dotnetcore, azure.
Hardware intrinsic in .NET Core 3.0 - Introduction In the past two years, I worked for Intel Corporation as a compiler engineer. The major project I worked during that period of time is to design and implement the x86 hardware intrinsic for .NET Core.
Efficient params and string formatting by jaredpar · Pull Request #2293 · dotnet/csharplang This proposal is being discussed at LDM on 3/4/2019.
IIS Hosting for ASP .NET Core Web Apps This is the ninth of a series of posts on ASP .NET Core in 2019. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2019, titled A-Z of ASP .NET Core! A – Z of…
puns.dev - The Worst Computer Puns on the Internet A curated selection of the worst computer puns from around the Internet
The Latest in Creepy Spyware - Schneier on Security The Nest home alarm system shipped with a secret microphone, which -- according to the company -- was only an accidental secret:
CoreCLR’s environment is not your environment CoreCLR maintains its own private copy of environment variables
How to make your game run at 60fps Here’s the deal. You got a game, and you want to run it at 60 fps on a 60hz monitor. Your computer is fast enough that both rendering and…
CognitiveComplexity - Plugins | JetBrains This plugin implements live calculation of the Cognitive Complexity metric, which was proposed by G.
The Orville Prequel / Old Parody of Star Trek TOS footage was originally found by this channel: https://www.youtube.com/channel/UCsU6mvoJAhMTqJnuZXCwFBQ sci fi reviews channel: https://www.youtube.com/channel/UCrLsxBysUHnpSKRpXMbMVzg All parody Edits : https://www.youtube.com/channel/UCnnRzi7q1YTRFY...
dotnet/coreclr CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - dotnet/coreclr
dotnet/coreclr CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - dotnet/coreclr
Inline IL ASM in C# with Roslyn | xoofx Source code for Roslyn changes is available on github Source code of the example program is available in this gist In the past years I have been using and abusing a lot patching assemblies for...