Recent posts

How to initialize variables in c

1 minute read

Initializing is not complex but something different for various languages. It makes me tired to remember if I start to use another language from time to time...

Tips for including headers in c

1 minute read

If we use high level languages and get used to developer environments such as visual studio, eclipse, android studio, inclusion and import are very easy. In ...

Basic information for HTTP and HTML

2 minute read

If you use web programming, you need basic knowledge about http protocol. Google, Amazon, and others offer a variety of web APIs. Coin Exchange also uses a l...

Basic information for shell script

2 minute read

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered t...