https://github.com/gjbex/scientific-c
Material for a training on C as a language for scientific programming
https://github.com/gjbex/scientific-c
c scientific-computing training
Last synced: over 1 year ago
JSON representation
Material for a training on C as a language for scientific programming
- Host: GitHub
- URL: https://github.com/gjbex/scientific-c
- Owner: gjbex
- License: cc-by-4.0
- Created: 2024-08-22T12:46:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T14:49:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T18:26:26.282Z (over 1 year ago)
- Topics: c, scientific-computing, training
- Language: C
- Homepage: https://gjbex.github.io/Scientific-C/
- Size: 7.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Scientific C
GitHub repository for participants of the "Scientific C" training. For
information on the training, see the website
[https://gjbex.github.io/Scientific-C/](https://gjbex.github.io/Scientific-C/)
## What is it?
1. [`scientific_c.pptx`](scientific_c.pptx): PowerPoint presentation used for the training.
1. [`source-code`](source-code): directory that contains sample code written to
develop the slides and illustrate concepts.
1. [License](LICENSE): license information for the material in this repository.
1. [Contributing](CONTRIBUTING.md): information on how to contribute to this
repository.
1. [Code of Conduct](CODE_OF_CONDUCT.md): code of conduct for this repository
and the training.
1. docs: directory containing the website for this repository.