번아웃 진단
구글에서 만든 협업 툴
OKR 예제들
| @font-face { | |
| font-family: 'Ridibatang'; | |
| /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff'); */ | |
| src: local('RIDIBatang'), local('리디바탕'); | |
| font-weight: normal; | |
| /* font-display: swap; */ | |
| unicode-range: U+AC00-D7A3; | |
| } |
| - 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 형식으로 다이어그램 만들기