일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- crawler
- text
- 크롤러
- 클래스
- variable
- List
- ML
- 다트
- DART
- 함수
- 콜렉션
- Android
- 플러터
- 코틀린
- kotlin
- package
- Flutter
- textstyle
- 웹크롤러
- function
- python
- animation
- pushnamed
- Class
- set
- map
- Collection
- 파이썬
- texttheme
- import
- Today
- Total
목록분류 전체보기 (125)
조용한 담장
python2 가 기본인 시스템에서 잠시 python3 를 사용해야 할 때 구글에서 가장 흔하게 검색되었던 결과는 update-alternatives 가 많이 보였다. 얘도 결국 링크를 변경할 뿐이지만, /usr/bin/python -> /etc/alternatives/python -> /usr/bin/python2.7 굳이 잠깐의 실행을 위해 /usr/bin 을 건들고 싶지 않은데? 조금 더 검색하면 나오는 건 virtual environment 를 사용해라 인데... 굳이 또 새로운 패키지를 설치하면서까지 필요한 그런 대단한 일도 아닌데... shebang 을 바꿔라. 이건 python2/3 문법이 달라 나오는 에러는 그 자체로 분노유발... 등잔밑이 어둡다의 경우인지 너무 쉽고 당연하다고 생각해서 ..
System:Virtualbox Guest Ubuntu 20.04 Lot of system reports poped up after log-in. Message contains the words watchdog, soft lockup, stuck for CPU something something... "systemd-logind crashed with sigabrt in epoll_wait()" Host cpu usage goes high, Guest OS no response. Not happen in Ubuntu 18.04. Tried first. [리눅스] watchdog: BUG: soft lockup - CPU#0 stuck for 63s! (sangchul.kr)
[Modern Linux] 🐧 모던 리눅스 - 최신식 리눅스 명령어 모음 (tistory.com) [Modern Linux] 🐧 모던 리눅스 - 최신식 리눅스 명령어 모음 모던 리눅스/유닉스 명령어 대부분의 리눅스 강의나 수업에서는 초창기부터 있던 전통적인 CLI 명령어(ls, cd, pwd, cat, cp, mv, rm, mkdir, ...등) 위주로 알려준다. 그러나 이 오래된 명령어들은 작성된 inpa.tistory.com 좋은 블로그 내용. 모르는게 훨씬 많다. Rust 가 만들어 내는 변화인가. 궁금해지는 언어. 소개된 프로그램 리스트 exa (https://github.com/ogham/exa) - ls bat (https://github.com/sharkdp/bat) - cat fd (htt..
카메라 로 얼굴을 캡쳐하여 Google's ML Kit Face Detection for Flutter 으로 코의 위치를 얻고 Rive 로 만든 아바타 이미지에 애니메이션 효과를 만듬. 내 얼굴(코) 가 움직이는 위치로 아바타 얼굴이 변함. 간단하면서도 참고하기 좋은 예제. https://medium.com/@maurobeltrame12/flutter-rive-ml-kit-337f05d59692 Flutter + Rive + ML Kit 🤯 Hi everyone! 🖖 medium.com https://github.com/Mauro124/avatar_animation GitHub - Mauro124/avatar_animation: Fusion of Flutter + Rive + ML Kit for anim..