일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 안드로이드
- 유튜브 요약
- exoplayer cache
- 시행착오
- list map
- android custom view
- 스피너
- build with ai
- DiffUtil.ItemCallback
- ktor client
- map
- ListAdapter DiffUtil
- kotlin collection
- 유튜브
- android exoplayer
- llm
- Zsh
- android
- kotlin list
- doc2vec
- getChangePayload
- ktor api call
- ListAdapter
- ExoPlayer
- android ktor
- ChatGPT
- Python
- FastAPI
- video caching
- AWS EC2
- Today
- Total
목록TIL - CS (5)
버튼 수집상
https://en.wikipedia.org/wiki/Mount_(computing) Mount (computing) - Wikipedia From Wikipedia, the free encyclopedia Mounting is a process by which a computer's operating system makes files and directories on a storage device (such as hard drive, CD-ROM, or network share) available for users to access via the computer's file system.[ en.wikipedia.org 마운팅은 컴퓨터 OS가 저장 장치(하드 드라이브, CD-ROM 또는 네트워크 공유)..
매번 ChatGPT한테 물어보기가 귀찮아서 중요한 부분을 기억하기 위해 기록. 정규표현식 체크는 아래 사이트에서. http://regexstorm.net/tester .NET Regex Tester - Regex Storm Home Tester Reference About regexstorm.net - raw string python print(r'abcedf\n') # abcdef\n kotlin print("""abcdef\n""") // abcdef\n 패턴값은 대부분 raw string으로 표현. escape 문자열 때문. - 키워드 "\" : 문자 리터럴 그대로 (ex: 점 \.) "." 모든 문자 "\d" : 숫자 하나 "\D" : 숫자 아닌것 "\s" : 공백 하나 "\S" : 공백 아닌 것..
https://en.wikipedia.org/wiki/Payload_(computing)#:~:text=In%20computing%20and%20telecommunications%2C%20the,malware%20which%20performs%20malicious%20action. Payload (computing) - Wikipedia From Wikipedia, the free encyclopedia Content of a message excluding headers and metadata In computing and telecommunications, the payload is the part of transmitted data that is the actual intended message. ..
https://en.wikipedia.org/wiki/Heuristic_(computer_science) Heuristic (computer science) - Wikipedia From Wikipedia, the free encyclopedia Type of algorithm, produces approximately correct solutions In mathematical optimization and computer science, heuristic (from Greek εὑρίσκω "I find, discover") is a technique designed for solving a problem mor en.wikipedia.org 정통기법으로 근사치를 구하는 게 너무 느리거나, 정확한 해..
https://en.wikipedia.org/wiki/Functional_predicate Functional predicate - Wikipedia From Wikipedia, the free encyclopedia In formal logic and related branches of mathematics, a functional predicate, or function symbol, is a logical symbol that may be applied to an object term to produce another object term. Functional predicates are also en.wikipedia.org functional predicate, 혹은 function symbol ..