이것저것 20

[Mac] 맥 초기세팅

1. Scroll Reverser https://pilotmoon.com/scrollreverser/ Scroll Reverser for macOS Announcement: In a future update, Scroll Reverser will become a paid app. You can read more about my decision here. For macOS 10.12 and later (Intel and Apple Silicon): Download Scroll Reverser 1.8 (3 Dec 2020; release notes) For OS X 10.7—10.11 (Intel): pilotmoon.com 맥에서 스크롤 방향 설정을 할때, 트랙패드의 스크롤 설정과 마우스의 스크롤 설정이 ..

이것저것 2021.04.17

[링크] Github README, Profile 유틸들

1. capsule renderer : README의 제목으로 사용하면 좋음 github.com/kyechan99/capsule-render kyechan99/capsule-render :rainbow: Decorate Dynamic GitHub Profile !! Contribute to kyechan99/capsule-render development by creating an account on GitHub. github.com 2. github-readme-stats : 자신의 Github 상태를 렌더링 해주는 유틸 github.com/anuraghazra/github-readme-stats anuraghazra/github-readme-stats :zap: Dynamically generated..

이것저것 2021.02.25

[링크] UI 구성할때 참고할 만한 사이트

1. SCHEMECOLOR https://www.schemecolor.com/ SchemeColor.com: Download, create & share beautiful color combinations We use cookies to give you the best possible website experience. By using SchemeColor.com, you agree to our Privacy Policy X www.schemecolor.com 다양한 키워드, 테마, 브랜드 등의 색 조합을 제공하는사이트. 조화로운 색을 찾아서 UI구성하면 더 완성도 있는게 구성할 수 있을 것 같음 2. oven https://ovenapp.io/ OvenApp.io Oven(오븐)은 HTML5 기반의 무..

이것저것 2020.05.30

VS Code Extention 추천 (feat. Javascript)

1. Auto Close Tag 자동으로 Tag를 닫아준다. 2. Material Icon Theme VSCode Explorer에서 파일의 이름, 확장자 그리고 디렉토리 이름을 기반으로 자동으로 알맞은 Icon을 세팅해준다. 3. GitLens VSCode를 쓰면서 가장 감탄했고 잘 쓰고있는 Extention임. * 소스코드에서 해당 라인을 마지막으로 누가, 언제 커밋했는지 나타냄 * 시각적 Diff기능 제공 4. ESLint Javascript intellisense에 도움을 주는 Extention. VSCode로 Javscript기반 프로젝트를 할때 도움이 많이된다. 5. npm Intellisense npm을 통해 설치한 모듈을 require등을 통해 불러올때, 설치한 모듈 자동완성 기능 제공.

이것저것 2020.03.05

Memory Compression(메모리 압축) 해제 하는법

검색해보니, Memory Compression는 Windows10에서 새로 추가된 메모리 압축 기능이었다. 어떤사람들은 4000스레드를 잡아먹고 있었다고 하는데 나는 고작 42스레드 정도였다. 그리고 메모리는 280MB정도 잡아먹고있었다. 최근에 노트북에 램을 하나 더 붙여서 16G가 된 터라, 램이 충분해서 메모리 압축기능은 필요가 없었다. 그래도 재미로 Memory Compression을 해제하는 방법을 찾아봤다. 방법 1. Windows PowerShell 관리자 권한으로 실행 2. disable-mmagent -MemoryCompression 3. 재부팅 4. 편-안 MemoryCompression을 관리하는 프로그램이 mmagent인것 같다. [명령어] mmagent : 현재 설정된 상태 ena..

이것저것 2019.05.14