I wrote a Chinese Chess freeware in 2005 (ten years) ago (as the bachelor final year project). The project was initially written and compiled under Delphi 7. Later I …
I would recommend using https://conemu.github.io/ to replace the windows command line shell. Using ConEmu makes you feel like working in Linux. ConEmu is a windows command shell enhancer. These …
My laptop did not work quite well because of the high temperature after the Fan stopped working properly. I came across the Kelsus-IT seller which has a great refurbished …
Temperature kills performance, especially that the CPU can’t stand high temperature. I have a old laptop, which recently I found out that it re-boots itself quite often when the …
From Delphi XE7, there is a Parallel.For. There is also a OmniThreadLibrary (OTL) but it doesn’t compile on D2007 because there is no support for Generics and Anonymous methods …
Tasks / Threads created by TParallel are more or less persistent which might be good for reusability. However, I would like to see a class method for cleaning up. …