Arul's Blog Posts

How to Generate Random Numbers in Python
Blog post about how to generate random numbers in Python using various methods. Uses random and secret modules.... continue reading
{ updated: 2024-08-30 01:37:14 }
Codeforces Maximum Multiple Sum Problem in Python and C++
My Python and C++ solutions for the Codeforces Maximum Multiple Sum problem 1985A. Includes the problem solving logic and speed benchmarks.... continue reading
{ updated: 2024-08-29 20:47:43 }
How to Break a Python List into Sublists or Slices
Learn how to break a Python list into a list of lists or tuples using itertools.batched, list comprehension, slicing and for loops with append.... continue reading
{ updated: 2024-08-27 22:41:04 }
How to force Comcast IP address to change
Tutorial on how to force your Comcast IP address to change when using a Linksys router... continue reading
{ updated: 2024-08-27 22:39:34 }
How to Automate Facebook Posts to Page using Python and Graph API
Tutorial on posting to your Facebook page using Python and Graph API v19. This includes increasing your access token lifetime from 2 months to indefinitely.... continue reading
{ updated: 2024-08-27 03:01:05 }
How to Flush, Clear or Delete the DNS Cache in macOS, Windows, Linux
Different ways to flush, clear or delete the DNS cache in macOS, Windows, Linux, Google Chrome, Mozilla Firefox, Microsoft Edge and Safari.... continue reading
{ updated: 2024-08-27 02:37:37 }
How to Set X-Frame-Options in Nginx, Apache, Flask and NodeJS
This blog post shows how to set X-Frame-Options in Nginx, Apache, Flask and NodeJS. Includes a complete program.... continue reading
{ updated: 2024-08-26 21:21:46 }
How to Check the Debian Linux Version
Different ways to find the version of Debian GNU/Linux on your computer or server using default packages and tools.... continue reading
{ updated: 2024-08-23 12:52:27 }
Refresh LinkedIn Post Text and Thumbnail Cache
How to reset or refresh the text and thumbnail cache of your LinkedIn post. It sometimes shows the old text or image.... continue reading
{ updated: 2024-08-08 16:49:58 }
2024 Sales Tax Holidays by State in the USA | Sales Tax Free Weekends
List of sales tax-free days or tax-free weekends in the United States for 2024. On these days, participating states offer sales tax break on certain items.... continue reading
{ updated: 2024-08-07 19:05:50 }

Page #11