5:16 Code Review: RPSLS game revisited. Is my design better than previous attempts? (3 Solutions!!) Roel Van de Paar
2:42 My node app with valid syntax is failing silently, but not breaking. Infrastructure problem? Roel Van de Paar
4:22 Averaging numbers from a file, obeying Single Responsibility Principle (2 Solutions!!) Roel Van de Paar
3:21 Code Review: How to verify if HTML table sort is stable or not? (2 Solutions!!) Roel Van de Paar
2:29 Code Review: Keep the sequential nature while updating the UI of the progress of the HTTP request Roel Van de Paar
4:13 Code Review: Decomposing bitfield with Haskell: is recursion the only way to do this? Roel Van de Paar
4:56 Code Review: Avoiding nested conditionals and comparing strings (5 Solutions!!) Roel Van de Paar
2:22 Code Review: lock-free job queue without size restriction (multiple read/write) Roel Van de Paar
4:10 Code Review: Keeping track of byte count in a binary protocol handler (2 Solutions!!) Roel Van de Paar
2:39 Code Review: Writing a small script to extract MS Exchange audit logs in .csv format Roel Van de Paar
3:49 Code Review: Is this following Separation of Concerns and PHP OOP standards? (2 Solutions!!) Roel Van de Paar
3:57 Creation of MxM matrix: Python version much slower than Matlab version (2 Solutions!!) Roel Van de Paar
2:27 Code Review: Tag Cloud using 2 queries (one nested), and a foreach loop: Is there a better way? Roel Van de Paar
2:41 Code Review: Neatly Transforming Anorm ResultSet Into Map[Parent , (Set[Child1], Set[Child2]))] Roel Van de Paar
1:46 Better way for accumulating a value than using inject/reduce with conditional operator? Roel Van de Paar
3:27 Code Review: Three-machine proportionate flow shop problem with unequal machine Roel Van de Paar
2:59 Code Review: How do I better structure Java code to avoid dereferencing null? (2 Solutions!!) Roel Van de Paar
2:31 Code Review: Hide menu during user inactivity with jQuery, setInterval performance Roel Van de Paar
3:33 Code Review: Given a string, return a string where every character in the original is doubled Roel Van de Paar
2:50 Is it bad when my code is throwing exceptions, but doesn't crash during runtime? Roel Van de Paar