How-to articles, tricks, and solutions about CHUNKS
How do I split a list into equally-sized chunks?
Here is a function that takes a list and an integer n and splits the list into n equally sized chunks: