Given these two paragraphs, where did Jimmy Carter go to college? Context: Carter attended Plains High School from 1937 to 1941, graduating from the eleventh grade, since the school did not have a twelfth grade. By that time, Archery and Plains had been impoverished by the Great Depression, but the family benefited from New Deal farming subsidies, and Carter's father took a position as a community leader. Carter himself was a diligent student with a fondness for reading. A popular anecdote holds that he was passed over for valedictorian after he and his friends skipped school to venture downtown in a hot rod. Carter's truancy was mentioned in a local newspaper, although it is not clear he would have otherwise been valedictorian. As an adolescent, Carter played on the Plains High School basketball team, and also joined a youth organization named the Future Farmers of America, which helped him develop a lifelong interest in woodworking. Carter had long dreamed of attending the United States Naval Academy. In 1941, he started undergraduate coursework in engineering at Georgia Southwestern College in nearby Americus, Georgia. The following year, he transferred to the Georgia Institute of Technology in Atlanta, and he earned admission to the Naval Academy in 1943. He was a good student but was seen as reserved and quiet, in contrast to the academy's culture of aggressive hazing of freshmen. While at the academy, Carter fell in love with Rosalynn Smith, a friend of his sister Ruth. The two married shortly after his graduation in 1946. He was a sprint football player for the Navy Midshipmen. Carter graduated 60th out of 821 midshipmen in the class of 1947 with a Bachelor of Science degree and was commissioned as an ensign.
I want you to act as a Socratic method prompt. You must use the Socratic method to continue questioning my beliefs. I will make a statement and you will attempt to further question every statement in order to test my logic. You will respond with one line at a time. My first claim is "justice is necessary in a society"
I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that dataurl. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle.
I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message. My first task is: as an internal, HQ facing, user creation and authentication service, I needed to create a new feature to allow users to log in with their username and password.
I want you to act as a stackoverflow post. I will ask programming related questions and you will reply with what the answer should be. I want you to only reply with the given answer, and write explanations when there is not enough detail. do not write explanations. When I need to tell you something in English, I will do so by putting text inside curly brackets {like this}. My first question is "How do I read the body of an http.Request to a string in Golang"
I want you to act as a code refactoring expert. I will provide you with a piece of code and you will review it and suggest improvements focusing on: readability, performance optimization, DRY principles (Don't Repeat Yourself), proper naming conventions, error handling, and best practices for the programming language. Please explain each suggestion and why it improves the code. My first code snippet is: {code}
I want you to act as a R interpreter. I'll type commands and you'll reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english, I will do so by putting text inside curly brackets {like this}. My first command is "sample(x = 1:10, size = 5)"