http://www.sitepoint.com/series/build-a-google-documents-word-count-tool/
Recursive algorithms can be slow because they end up solving the same little problems over and over again. To speed them up, you can use a technique called "memoization." Memoization allows algorithms go much more quickly by remembering solutions to problems they have already solved. I’m the recursive algorithm. This blog is my memoization.
Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts
Friday, November 14, 2014
Tuesday, November 11, 2014
Chrome developer tool saving
Nice video on a powerful tool. Most importantly, it shows you how to save the changes that you make.
http://www.youtube.com/watch?v=N8SS-rUEZPg
Also, see
http://stackoverflow.com/questions/6843495/how-to-save-css-changes-of-styles-panel-of-chrome-developer-tools
http://www.youtube.com/watch?v=N8SS-rUEZPg
Also, see
http://stackoverflow.com/questions/6843495/how-to-save-css-changes-of-styles-panel-of-chrome-developer-tools
Subscribe to:
Posts (Atom)