This file contains hidden or 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
const fs = require('fs'); | |
const path = require('path'); | |
const { Client } = require('@notionhq/client'); | |
const { markdownToBlocks, blocksToMarkdownString } = require('@tryfabric/martian'); | |
const { NotionToMarkdown } = require("notion-to-md"); | |
const notion = new Client({ auth: process.env.NOTION_TOKEN }); | |
const n2m = new NotionToMarkdown({ notionClient: notion, config: { parseChildPages: false } }); | |
const [, , databaseId, manualTitle] = process.argv; |
This file contains hidden or 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 pdb | |
import linecache | |
def patched_print_stack_entry(self, frame_lineno, prompt_prefix=">", context=None): | |
filepath, lineno = frame_lineno[0].f_code.co_filename, frame_lineno[1] | |
print(f"file: {filepath}:{lineno}") | |
try: print(f"{linecache.getline(filepath, lineno-1)}", end="") | |
except: pass | |
print(f"{linecache.getline(filepath, lineno)}", end="") | |
try: print(f"{linecache.getline(filepath, lineno+1)}", end="") |
This file contains hidden or 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
μ λ¬Έ | |
μΈλ₯μ μΆμ 곡ννλ μΈκ³μ κ³ΌνκΈ°μ μ μ λλ₯Ό λͺ©μ μΌλ‘ 2007λ μ€λ¦½λ μΈμ°κ³ΌνκΈ°μ λνκ΅λ μ¬λ¬ μ λ°° νμ°λ€μ λ Έλ ₯κ³Ό ν¬μμ λ°νμΌλ‘ λλΆμ λ°μ μ μ΄λ£©ν λ°, 2015λ 9μ 28μΌλΆλ‘ μΈμ°κ³ΌνκΈ°μ μμΌλ‘ μλ‘μ΄ νμ΄λ¬λ€. κ°κ΅ μ΄ν μ§§μ κΈ°κ° λμ μΈμ°κ³ΌνκΈ°μ μ νμλ€μ νμ μ λ°μ λΏλ§ μλλΌ μμ μ μ°½μ, λ―Όμ£Όλ₯Ό μΆκ΅¬νλ λνμμΌλ‘μμ λ³ΈλΆμ λ΄μ UNIST μ΄νμνλ₯Ό λ§λ€μ΄ νλ΄ λ―Όμ£Όμ£Όμμ μμ λ‘μ΄ λν λ¬Έν νμ±μ μ΄λ£©νμλ€. μ΄λ¬ν λ»μ κ³μΉνκ³ , κ°νΈλ νμ μ λμνλ©°, λ³νν νμμ¬νμ λͺ¨μ΅μ λ°μνμ¬, μ 10λ μ΄νμνλ 2016λ 8μ 15μΌμ μ μ λ UNIST νλΆ μ΄νμνμΉμ 2020λ 9μ 27μΌμ μ€μμ΄μμμνμ μ 체νμλνμνμμ μκ²°μ κ±°μ³ κ°μ νλ€. | |
μ 1μ₯ μ΄μΉ | |
μ 1μ‘° (λͺ μΉ) | |
λ³Έ νλ UNIST νλΆ μ΄νμν(μ΄ν "λ³Έ ν"λΌ νλ€)λΌ μΉνλ€. | |
μ 2μ‘° (λͺ©μ ) |