conda update -n base condaconda update -n base -c defaults conda --repodata-fn=repodata.json한동대학교의 공식적인 방안이 나오기 전까지는 아래 규칙을 따릅니다 (Last Modified: 2023-05-29)
기본적으로 MLA의 제안을 따르되, APA처럼 Appendix에 full transcript를 첨부하고, 화면 캡춰한 것을 같이 첨부합니다.
| iconv -c -f euc-kr -t utf-8 src.txt > dst.txt |
| # check if Python is running in 32-bit or 64-bit | |
| # | |
| # python -c "import struct;print(struct.calcsize('P')*8)" | |
| # | |
| import struct | |
| # will return 32 for 32-bit, 64 for 64-bit | |
| print(struct.calcsize("P") * 8) |
https://rest.ensembl.org/documentation/info/lookup
curl -H 'Content-type:application/json' -sS 'https://rest.ensembl.org/lookup/id/ENSG00000237989?' | jqHGNC: Hugo Gene Nomenclature Committee
https://www.genenames.org/help/rest/
fetch: returns all the fields, does not accept wild cards or multiple queries)search: returns all possible entries with only the fields hgnc_id, symbol and score.http://ftp.ensembl.org/pub/release-85/gtf/homo_sapiens/
../
CHECKSUMS 10-Jul-2016 22:16 221
Homo_sapiens.GRCh38.85.abinitio.gtf.gz 09-Jul-2016 23:45 3366550
| #!/bin/bash -e | |
| # http://mama.indstate.edu/users/ice/tree/ | |
| wget http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz | |
| tar xvzf tree-1.8.0.tgz | |
| cd tree-1.8.0 | |
| make | |
| make install prefix=$HOME |
| #!/bin/bash -e | |
| # http://hisham.hm/htop/ | |
| yum groupinstall "Development Tools" | |
| yum install ncurses ncurses-devel | |
| wget http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz | |
| tar xvfvz htop-2.0.2.tar.gz | |
| cd htop-2.0.2 |