번아웃 진단
구글에서 만든 협업 툴
OKR 예제들
| - year: "2024" | |
| no: "1" | |
| type: choice | |
| question: 공간 데이터를 저장하는 **HDF5** 파일 형식에 대한 설명으로 **옳지 않은** 것은? | |
| options: | |
| - text: 계층적 데이터 구조를 지원한다. | |
| - text: 대용량 배열 데이터를 효율적으로 저장할 수 있다. | |
| - text: 크로스 플랫폼 호환성을 제공한다. | |
| - text: XML 기반의 텍스트 포맷으로 저장된다. | |
| correct: true |
| settings.showModeStatus = false; | |
| settings.editableBodyCare = false; | |
| // console.log('SurfingKeys', api) | |
| // getEventListeners(window).copy?.forEach(({ listener }) => window.removeEventListener('copy', listener)) | |
| // chrome.debugger.sendCommand({ tabId }, "Target.setAutoAttach", { | |
| // autoAttach: true, | |
| // waitForDebuggerOnStart: false, |
| local inputEnglish = "com.apple.keylayout.ABC" | |
| function hello() | |
| local inputSource = hs.keycodes.currentSourceID() | |
| if not (inputSource == inputEnglish) then | |
| hs.eventtap.keyStroke({}, 'right') | |
| hs.keycodes.currentSourceID(inputEnglish) | |
| --hs.notify.new({title="Hammerspoon", informativeText="Hello World"}):send() | |
| hs.eventtap.keyStroke({}, 'escape') | |
| end |
번아웃 진단
구글에서 만든 협업 툴
OKR 예제들
고객대응 (Customer-Facing Roles) 제품관련 (Product Roles) 운영업무 (Support Roles) 기술문서 (Teaching and Writing Roles) 분석업무 (Analytical Roles) 사장되기 (Independence and Flexibility)
markdown으로 ppt 만들기
간단하게 ascii 형식으로 다이어그램 만들기
medium에 읽기 회수 제한이 걸렸을 경우, 시크릿모드에서 문서를 열어보시면 됩니다.
Gatsby 기반 문서 툴, MDX 사용 컴포넌트 가이드에 사용하면 좋을 듯
공개 API 목록, 코로나 앱 같이 공공 APP을 만들고자 할때 참고할 만함