Category: programming languages
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 …
September 28, 2014
beginner, c / c++, code, code library, compiler, implementation, linux, programming languages, python, ubuntu
*.so files under Linux are similar to *.dll on windows. They are both shared library, which contain commonly-used functions/classes. The shared library can be loaded into memory whenever needed …
There are many ways to show line numbers when displaying text files. For example, in this article, we know the utility nl can be used to show line numbers …
I have just created two summary pages for my two blogs: https://helloacm.com/archives-of-pagesposts/ and http://www.codingforspeed.com/archives-of-pagesposts/. In both pages, all articles (including pages) are sorted by months. The number of comments …
September 22, 2014
beginner, code, code library, database, implementation, php, programming languages, sql, web programming, webhosting, wordpress
Suppose you have quite a number of decent posts in your blog and you are wondering that if there is a way to post to twitter/facebook (or other social …