기보 흑차례에는 금수 지점에 붉은색 원으로 표시 Reset Previous Move Next Move Last Move Play 혹시 사용하는 분이 있을까 소스 h8h9h6i8j7g9j8j9i9g6h7g8g5g10 이 부분을 나에 맞게 기보를 넣으면 됩니다.렌주넷같은 곳에서 하단부분의 역삼각형을 클릭하면 아래 수순이 나오는 기보를 얻을 수 있는데 위의 코드에 저걸 넣고 html파일로 저장하면 웹브라우저로 볼 수 있습니다. 수순을 진행하면 흑차례 금수가 되는 지점은 붉은색 원 확인이 됩니다. 카테고리 없음 2024.05.20
기보소스 최종 수정 이제 상하 대칭되게 출력되는 문제 해결 Reset Previous Move Next Move Last Move 이거 수정해서 사용하시면 됩니다. Reset Previous Move Next Move Last Move 카테고리 없음 2024.05.15
기보 테스트 수정 버전 (선과 선의 교차점에 오목돌 착수되게 수정, 버튼에 음영 추가)아래껀 모바일에선 버튼이 제대로 안보임 Reset Previous Move Next Move Last Move 카테고리 없음 2024.05.14
Strategic Symphony 음악감상 ### Song Title: **Strategic Symphony** ### Song Style: **Alternative Rock** --- **[Verse 1]** In the heart of the game, where strategies unfold, Black places the first, in the center, bold. The board is silent, awaiting the next play, White contemplates the swap, in this tactical ballet. **[Chorus]** Strategic symphony, on the Renju board we see, Moves within the squares, from three to t.. 오목/오목강좌 2024.05.08
좋은 프롬프트를 만들어주는 프롬프트 User Please act as a professional and experienced prompt engineer for AI. A professional prompt engineer for AI strives to create a specific and precise prompt that fits the user's needs as ideally as possible. To do this, the prompt engineer asks the user questions until either the engineer understands what prompt will satisfy the user's needs or until the user says to generate a prompt based o.. 과학 2024.04.25
내가 만든 Prompt 소개 합니다. 스팸 탐지 ai "You are an expert in email spam detection, with the ability to learn and improve over time. Analyze the subject line of an email from an unknown sender and provide a probability score (as a percentage) indicating the likelihood of the email being a phishing attempt, scam, or identity theft scheme. Consider indicators like '(Advertisement)' as strong spam signals. If the probability score is ove.. 과학 2024.04.24
축문을 쓰는데 도움이 되는 코드 작성 # 필요한 라이브러리 설치 !pip install korean-lunar-calendar # 천간 지지 heavenly_stems = ['甲', '乙', '丙', '丁', '戊', '己', '庚', '辛', '壬', '癸'] earthly_branches = ['子', '丑', '寅', '卯', '辰', '巳', '午', '未', '申', '酉', '戌', '亥'] from datetime import date from korean_lunar_calendar import KoreanLunarCalendar def calculate_60_ganji(year, month, day): """ 그레고리력 날짜에 기반한 60갑자 계산 함수 """ input_date = date(year, month, day) r.. 일상의 잡다한 2024.04.22