반응형 Development51 [copilot] 시리즈 1: 기초 개념 및 첫인상 시리즈 📌 GitHub Copilot이란? 개발자의 새로운 동료GitHub Copilot은 OpenAI의 Codex 모델을 기반으로 하는 AI 코딩 보조 도구입니다. 마치 옆자리에 앉아 있는 주니어 개발자가 나의 코드를 보고 추천을 해주는 느낌을 줍니다. VSCode, Neovim, JetBrains IDE, GitHub Codespaces 등 다양한 환경에서 사용할 수 있으며, 특히 Python, JavaScript, TypeScript, 그리고 C 계열 언어에 강점을 보입니다.🔍 핵심 기능자동 코드 완성함수 작성 보조주석 기반 코드 생성반복적 코드 패턴 제안🧑💻 설치 및 환경 설정VSCode에서 GitHub Copilot 확장 설치GitHub 계정 로그인 및 Copilot 활성화설정에서 'Enabl.. 2025. 3. 25. Vivado 설치 후 라이센스 등록에러 - 해결함 Vivado를 설치한 후 아래의 툴로 라이센스를 등록하려고 하다 보면,,, 아래와 같은 에러가 나요.... FlexNet Licensing error:-15,10. System Error: 10061 "WinSock: Connection refused" 아래의 참고자료를 통해 이런저런 것들을 다 해보았지만, 결국 가장 기본적인 것으로 해결했네요. 먼저, lmutil lmstat 를 사용하여 port@serverName이 확인해 봐요. xilinx설치한 곳에서 아래의 링크로 가서 cmd를 실행해야 해요! C:\Xilinx\Vivado\2023.2\bin\unwrapped\win64.o> lmutil lmstat 그 이후 위에서 얻은 port@serverName을 추가해서 아래의 cmd를 실행해 봅니다.. .. 2024. 4. 11. IO Library Issue #127 "IO Library Issue #127: Socket Closure Bug in listen() Function" One of the prominent issues among various concerns is identified within the listen() function in the socket.c file. The issue arises when reading getSn_SR(sn); if a TCP connection is already established, it leads to a socket closure state. Upon testing, under normal circumstances, this issue does not manifest. However, introducing .. 2023. 11. 21. Git command Git활용 Help: git help config git 설정하기 사용자설정 : git config —global user.name “babo” 메일설정 : git config —global user.mail “babo@babo.com” config확인 git config —list git config user.name 최초 설정 확인 : git config —show-origin user.name End of Line 시스템설정대로 : git config —global core.eof native 시스템설정대로 : git config —global core.autcrlf false Diff 결과 Highlighting 하기 : git config -global pager.diff ‘diff-highli.. 2022. 9. 26. 이전 1 2 3 4 ··· 13 다음 반응형