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 months ago
JSON representation

Solutions to the Coursera's "Parallel Programming" course

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
```