Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geetmankar/coding-projects
A repo for my (generally non-ML) Coding Projects (Physics or otherwise)
https://github.com/geetmankar/coding-projects
gpu julia julia-language julialang physics physics-simulation python python3 rust rust-lang simulation
Last synced: about 1 month ago
JSON representation
A repo for my (generally non-ML) Coding Projects (Physics or otherwise)
- Host: GitHub
- URL: https://github.com/geetmankar/coding-projects
- Owner: geetmankar
- Created: 2023-04-03T09:15:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T09:17:00.000Z (over 1 year ago)
- Last Synced: 2024-10-12T23:21:35.445Z (3 months ago)
- Topics: gpu, julia, julia-language, julialang, physics, physics-simulation, python, python3, rust, rust-lang, simulation
- Language: Jupyter Notebook
- Homepage:
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Coding Projects [Physics or otherwise]
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Julia](https://img.shields.io/badge/-Julia-9558B2?style=for-the-badge&logo=julia&logoColor=white)
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)## List of projects:
1. [nbody-code](https://github.com/geetmankar/coding-projects/tree/main/nbody-code): N-body simulation code in _**Python**_ (CPU and GPU), _**Julia**_, and _**Rust**_.
2. [ising-model-magnets](https://github.com/geetmankar/coding-projects/tree/main/ising-model-magnets): Simple Ferromagnet Ising Model.