Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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