10.Prompts ‐ Codes - yojulab/learn_promptengineerings GitHub Wiki

특정 폴더 파일 정리 Desktop App 작성

ex1_1) 그림과 같이 파일을 관리하는 프로그램을 만들어줘. 특정 디렉토리에 저장 되어 있는 파일들을 제목별로 분류해주고, 분류 된 제목을 클릭하면 특리 구조로, 비슷한 제목들의 파일 리스트가 나오면 좋겠어.

ex1_2) 대답은 한국말고 해주고 코드는 하나로 합쳐줘

ex1_3) 프로그램이 시작 되면 좌측 상단에 특정 폴더를 지정할 수 있게 버튼을 추가해줘.해하버트의 노르면 등록 할 수 있어야해.

ex1_4) 제목을 비교해서 두글자가 같으면 같은 그룹으로 해줘

ex1_5) 몇 글자 기준이 아니라 내가 입력한 텍스트 기준으로 분류할 수 있게 변경해줘.

ex1_6) 복률함 일 외에 그룹으로 묶어서 보여줘.

ex1_7) 전처럼 글자 수를 입력해서 해당 제목의 글자가 같으면 분류할 수 있게 추가해줘.

ex1_8) 나자 순록도 붑를 학교으로도 분류간 되게 추가해줘. 두 가지 기능을 목둔 용할거야. 상황에 따라 두 기능 중에서 한 가지만 선택해서 사용할거야.

ex1_9) 오른쪽에 스크롤바를 추가해줘.

ex1_10) 프로그램에 해당 이미지를 추가하고 싶어. 기능을 추가해줘.

ex1_11) 이미지 옆에 분류 기준을 글자로 표시해줘. 아래는 예시야. 글자 수 기준이면 ‡ 분류 기준

  • 글자 수 기준
  • 글자 수 : 2 텍스트 기준이면 ‡ 분류 기준
  • 텍스트 기준
  • 텍스트 : 영상

ex1_12) 위에서 추가한 기능에 글자 크기를 크게 해주고 색깔을 파란색으로 해줘.

ex1_13) 분류해서 나온 파일을 실행하고 싶어. 파일 실행 기능을 추가해줘

SCC 기법 사용하 긍/부정문 분류 web 작성

kstaksts-MacBook-Pro doc % ls data
kst@ksts-MacBook-Pro doc % ls data
가족과 함께 즐거운 휴가를 보냈다.txt
갑작스러운 폭우로 여행 계획이 망쳐졌다. txt 건강검진 결과가 매우 좋게 나왔다. txt 건강검진 결과가 좋지 않게 나왔다. txt 교통사고로 차가 크게 파손되었다. txt 기대 이상으로 연봉 인상을 받았다. txt 기대했던 영화가 너무 실망스러웠다. txt 노력 끝에 꿈꾸던 대학에 합격했다. txt
kst@ksts-MacBook-Pro doc & mkdir negative name kst@ksts-MacBook-Pro doc
% mkdir
positive_name
kst@ksts-MacBook-Pro doc &
import cokac result = cokac. is_negative_or_positive(sentence='I am happy')
if result:
# positive
pass else:
# negative
pass

complete

ex 2)

CREATE TABLE items (
id INT AUTO_ INCREMENT PRIMARY KEY, name VARCHAR(255) NOT NULL, description TEXT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, updated _at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE
CURRENT_TIMESTAMP
):
const express = require( 'express');
const bodyParser = require( 'body-parser');
const query = require('db-query');
const app = express();
const port = 3000;
app. use (bodyParser-json));
app get ('/list', async (req, res) » (
const rows = await query('select * from items', [01);
}:

Complete

const host = 'https://cokac.com:3000/items'
await items()

Complete.

<html>
</html>

Complete,

수학•과학 추론 특화••"복잡한 코딩 간단히 제작"

Use pygame to make a game called "squirrel finder":
- You are a koala icon that can move quickly using the arrow keys.
The icon image is koala. png
- A strawberry randomly spawns every second and bounces around.
The icon image is strawberry.png
- If a strawberry touches you, you die.
- After three seconds, a squirrel icon spawns and bounces around.
The icon image is squirrel. png. If you touch it, you win.
- Make sure all icons are 40 pixels by 40 pixels.
- Use retro colors and a dark background.
- Put "openai" in the game screen and a timer in the corner.
- Display the instructions before the game starts.
- Automatically restart the game when you win or lose.
- Give the code in a single file.
Crafting the solution
⚠️ **GitHub.com Fallback** ⚠️