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

Multiplication

Basecase Multiplication Karatsuba Multiplication Toom 3-Way Multiplication Toom 4-Way Multiplication Higher degree Toom’n’half FFT Multiplication Other Multiplication Unbalanced Multiplication

November 15, 2021