Explore >> Select a destination


You are here

mpark.github.io
| | www.think-cell.com
3.8 parsecs away

Travel
| |
| | eyakubovich.github.io
4.2 parsecs away

Travel
| | In the previous post, we developed a logarithmic depth accumulate() function that can be used to emulate a for-loop. In this post, we'll look at how to construct a function that emulates a while-loop with the recursive depth of O(lg(n)) where n is the number of iterations of the while-loop....
| | www.reedbeta.com
4.1 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | www.java-tv.com
21.8 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.