https://github.com/wigging/computing-julia
Examples of the Julia programming language
https://github.com/wigging/computing-julia
julia scientific-computing
Last synced: about 1 year ago
JSON representation
Examples of the Julia programming language
- Host: GitHub
- URL: https://github.com/wigging/computing-julia
- Owner: wigging
- License: mit
- Created: 2021-06-02T15:31:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:43:44.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:37:27.233Z (over 1 year ago)
- Topics: julia, scientific-computing
- Language: Julia
- Homepage: https://gavinw.me/computing-julia
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 🧮 Computing Julia
The Julia programming language is a high-level, high-performance languauge that is suitable for scientific computing applications. This repository and accompanying website contain examples that demonstrate various aspects of Julia programming. The website is available at https://gavinw.me/computing-julia.
## Examples
Example code is located in the `julia-scripts` and `julia-projects` folders.
## Website
The website is available at https://gavinw.me/computing-julia. It is generated with the [genja tool](https://github.com/wigging/genja). The website is hosted with GitHub Pages from the `docs` folder.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile:.
## Contributing
Submit a Pull Request if you would like to contribute to this project. Questions and other comments can be submitted on the Issues page.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.