Difference between revisions of "ThreadScope Tour/Downloads"

From HaskellWiki
Jump to navigation Jump to search
(New page: = Sudoku examples = <pre> git clone https://github.com/simonmar/par-tutorial.git cd par-tutorial/code make</pre> = ThreadScope Tour examples = * Download and unpack [[ThreadS...)
 
 
Line 7: Line 7:
 
= ThreadScope Tour examples =
 
= ThreadScope Tour examples =
   
* Download and unpack [[ThreadScope-Tour-examples.tar.gz|ThreadScope-Tour-examples.tar.gz]]
+
* Download and unpack [http://code.haskell.org/ThreadScope/ThreadScope-Tour-examples.tar.bz2 ThreadScope-Tour-examples.tar.bz2]
* '''TODO''' upload to WT or GitHub
 

Latest revision as of 11:07, 9 December 2011

Sudoku examples

    git clone https://github.com/simonmar/par-tutorial.git
    cd par-tutorial/code
    make

ThreadScope Tour examples