At .NET 4.0 or .NET 4.5, you can write simple Parallel For Loop, which is useful if you have SIMD (Single Instruction Multiple Data). Instead of hard-coded threads, putting …
My laptop is Thinkpad T520 from Lenovo. The specs are Intel i7-2670QM 2.2GH (quad cores), 2×250 SSD (one Samsung, one Sandisk, both speed approximately 600MB/s), 8GB RAM. There are …
Code Review is very important, because it will help to get rid of those low quality code, which may not be easily identified. The low quality code may pass …
If you install wordpress, you should have a wp-config.php under the root directory of your wordpress installation folder. This file stores the important details of your database access details. …
In wordpress pages/posts, there is a comment form that allows users to post comments. The API for this is comment_form(), which can be found in theme template file comments.php. …
Some websites allow you to use some meta tags to denote the URLs, images, links and etc. For example, if you want to include a URL in your comment …