How To Enable A 64 Bit Visual Cpp Toolset On The Command Line

x64 Native Tools Command Prompt for VS 2022 how to enable a 64 bit visual cpp toolset on the command line

November 28, 2023

Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them. You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot them....

February 2, 2023

Avalonia

In case of trouble while installing the package Avalonia, check the NuGet.config: c:\Users\<USER>\AppData\Roaming\NuGet\NuGet.Config <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://www.nuget.org/api/v2/" /> </packageSources> </configuration>

January 16, 2023

High throughput Fizz Buzz

https://codegolf.stackexchange.com/questions/215216/high-throughput-fizz-buzz/

November 15, 2021

Analyzing Japanese with Natural Language Processing and Go

One of the most exciting things about learning a foreign language is developing a proficiency for reading it. At first, sentences in the foreign languages start off as intimidating blocks of text, totally opaque and meaningless. With lots of practice, single words start to make sense here and there. A basic understanding of the language’s syntax transforms the process. Analyzing Japanese with Natural Language Processing and Go

November 15, 2021