A great way to feed OpenAI all your source code
A great way to feed OpenAI all your source code for auto generating commit message based on code differences(GPT based approach): gpt-commit commitomatic what the commit
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>
Cinder Climb
My project for a climbing wall. Although in principle a climbing wall is not necessary....
High throughput Fizz Buzz
https://codegolf.stackexchange.com/questions/215216/high-throughput-fizz-buzz/
Multiplication
Basecase Multiplication Karatsuba Multiplication Toom 3-Way Multiplication Toom 4-Way Multiplication Higher degree Toom’n’half FFT Multiplication Other Multiplication Unbalanced Multiplication