Coursera - Parallel Programming in Java Week4
Coursera - Parallel Programming in Java Week3
Coursera - Parallel Programming in Java Week2
“First of all, testers must want software to fail.” – Udacity CS258 John Regehr
See the original video here.
Seven steps of debugging : TRAFFIC (Explicit Debugging!)
(Make notes about what is your Input, Expected Result and Actual Output, and which hypothese you made and rejected)
Udacity CS259 - Andreas Zeller
See the original video here
It’s the note for Parallel Programming in Java Week1 (Coursera, Rice). It’s about how to perform task-level parallelism by using Java Async/Finish, Fork/Join framework. It also introduce the concept of computing graph, how to caculate speed up etc.