Useful tips for everyday
Where does the signal handler get executed in Python? A Python signal handler does not get executed inside the low-level (C) signal handler. Instead, the…
How to calculate area of intersection of polygons? Area of Intersection of Polygons This C program(Java too) computes the integral over the plane, of the…
Can Raspberry Pi create hotspot? The Raspberry Pi 3 comes with a built-in wireless adapter, which makes it easy to configure it as a WiFi…
Why is my code seg faulting? A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with…
When does compression occur in the LZW algorithm? LZW compression replaces strings of characters with single codes. It does not analyze the input text. Instead,…
What are the general principles for deciding the units of measurement of work? 1. The unit of measurement should be simple and convenient to measure,…
Is installing Gentoo worth it? gentoo is worth the effort if you want to learn how Linux works below the surface. I learned more from…
How do you name a product or service? 10 Tips for Product Naming Success Be Descriptive. Use Real Words with a Twist. Add a Prefix…
Where to meet or stop halfway between two locations? Find great places to meet or stop halfway between two or more locations using Whatshalfway.com. Find…
How do I find my DNS on AIX? BIND/DNS (domain name server, named) Network Information Service (NIS) The local /etc/hosts file….conf, AIX will: Look up…