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.
- Host: GitHub
- URL: https://github.com/vasilescur/c-sharp-experiments
- Owner: vasilescur
- Created: 2017-03-25T22:02:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T12:53:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T17:34:29.996Z (4 months ago)
- Language: C#
- Size: 3.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!