[leetCode] 645. Set Mismatch (Python) by 장동현 about Python
- one of the numbers in the set got duplicated to another number in the set
- Given an array nums representing the data status of this set after the error
- Your task is to firstly find the number occurs twice and then find the number that is missing
GitHub Codespaces 살펴보기 by 변정훈 about Git
- GitHub 페이지 상단의 "Codespaces" 메뉴에서도 저장소와 브랜치를 선택해서 코드스페이스를 생성할 수 있다
- dev/ 같은 주소로 연결되고 로딩이 완료되면 다음과 같이 익숙한 VS Code 화면이 나오고 로고에서 알 수 있듯이 실제로도 VS Code임을 알 수 있다
- 현재 최신 버전의 VS Code와 비교해 보면 메뉴나 화면 구성이 거의 똑같은 것을 알 수 있다
터미널을 꾸미기 위해 유용하게 썼던 리눅스 cp -rp 명령어 by 조경완 about Linux,zsh
- 아래는 홈 폴더에 있는 aa와 bb에 대해서 재귀적으로 비교하는 연산입니다
- 위에 있는 cp -r aa cc는 aa 폴더에 있는 하위 내용을 cc로 복사하라는 의미입니다
- cc에 있는 파일의 소유자를 확인해보면 cho가 아닌 root인 것을 확인할 수 있습니다
[leetCode] 1189. Maximum Number of Balloons (Python) by 장동현 about Python
- you want to use the characters of text to form as many instances of the word "balloon" as possible
- Return the maximum number of instances that can be formed
- text: str) -> int: cnt = collections
ASP.NET MVC 와 JQUERY 의 progressbar 를 통해 첨부파일 로딩바 구현하기 by 심재운 about ASP.NET
- red { color: red; }
File Upload Demo
Files Action