The document contains code snippets from 3 weekly coding assignments: 1) A Java program to check if a string is a palindrome. It compares characters at the beginning and end of the string. 2) A Java program to sort a list of names in ascending order using string comparison and swapping. 3) A Java program to count the frequency of words in a given text by tokenizing, sorting, and printing the words.