Category: code
Some unfriendly websites may link your pages but put yours under one of the iframes. This is annoying and may compromise the user experience. You can avoid this by …
Many bloggers use WordPress (The Famous and Recommended Content Management System CMS) nowadays. WordPress has a inbuilt comment system so that the readers can engage in the discussions. The …
Bash Shell is powerful. We can accomplish many complex jobs based on the abundant commands. This tutorial presents a Bash shell to check a given number to see it …
This puzzle is from Leetcode Online Judge and this may appear quite often during interviews. This puzzle asks you to find the minimal sum for a number triangle. You …
With C#, we can write code in a quick and elegant way. For example, if you want to search for temporary files (with some file patterns) in the system …