An open API service indexing awesome lists of open source software.

https://github.com/vasilescur/c-sharp-experiments

A small collection of programs I've made in C# over the years.
https://github.com/vasilescur/c-sharp-experiments

Last synced: 3 months ago
JSON representation

A small collection of programs I've made in C# over the years.

Awesome Lists containing this project

README

        

# C-Sharp-Experiments
A collection of various programs I've made in C# over the years.
Uploaded in the Visual Studio project format, so the source code will be inside the project's subfolder.

## Integration 2
Implements numeric integration of a power function using a Riemann Sum.

## Refraction Index
This physics utility graphs the variation of an index of refraction with frequency and wavelength.

## DoNothing
Clicking one button does nothing, and clicking the other cancels that command. Uses thread(s)!