Ai Skill Team
CodingChatGPTQuality 97

Coding AI Prompt

What year was the first public school in America founded? Context: Boston is one of the oldest municipalities in America, founded on the Shawmut Peninsula in 1630 by Puritan settlers from the English town of the same name. It was the scene of several key events of the American Revolution and the nation's founding, such as the Boston Massacre, the Boston Tea Party, the Battle of Bunker Hill, and the siege of Boston. Upon American independence from Great Britain, the city continued to be an important port and manufacturing hub as well as a center for education and culture. The city has expanded beyond the original peninsula through land reclamation and municipal annexation. Its rich history attracts many tourists, with Faneuil Hall alone drawing more than 20 million visitors per year. Boston's many firsts include the United States' first public park (Boston Common, 1634), first public or state school (Boston Latin School, 1635) first subway system (Tremont Street subway, 1897), and first large public library (Boston Public Library, 1848).

dollydatabricksinstructionhuggingface
Use This PromptMore Coding Prompts

Related Coding Prompts

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"

Coding100

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.

Coding100

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.

Coding100

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"

Coding100

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}

Coding100

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)"

Coding100