welcome to the world of…

Looks like a small bulb used to indicate something unusual, like a malfunction.

Firefox cache and history cleanup

Filed under: Uncategorized — Tags: , , , , , — admin @ 2010/05/05 22:25

Firefox gets slower by the time. Lots of data is stored in sqlite databases. First step is cleaning cache – Menu>Tools>Clear Private Data – check Cache and Cookies. Other slowing stuff is the browsing history. Cleaning the whole history is not very effective way so why not remove only the oldest items? (more…)

Memoization

Filed under: Uncategorized — Tags: , , , , — admin @ 2009/03/18 12:56

I presume that you know what the memoization is. And if not then you can read about it on wikipedia. I’d like to write about problems that I ran into while implementing memoization in Python.

(more…)