Arul's Blog Posts
How to Use Python list.sort() and sorted() Functions
How to use the Python sort list method list.sort() and built-in sorted() function with examples.... continue reading
How to use the Python sort list method list.sort() and built-in sorted() function with examples.... continue reading
{ updated: 2024-12-06 04:10:46 }
Tar Files Created on macOS Display Errors When Extracting on Linux
tar.gz files seem to include extra files starting with ._. When these are extracted on Linux, a bunch of errors are displayed.... continue reading
tar.gz files seem to include extra files starting with ._. When these are extracted on Linux, a bunch of errors are displayed.... continue reading
{ updated: 2024-12-06 04:10:28 }
How to Get Rid of PHP mb_convert_encoding() Deprecation Error
Get rid of the PHP deprecation error mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities.... continue reading
Get rid of the PHP deprecation error mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities.... continue reading
{ updated: 2024-12-05 23:31:50 }
Python Program to Calculate SHA-256, SHA-512 and MD5 Hashes
How to find SHA-256, SHA-512 and MD5 values of a string using Python's hashlib module.... continue reading
How to find SHA-256, SHA-512 and MD5 values of a string using Python's hashlib module.... continue reading
{ updated: 2024-11-22 03:52:33 }
Codeforces Alice's Adventures in Chess Problem in Python and C++
My Python and C++ solutions for the Codeforces Alice's Adventures in Chess Problem 2028A. Includes the problem solving logic and speed benchmarks.... continue reading
My Python and C++ solutions for the Codeforces Alice's Adventures in Chess Problem 2028A. Includes the problem solving logic and speed benchmarks.... continue reading
{ updated: 2024-11-13 22:59:25 }
ACSL Junior Asterisks Problem
My Python solution for the ACSL Junior Division 2002-2003 Contest 1 Problem Asterisks. Includes the problem solving logic and Python code tips.... continue reading
My Python solution for the ACSL Junior Division 2002-2003 Contest 1 Problem Asterisks. Includes the problem solving logic and Python code tips.... continue reading
{ updated: 2024-10-27 18:31:27 }
Companies Hiring For Remote Jobs
This is a list of companies that are hiring 100% remote jobs. This list will be updated regularly.... continue reading
This is a list of companies that are hiring 100% remote jobs. This list will be updated regularly.... continue reading
{ updated: 2024-10-20 04:24:03 }
Annoying Things About Christian Radio
A few weird, annoying and cringe things about Christian radio stations.... continue reading
A few weird, annoying and cringe things about Christian radio stations.... continue reading
{ updated: 2024-10-20 03:20:03 }
More About American Computer Science League (ACSL)
Blog post about ACSL clubs, content and tips on how to coach your ACSL students.... continue reading
Blog post about ACSL clubs, content and tips on how to coach your ACSL students.... continue reading
{ updated: 2024-10-10 23:34:20 }
jq Command for JSON Processing with Practical Examples
Tutorial on how to use the jq command for processing JSON input. Includes examples like getting URLs of photos taken by the Mars Perseverance Rover.... continue reading
Tutorial on how to use the jq command for processing JSON input. Includes examples like getting URLs of photos taken by the Mars Perseverance Rover.... continue reading
{ updated: 2024-10-10 12:04:12 }
Page #5