Ai Skill Team
CodingChatGPTQuality 97

Coding AI Prompt

What were the names of the people who wrote Massive Attack's Unfinished Sympathy? Extract the name and surname into a comma-separated list. Context: "Unfinished Sympathy" is a song by the English trip hop group Massive Attack. It was released on 11 February 1991 under the temporary group name Massive. The song was written by the three band members Robert "3D" Del Naja, Andrew "Mushroom" Vowles and Grant "Daddy G" Marshall, the song's vocalist Shara Nelson and the group's co-producer Jonathan "Jonny Dollar" Sharp. It was released on 11 February 1991 as the second single from the band's first album, Blue Lines (1991), on the band's Wild Bunch label distributed by Circa Records. The name "Massive" was used to avoid a radio ban, as the track's release coincided with the Gulf War. Produced by Massive Attack and Dollar, the song incorporates various musical elements into its arrangement, including vocal and percussion samples, drum programming and string orchestration by the arranger Wil Malone. "Unfinished Sympathy" topped the Dutch Top 40 and was a top-20 hit on the singles charts of several countries, including Germany, Switzerland and the United Kingdom. The accompanying music video, directed by Baillie Walsh, was a single continuous shot of Nelson walking through a Los Angeles neighbourhood, oblivious to her surroundings. Regarded[by whom?] as a pioneering song in the development of British dance music, "Unfinished Sympathy" was acclaimed by music critics for its production and Nelson's vocals. It ranked highly on several publications' year-end lists of the best singles of 1991, and has since appeared in many polls of the best songs of all time by both music critics and the public worldwide. The song was later used on the soundtrack of the 1993 film Sliver.

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