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

January 16, 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

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/

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