Disable Automatic App Update on Android Smartphones

By default automatic App update is enabled in most of the Android smartphones. Whenever you connect your Android phone to Wi-Fi network, download automatically starts for updates of all apps on your phone. This is good feature to have in general but some time it is  distraction of work also. For example, you connected your … Continue reading “Disable Automatic App Update on Android Smartphones”

How to Re-Indent C Code Using Notepad++

Indentation is very important for readability and manageability of code, especially, if the size of code base fairly big. Badly indented code is very difficult to understand or maintain. Good developers always maintain proper indentation but many times we get codes from internet or other sources which are not properly indented, many times they are … Continue reading “How to Re-Indent C Code Using Notepad++”

How To Delete all Lines Containing a Particular Text Pattern Using Notepad++?

Press Ctrl+F, Find/Replace dialog will be opened. Select the “Mark” tab. Type the text you want to search in the “Find what: ” filed. For example if you want to delete all lines containing “bible”, type “bible” in this box. Select “Bookmark line” checkbox. Press “Mark All” button. All lines that contain the pattern entered … Continue reading “How To Delete all Lines Containing a Particular Text Pattern Using Notepad++?”

What is Endianness? Difference between Big Endian and Little Endian

In computer and data communication, endianness refers to the ordering of bytes of a multi-byte data type in memory. In little endian systems, least significant byte is stored first in the memory and subsequent bytes are stored in the higher memory addresses. Similarly, in big endian systems, bytes are stored in the reverse order, i.e. … Continue reading “What is Endianness? Difference between Big Endian and Little Endian”

What is ARP and How does it work?

ARP stands for Address Resolution Protocol. It is used by the Internet Protocol (IP) to map IP network addresses (32 bit Logical Address) to the hardware addresses (48 bit Mac Address) used by a data link protocol. The protocol works below the network layer as a part of the interface between the OSI network and OSI link … Continue reading “What is ARP and How does it work?”

0
0
0
0
4
0