Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/scala-parallel-programming
Solutions to the Coursera's "Parallel Programming" course
https://github.com/shivam-880/scala-parallel-programming
Last synced: 7 days ago
JSON representation
Solutions to the Coursera's "Parallel Programming" course
- Host: GitHub
- URL: https://github.com/shivam-880/scala-parallel-programming
- Owner: shivam-880
- License: mit
- Created: 2020-07-24T14:32:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T02:11:03.000Z (over 4 years ago)
- Last Synced: 2024-10-09T10:01:58.937Z (28 days ago)
- Language: Scala
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-parallel-programming
Solutions to the Coursera's "Parallel Programming" course## ScalaShop
To run the **ScalaShop** program:
```
$ cd scalashop
$ sbt
> runMain scalashop.ScalaShop
```To run the **HorizontalBoxBlur** program:
```
> runMain scalashop.HorizontalBoxBlurRunner
```To run the **VerticalBoxBlur** program:
```
> runMain scalashop.VerticalBoxBlurRunner
```