Skip to content

Instantly share code, notes, and snippets.

View novelview9's full-sized avatar
🎯
Focusing

Lukuku novelview9

🎯
Focusing
View GitHub Profile
test
test
@novelview9
novelview9 / download.py
Created May 16, 2022 17:56
python multi image file download
import nest_asyncio # pip install nest_asyncio (for ipython)
nest_asyncio.apply()
import os
import asyncio
import aiohttp # pip install aiohttp
import aiofiles # pip install aiofiles
REPORTS_FOLDER = "reports"
FILES_PATH = os.path.join(REPORTS_FOLDER, "files")
import copy
class PalindromeNode:
def __init__(self, sentence, exception_limit):
self.sentence = sentence
self.exception_limit = exception_limit
def is_done(self):
map <C-n> :NERDTreeToggle<CR>
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-p
bind-key C-p send-prefix
# go to last window
bind-key a last-window
# split window
bind-key v split-window -h
# [변역[Execellent한 Dockerfile을 작성하는 법!(1)
번역에 앞서
지난 10월부터 aws 서울 리전에서도 ecs 서비스가 이용 가능하게 되었다.
올초 처음으로 도커를 접하고 ecs를 통해 배포 한 경험이 있었는데,
Aws 서울리전 출시 소식에 지금 일하고 있는 곳에서도 codedeploy로 배포하던 것을 ecs를 통해 배포하려고 했다.
관련해서 여러 문서들을 찾아 보던 중 여러 좋은 자료들을 발견했다.
@novelview9
novelview9 / test.md
Last active September 13, 2017 07:11
My first draft.sx document

test

테스트