Category: beginner
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 …
Well, the SSL (Secure Socket Layer) is the future for internet (blogs, websites etc). The SSL connections are secure meaning that it is almost impossible to crack/interpret the content …
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 …
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 …
The Processing (http://www.processing.org) Programming/Scripting language is so powerful that it can achieve many many stuffs using just a few lines of code. The Processing is ideal for Computer Graphics/Animation. …