Skip to content

Instantly share code, notes, and snippets.

- 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,
@swcho
swcho / init.lua
Created July 28, 2022 00:07
나의 hammerspoon 설정
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
@swcho
swcho / original.ipynb
Created November 6, 2020 06:34
original 성능 테스트
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swcho
swcho / webgl.ipynb
Created November 6, 2020 06:23
webgl 성능 테스트
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swcho
swcho / 3000-tps.ipynb
Last active November 6, 2020 06:25
3000 TPS 시뮬레이션
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swcho
swcho / devlog.md
Last active October 28, 2020 12:51
[20-10-4주] 지극히 주관적인 devlog
@swcho
swcho / devlog.md
Created September 24, 2020 04:45
[20-09-4주] 지극히 주관적인 devlog
@swcho
swcho / devlog.md
Last active September 3, 2020 02:49
[20-09-1주] 지극히 주관적인 devlog
@swcho
swcho / devlog.md
Created July 9, 2020 04:57
[20-07-2주] 지극히 주관적인 devlog