본문 바로가기

Truncated many-body dynamics of interacting bosons: A variational principle with error monitoring # Truncated many-body dynamics of interacting bosons: A variational principle with error monitoring by Kang-Soo Lee and Uwe R. Fischer I apologize for not finishing this paper. I just open this in the internet. But this document is flawed as it is originally written in LaTeX and not translated to the docuK format perfectly yet. This paper is published in Int. J. Mod. Phys. B 84, 1550021 (2014) a.. 더보기
Implementing multicursor like sublime text Ctrl+D in HTML javascript textarea # Implementing multicursor like sublime text Ctrl+D in HTML javascript textarea 작성중인 글... 구현하기 쉽진 않은거 같네;;;;; 뭐 급한건 아니니 천천히 시도해 봐야지. 그런데 javascript 에서 multi selection 을 지원해 주긴 하나? 안해주면 짜기 엄청 복잡해질것도 같은데 ㅠㅜ; ## PH 2023-06-27 : First posting. ## TOC ## textarea with id="myTextarea" textarea 에서는 span tag 가 안먹혀서 이걸로는 구현 못할것도 같은데... ## div with contenteditable and id="myDiv" div with contenteditable 에.. 더보기
MBC M드로메다 스튜디오 :: #게임광규리 #남규리 # MBC M드로메다 스튜디오 :: #게임광규리 #남규리 아고 재미지당ㅋㅋㅋ ## PH 2023-10-26 : Update. 남규리 cat 추가. 2023-07-04 : First posting. ## TOC ## [Music/Break]--남규리--MBC-게임광규리 of kipid's Recoeve.net 출처: [Music/Break]--남규리--MBC-게임광규리 of kipid's Recoeve.net: https://recoeve.net/user/kipid?cat=[Music/Break]--남규리--MBC-게임광규리&lang=ko&PRL=0.80&PRR=1.00#headPlay ## [Music/Break]--남규리 of kipid's Recoeve.net 출처: [Music/Break]--남규리.. 더보기
Time zone table | setting # Time zone table | setting Recoeve.net timezone 설정을 위해 공부/연구하는 중. 어떻게 선택하게 해야 쉽게 설정 가능할까나? ## PH 2023-10-26 : Update. Vatican img. 근데 왜 sublime text 에서 HTML syntax 로 안보여주고 하얗게 일반 text 처럼 나올까나? 이상하네 ㅡ,.ㅡ;;; 2023-07-05 : First posting. ## TOC ## Time in javascript ```[.linenums.lang-js] new Date(); Wed Jul 05 2023 08:21:44 GMT+0900 (한국 표준시) // Local time 으로 표시해줌. UTC+09:00 new Date().toUTCString(.. 더보기
Runge-Kutta method, Matrix exponential # Runge-Kutta method, Matrix exponential 수식이 기니까 윗쪽 font-size 조정하는 Small A, Big A 에서 Small A 누르셔서 font-size 9.0px (5.0) 정도로 맞춰서 보시길 권장드립니다. Since the equation is too long, I recommend that the font-size of docuK is to be set to be 9.0px (5.0) by clicking Small A among Small A, Big A on the top side of this document. ## PH 2023-05-22 : First posting. ## TOC ## Differential equation with matrices .. 더보기
Javascript (자바스크립트): async 와 await # Javascript (자바스크립트): async 와 await 우선 단어 뜻부터. asynchronous: 동시에 일어나지 않는, 비동시적인, 비동기의. await: 기다리고 있다. 보통 javascript code 는 동시 다발적으로 (synchronous 하게) 실행되는데, 즉 코드가 적힌 순서대로 처리하는게 아니라 HTTP 요청을 보냈다가 숫자들 계산했다가 HTTP 답변이 왔으면 계산하다가 멈추고 HTTP 답변받은걸 처리했다가 문자열 띄우기도 했다가 alert 보냈다가 하는 식으로 말이다. 그렇기에 순서적으로 실행되어야 제대로 동작하는 코드가 있으면, 즉 HTTP 요청 ($.ajax, fetch 등) 후 데이터를 받아서 그 받은 데이터 가지고 화면에 표시해야 하는 작업이 있으면 그냥 javasc.. 더보기
Neighbors points plot plan (svg) # Neighbors points plot plan (svg) 이웃들의 점수들을 similarity weight 줘서 그려주는 법 svg 로 공부하는 중. ## PH 2023-09-09: First posting. ## RRA www.w3schools.com :: SVG Tutorial Google docu - spreadsheet :: Recos and Statistics ## TOC ## Plot Example 각종 numbers 출처: . 100/23=4.347826087 4.347826087*3=13.04347826 4.347826087*21=91.30434783 0 1 2 3 4 5 6 7 8 9 10 52.38 ```[.linenums.lang-html] 0 1 2 3 4 5 6 7 8 9 1.. 더보기
Rotating circles using CSS # Rotating circles using CSS 로딩 오래걸릴때 로딩중 알려주는 rotating circles 구현해 봅시다. ## PH 2023-09-10 : First posting. ## TOC ## Rotating circles ```[.linenums.lang-html] ```/ ## RRA codepen.io :: Rotate Circle using CSS 더보기