Recent posts

Useful functions in c

4 minute read

Some functions can be useful to copy and paste. The following code snippets are some functions that I used before.

Hexadecimal log in c

1 minute read

When you are network-programming, you can use logging function if you have special characters such as NULL, STX, ETX, etc., and if you have the wrong value, ...

Base of CSS3

1 minute read

CSS CSS Selectors .class .class1.class2 #id * element element.class element,element element element element>element element+element ...

Using bootstrap

less than 1 minute read

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScrip...

Useful tips for profile

1 minute read

If you are familiar with unix or linux, you know how important profile settings are. If I were to build a new server environment, I would check the profile f...