- Pretendard font, install both static and variable version
- MacType: 폰트 렌더링 엔진을 FreeType로 바꿔줍니다.
- noMeiryoUI: 시스템 폰트를 바꿔주는 역할을 합니다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://micromamba-docker.readthedocs.io/en/latest/quick_start.html#running-commands-in-dockerfile-within-the-conda-environment | |
FROM mambaorg/micromamba:1.5.1 | |
# RUN mkdir /home/mambauser/eggnog | |
COPY --chown=$MAMBA_USER:$MAMBA_USER environments.yml /tmp/env.yml | |
# to activate the conda environment | |
ARG MAMBA_DOCKERFILE_ACTIVATE=1 | |
RUN micromamba install -y --file env.yml && \ | |
micromamba clean --all --yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mambaorg/micromamba:jammy-cuda-12.1.0 | |
# mambaorg/micromamba defaults to a non-root user. Add a "USER root" to install packages as root: | |
USER root | |
#Install ubuntu packages | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \ | |
apt-get install -y --no-install-recommends \ | |
build-essential \ | |
git \ | |
curl \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib.request | |
import xml.etree.ElementTree as ET | |
import os | |
import gzip | |
import shutil | |
from typing import List, Optional | |
def fetch_pdb_list(sequence: str, e_cutoff: str, resolution: str) -> List[str]: | |
url: str = 'http://www.rcsb.org/pdb/rest/search' | |
query_xml: str = f""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from typing import Dict, List | |
import torch | |
import pandas as pd | |
from transformers import AutoTokenizer, EsmForProteinFolding | |
from transformers.models.esm.openfold_utils.protein import to_pdb, Protein as OFProtein | |
from transformers.models.esm.openfold_utils.feats import atom14_to_atom37 | |
import biotite.structure.io as bsio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//============================== | |
// 미세먼지, 온습도 관측 프로젝트 | |
//============================== | |
#include <Wire.h> | |
#include <LiquidCrystal_I2C.h> | |
#include <DHT11.h> | |
#if defined(ARDUINO) && ARDUINO >= 100 | |
#define printByte(args) write(args); | |
#else |
Setting up Neovim and NvChad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin() | |
Plug 'preservim/NERDTree' | |
Plug 'junegunn/fzf' | |
Plug 'catppuccin/nvim', { 'as': 'catppuccin' } | |
Plug 'itchyny/lightline.vim' | |
call plug#end() | |
" Shortcut configs |
documents = https://lgug2z.github.io/komorebi/installation.html
Install the komorebi and whkd packages using winget install
winget install LGUG2Z.komorebi
winget install LGUG2Z.whkd