<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>noir1458&apos;s blog</title><description>Computer science, software, cybersecurity, cryptography, mathematics, problem solving, and personal notes.</description><link>https://noir1458.github.io/</link><language>ko</language><item><title>GitHub Pages 블로그 Astro 마이그레이션 후기</title><link>https://noir1458.github.io/posts/github-pages-astro-migration/</link><guid isPermaLink="true">https://noir1458.github.io/posts/github-pages-astro-migration/</guid><description>GitHub Pages 블로그 Astro 마이그레이션 과정과 작업 후기</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate><category>blog</category></item><item><title>휴학을 했던 1학기를 뒤늦게 마무리 지으며...</title><link>https://noir1458.github.io/posts/think260718/</link><guid isPermaLink="true">https://noir1458.github.io/posts/think260718/</guid><description>1학기가 시작하기 전쯤의 겨울이었나. 내 기억에는 1학기 등록 하루 전이었다. 하루 전까지 1학기를 다니는게 맞는지 계속 고민했었다. 네트워크응용설계 수업을 들을 생각으로 책을 미리 구매하고 스캔해서 파일로 만들어뒀기도 하고, 학교생활을 하지 않으면 생활이 무너지지 않을까 싶은 고민도 있었다. 지금 돌이켜보면 BOB를…</description><pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate><category>blog</category></item><item><title>BOJ 3955 캔디 분배</title><link>https://noir1458.github.io/posts/BOJ3955/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ3955/</guid><description>캔디 분배 https://www.acmicpc.net/problem/3955</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 14565 역원 구하기</title><link>https://noir1458.github.io/posts/BOJ14565/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ14565/</guid><description>BOJ 14565 역원 구하기 정수 $N, A$가 주어졌을 때, 집합 $ZN = {0, 1, \dots, N-1}$에서 다음을 구하는 문제다.</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 2252 줄 세우기 (위상 정렬)</title><link>https://noir1458.github.io/posts/BOJ2252/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2252/</guid><description>줄 세우기 https://www.acmicpc.net/problem/2252</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1175 배달</title><link>https://noir1458.github.io/posts/BOJ1175/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1175/</guid><description>배달 https://www.acmicpc.net/problem/1175 - $N \times M$ 격자에서 두 개의 선물(&apos;C&apos;)을 모두 방문하는 최소 시간 탐색. - 제약: 같은 방향으로 두 번 연속 이동 불가.</description><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1131 숫자</title><link>https://noir1458.github.io/posts/BOJ1131/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1131/</guid><description>BOJ 1131 숫자 각 숫자 $N$에 대해 $SK(N)$ = (각 자리 숫자의 $K$제곱 합)으로 정의하고, 수열 $N, SK(N), SK(SK(N)), \dots$ 에서 등장하는 값들의 최솟값을 $m(N)$이라 하자. 주어진 구간 $[A, B]$에 대해 $\sum{N=A}^{B} m(N)$ 을 구한다.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 12015 가장 긴 증가하는 부분 수열 2</title><link>https://noir1458.github.io/posts/BOJ12015/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ12015/</guid><description>가장 긴 증가하는 부분 수열 2 (https://www.acmicpc.net/problem/12015) $N = 1,000,000$인 수열에서 가장 긴 증가하는 부분 수열(LIS)의 길이를 출력하는 문제.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1309 동물원</title><link>https://noir1458.github.io/posts/BOJ1309/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1309/</guid><description>동물원 (https://www.acmicpc.net/problem/1309) 2xN 크기의 격자에 사자를 배치하되, 가로/세로로 인접하지 않게 배치하는 모든 경우의 수를 구하는 문제. (사자가 0마리인 경우 포함)</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 14003 가장 긴 증가하는 부분 수열 5</title><link>https://noir1458.github.io/posts/BOJ14003/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ14003/</guid><description>가장 긴 증가하는 부분 수열 5 (https://www.acmicpc.net/problem/14003) 최대 100만 개의 원소를 가진 수열에서 LIS의 길이와 실제 수열을 출력하는 문제.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1238 파티</title><link>https://noir1458.github.io/posts/BOJ1238/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1238/</guid><description>파티 https://www.acmicpc.net/problem/1238</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1695 팰린드롬 만들기</title><link>https://noir1458.github.io/posts/BOJ1695/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1695/</guid><description>팰린드롬 만들기 (BOJ 1695)</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>Programmers 1845 폰켓몬 (해시)</title><link>https://noir1458.github.io/posts/Programmers1845/</link><guid isPermaLink="true">https://noir1458.github.io/posts/Programmers1845/</guid><description>폰켓몬 https://school.programmers.co.kr/learn/courses/30/lessons/1845</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><category>Programmers</category></item><item><title>Programmers 42576 완주하지 못한 선수 (해시)</title><link>https://noir1458.github.io/posts/Programmers42576/</link><guid isPermaLink="true">https://noir1458.github.io/posts/Programmers42576/</guid><description>그냥 파이썬처럼 [] operator 쓰기, 없다면 0으로 자동생성됨(원시타입 경우)</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><category>Programmers</category></item><item><title>Programmers 42577 전화번호 목록 (Hash &amp; Sorting)</title><link>https://noir1458.github.io/posts/Programmers42577/</link><guid isPermaLink="true">https://noir1458.github.io/posts/Programmers42577/</guid><description>전화번호 목록 링크 전화번호부에 적힌 전화번호 중, 한 번호가 다른 번호의 접두어인 경우가 있는지 확인하는 문제입니다.</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><category>Programmers</category></item><item><title>BOJ 1749 점수따기</title><link>https://noir1458.github.io/posts/BOJ1749/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1749/</guid><description>점수따기 - $N \times M$ 행렬에서 합이 최대가 되는 부분 행렬(연속된 행과 열의 집합)의 합을 구하는 문제입니다. - $1 \le N, M \le 200$, 원소의 값은 $-10,000 \sim 10,000$ 범위의 정수입니다.</description><pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>Tonelli Shanks Algorithm</title><link>https://noir1458.github.io/posts/TonelliShanks/</link><guid isPermaLink="true">https://noir1458.github.io/posts/TonelliShanks/</guid><description>$r^2 \equiv a \pmod p$를 만족하는 $r$ 찾기</description><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate><category>cryptography</category></item><item><title>BOJ 1918 후위 표기식</title><link>https://noir1458.github.io/posts/BOJ1918/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1918/</guid><description>중위 표기식을 후위 표기식으로 바꾸기</description><pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1865 웜홀 (음수 사이클 판별 - 플로이드 워셜, 벨만 포드 2개 풀이)</title><link>https://noir1458.github.io/posts/BOJ1865/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1865/</guid><description>그래프 내에 음수 사이클이 존재하는지 판별하는 문제. 시간이 뒤로 가기 위해서는 경로의 가중치 합이 음수가 되어야 하며, 출발지로 돌아왔을 때 음수라면 그 경로 상에 음수 사이클이 있음을 의미함.</description><pubDate>Tue, 27 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1956 운동 (FloydWarshall 이용 최단 사이클 구하기)</title><link>https://noir1458.github.io/posts/BOJ1956/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1956/</guid><description>방향 그래프에서 가장 짧은 길이의 &apos;사이클(Cycle)&apos; 구하기. (사이클이 없으면 -1 출력)</description><pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1647 도시 분할 계획</title><link>https://noir1458.github.io/posts/BOJ1647/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1647/</guid><description>$N$개의 집과 $M$개의 도로가 주어졌을 때, 마을을 두 개의 분리된 컴포넌트로 분할하며 도로 유지비의 합을 최소화하는 문제입니다. 각 마을 내부의 집들은 서로 연결되어 있어야 한다는 점이 핵심입니다.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 1922 네트워크 연결 (MST, UnionFind)</title><link>https://noir1458.github.io/posts/BOJ1922/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1922/</guid><description>모든 컴퓨터(노드)를 연결하되, 연결 비용의 총합을 최소일때 연결비용 구하기.</description><pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 11779 최소비용 구하기 2 (dijkstra)</title><link>https://noir1458.github.io/posts/BOJ11779/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ11779/</guid><description>시작점에서 도착점까지 가는 최소 비용을 출력하고, 최단 경로에 포함된 도시의 개수와 그 경로를 순서대로 출력해야 함.</description><pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 15663 N과 M (9)</title><link>https://noir1458.github.io/posts/BOJ15663/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ15663/</guid><description>중복된 숫자가 포함된 $N$개의 수에서 $M$개를 고른 수열을 중복 없이 사전 순으로 출력하기.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>ABC441 - E - A &gt; B substring (작성중)</title><link>https://noir1458.github.io/posts/ABC441-D/</link><guid isPermaLink="true">https://noir1458.github.io/posts/ABC441-D/</guid><description>길이 $N$인 문자열 $S$가 주어집니다. $S$는 &apos;A&apos;, &apos;B&apos;, &apos;C&apos; 세 종류의 문자로만 구성되어 있습니다. $S$의 모든 가능한 연속된 부분 문자열 $\frac{N(N+1)}{2}$개 중에서, &apos;A&apos;의 개수가 &apos;B&apos;의 개수보다 엄격히 많은(strictly more) 부분 문자열의 총 개수를 구하는 프로그램을 작…</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate><category>atcoder</category></item><item><title>ABC439 - B - Happy Number (Floyd&apos;s Cycle-finding Algorithm)</title><link>https://noir1458.github.io/posts/ABC439-B/</link><guid isPermaLink="true">https://noir1458.github.io/posts/ABC439-B/</guid><description>정수 $N$에 &quot;각 자릿수의 제곱의 합으로 대체&quot;하는 연산을 반복하여 $1$이 되는지 판별.</description><pubDate>Sat, 17 Jan 2026 00:00:00 GMT</pubDate><category>atcoder</category></item><item><title>BOJ 2293 동전 1</title><link>https://noir1458.github.io/posts/BOJ2293/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2293/</guid><description>동전들을 조합하여 $k$원을 만드는 모든 경우의 수 계산 (순서 무관). 같은 구성의 동전은 순서가 달라도 하나로 친다.</description><pubDate>Sat, 17 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 15486 퇴사 2</title><link>https://noir1458.github.io/posts/BOJ15486/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ15486/</guid><description>오늘부터 $N$일 동안 가질 수 있는 최대 상담 수익을 구하기. 각 날짜 $i$마다 상담에 걸리는 시간 $Ti$와 받을 수 있는 금액 $Pi$가 주어집니다.</description><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 17103 골드바흐 파티션 (Linear Sieve - 다시..)</title><link>https://noir1458.github.io/posts/BOJ17103/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ17103/</guid><description>짝수 $N$이 주어졌을 때, 두 소수의 합으로 나타내는 &apos;골드바흐 파티션&apos;의 개수 구하기</description><pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 11660 구간 합 구하기 5</title><link>https://noir1458.github.io/posts/BOJ11660/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ11660/</guid><description>$N \times N$ 표에서 다수의 구간 합 쿼리($M$)를 처리해야 함.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 6593 상범 빌딩</title><link>https://noir1458.github.io/posts/BOJ6593/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ6593/</guid><description>3차원 빌딩 격자($L \times R \times C$)에서 시작점(&apos;S&apos;)부터 탈출구(&apos;E&apos;)까지의 최단 시간을 계산.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 2583 영역 구하기</title><link>https://noir1458.github.io/posts/BOJ2583/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2583/</guid><description>$M \times N$ 격자 위에 그려진 $K$개의 직사각형을 제외한 나머지 영역의 개수와 각 영역의 넓이를 구하기.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 11758 CCW</title><link>https://noir1458.github.io/posts/BOJ11758/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ11758/</guid><description>점 3개 주어질때 선분의 방향을 구하면 된다. 주어지는 선분을 순서대로 이었을때 반시계라면 1, 시계라면 -1, 일직선이면 0</description><pubDate>Sun, 04 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 2240 자두나무</title><link>https://noir1458.github.io/posts/BOJ2240/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2240/</guid><description>이동횟수가 W로 제한되어있고, 시간 T 동안 떨어지는 자두 최대화하는 경로 탐색</description><pubDate>Sun, 04 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>gemini 지침</title><link>https://noir1458.github.io/posts/gemini-instructions/</link><guid isPermaLink="true">https://noir1458.github.io/posts/gemini-instructions/</guid><description>최근에 gemini에 넣고 사용하는 지침이다. 상황마다 trigger를 발동시켜서 도움을 주도록 했는데. 이런 지침을 여러개 넣으면 성능저하가 있거나 다른 주제의 답변에 영향이 얼마나 있을지는 잘 모르겠다. gemini, gpt 번갈아가면서 물어봐서 개선했고, gpt는 가능한 지침 입력 크기가 너무 작아서 gemini에…</description><pubDate>Sun, 04 Jan 2026 00:00:00 GMT</pubDate><category>blog</category></item><item><title>BOJ 11727 2×n 타일링 2</title><link>https://noir1458.github.io/posts/BOJ11727/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ11727/</guid><description>2×n 직사각형을 타일로 채우는 동적 계획법 풀이</description><pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 2096 내려가기</title><link>https://noir1458.github.io/posts/BOJ2096/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2096/</guid><description>세 칸으로 이루어진 각 줄을 이동하며 최대·최소 점수를 구하는 동적 계획법 풀이</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 9465 스티커 (Address Sanitizer 사용해봄)</title><link>https://noir1458.github.io/posts/BOJ9465/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ9465/</guid><description>2행 n열 배열이 주어진다. 그리고 한칸을 선택하면 그것과 상하좌우에 있는것은 선택하지 못하게 된다.</description><pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>ABC438 - D - Tail of Snake</title><link>https://noir1458.github.io/posts/ABC438-D/</link><guid isPermaLink="true">https://noir1458.github.io/posts/ABC438-D/</guid><description>뱀을 N개의 블록으로 나누고, 머리다움, 몸통다움, 꼬리다움을 평가한다. 이 평가 값을 합산할때 가장 큰 값이 나오도록 구역을 나누기로 했다.</description><pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate><category>atcoder</category></item><item><title>BOJ 17425 약수의 합</title><link>https://noir1458.github.io/posts/BOJ17425/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ17425/</guid><description>f(a) = a의 약수의 합 g(x) = f(1) + f(2) + ... + f(x) 자연수 N이 주어질때 g(N) 구하기</description><pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ 4179 불! (cpp inf?)</title><link>https://noir1458.github.io/posts/BOJ4179/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ4179/</guid><description>미로에 지훈이랑 불이랑 같이 있고, 같은 시간에 한칸씩 이동할 수 있다. 밖으로 통과할수 있는지 없는지, 있다면 탈출시간을 알아보자</description><pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>공개키 암호 시스템의 security-model IND-CCA game</title><link>https://noir1458.github.io/posts/security-model/</link><guid isPermaLink="true">https://noir1458.github.io/posts/security-model/</guid><description>Setup - Challenger runs KeyGen($\lambda$) to obtain (pk,sk) and passes a public key pk to Adversary</description><pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate><category>cryptography</category></item><item><title>2.5 The Diophantine Equation ax+by=c</title><link>https://noir1458.github.io/posts/NumberTheory07/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory07/</guid><description>디오판토스 방정식 : 2개 이상의 미지수를 갖는 방정식의 정수해를 찾는 문제 선형 디오판토스 방정식 : $ax+by=c$</description><pubDate>Tue, 16 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>2.4 The Euclidean Algorithm</title><link>https://noir1458.github.io/posts/NumberTheory06/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory06/</guid><description>$ a =qb + r \Rightarrow gcd(a,b) = gcd(b,r) $</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>2.3.3. relatively prime</title><link>https://noir1458.github.io/posts/NumberTheory05/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory05/</guid><description>$ \text{Given } a,b \in \mathbb{Z} \text{ (at least one of them is not zero), } $</description><pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>2.3.1.Divisor and Multiple</title><link>https://noir1458.github.io/posts/NumberTheory03/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory03/</guid><description>4|12, 4$\mid$(-12), 3 $\nmid$ 10</description><pubDate>Mon, 08 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>2.3.2.The Greatest Common Divisor</title><link>https://noir1458.github.io/posts/NumberTheory04/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory04/</guid><description>Let $a,b\in \mathbb{Z} $. The greatest common divisor of a and b is the positive integer d satisfying</description><pubDate>Mon, 08 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>1.Mathematical Induction</title><link>https://noir1458.github.io/posts/NumberTheory01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory01/</guid><description>David M.Burton - Seventh Edition</description><pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>2.Divisibility theory in the integers</title><link>https://noir1458.github.io/posts/NumberTheory02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/NumberTheory02/</guid><description>Let a=61 and b=-7 then 61 = (-8)(-7) + 5, hence q = -8 and r = 5</description><pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate><category>NumberTheory</category></item><item><title>cryptohack intro</title><link>https://noir1458.github.io/posts/cryptohack00/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cryptohack00/</guid><description>가입할때도 문제를 풀어야했었다..</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate><category>cryptohack</category></item><item><title>cryptohack modular arithmetic</title><link>https://noir1458.github.io/posts/cryptohack01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cryptohack01/</guid><description>그냥 pow(a,b,m) 함수를 사용하면 c로 구현된 빠른 함수로 계산되는것 같다</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate><category>cryptohack</category></item><item><title>AWS workshop 3..?</title><link>https://noir1458.github.io/posts/awsWorkshop3/</link><guid isPermaLink="true">https://noir1458.github.io/posts/awsWorkshop3/</guid><description>여러가지 문제가 있어서 이번주 워크샵은 끝까지 완료하지 못했다. 사실 거의 못했다. 첫번째 부분을 수행하다가 처음 워크샵때 생성했던 ec2가 남아있는걸 알게되었고, 계속 돈이 나가는걸 늦게 알아서 aws nuke 라는것으로 정리하고 그랬었다... 이번달에 돈이 얼마나 더 나가게 될지는 잘 모르겠다. 지난번에는 메일이 와…</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate><category>aws</category></item><item><title>0.cryptography</title><link>https://noir1458.github.io/posts/cryptography000/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cryptography000/</guid><description>classical encryption algorithms 2. symmetric encryption - DES 3. AES 4. Stream cipher &amp; modes of operations 5. public-key encryption - RSA 6. Diffie-Hellman &amp; EIGamal 7. Digital s…</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate><category>cryptography</category></item><item><title>1.classical encryption algorithms</title><link>https://noir1458.github.io/posts/cryptography001/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cryptography001/</guid><description>1.classical encryption algorithms</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate><category>cryptography</category></item><item><title>BOJ1240 노드사이의 거리 - LCA?? BFS도 다시</title><link>https://noir1458.github.io/posts/BOJ1240/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1240/</guid><description>cpp로 처음 풀어본 그래프문제. 실수가 많았다 재귀 아닌걸로 다시 해봐야할것 같다. 이 방식대로 하면 안될것 같다...</description><pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ9663 N-Queen</title><link>https://noir1458.github.io/posts/BOJ9663/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ9663/</guid><description>예전부터 풀어야겠다고 생각은 했지만... 책에 코드가 나와서 풀이 제출함 N도 전역변수로 쓰면되는건데....</description><pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>BOJ2504 괄호의 값 - 미완</title><link>https://noir1458.github.io/posts/BOJ2504/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ2504/</guid><description>이러면 깊이 0일때 말고는 처리를 못한다...</description><pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>AWS workshop 2, WAF구성 테스트</title><link>https://noir1458.github.io/posts/awsWorkshop2/</link><guid isPermaLink="true">https://noir1458.github.io/posts/awsWorkshop2/</guid><description>2주차 워크샵으로 AWS WAF 구성 테스트를 진행했다. 이번주는 내용을 정리하면서 진행했고, 실습환경을 구성하고 직접 공격해보고, 규칙 설정으로 방어하는 과정까지 금방 끝났다. 쉽게 쓸수 있도록 만들어져 있어서 어렵지는 않았고 수업때 이야기하셨던게 이거였구나.. 하면서 과정을 마쳤다. 재미있게 했다... 이런것도 있었…</description><pubDate>Thu, 07 Aug 2025 00:00:00 GMT</pubDate><category>aws</category></item><item><title>AWS General Immersion Day workshop, BOB 트랙교육으로 7월을 보내며...</title><link>https://noir1458.github.io/posts/awsWorkshop1/</link><guid isPermaLink="true">https://noir1458.github.io/posts/awsWorkshop1/</guid><description>BOB에서 수업을 듣고 aws workshop을 무료로 진행할수 있도록 어카운트를 받아서 Basic Modules 까지 진행했다. 끝까지 하다보면 Advanced로 넘어갈 수 있는 링크도 나오는데, 마지막 CloudFormation 부분부터는 거의 머리를 비운상태로 진행해서 이 뒤로 진행하기에는 지금 실력으로나 시간상으…</description><pubDate>Sat, 02 Aug 2025 00:00:00 GMT</pubDate><category>aws</category></item><item><title>BOJ1924 2007년</title><link>https://noir1458.github.io/posts/BOJ1924/</link><guid isPermaLink="true">https://noir1458.github.io/posts/BOJ1924/</guid><description>https://www.acmicpc.net/problem/1924</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate><category>BOJ</category></item><item><title>C++ set, unorded_set</title><link>https://noir1458.github.io/posts/cppSet/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cppSet/</guid><description>해시테이블 - 정렬안됨 - 평균 O(1) - 빠른 검색/삽입, 순서무관 목적</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate><category>cpp</category></item><item><title>C++ Map, Hash Tables, Dictionaries</title><link>https://noir1458.github.io/posts/cppMapHash/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cppMapHash/</guid><description>레드블랙트리 이용(균형 이진 탐색 트리) - key 기준 오름차순 정렬 - 삽입, 삭제, 검색에 O(logN) - 키 중복 허용하지 않음</description><pubDate>Sun, 27 Jul 2025 00:00:00 GMT</pubDate><category>cpp</category></item><item><title>C++ Sort</title><link>https://noir1458.github.io/posts/cppSort/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cppSort/</guid><description>C++ Sort</description><pubDate>Sat, 26 Jul 2025 00:00:00 GMT</pubDate><category>cpp</category></item><item><title>C++ string</title><link>https://noir1458.github.io/posts/cppString/</link><guid isPermaLink="true">https://noir1458.github.io/posts/cppString/</guid><description>C++ string</description><pubDate>Fri, 25 Jul 2025 00:00:00 GMT</pubDate><category>cpp</category></item><item><title>Database System 14주차 연습문제 Q6 정리</title><link>https://noir1458.github.io/posts/database-system-week-14-q6/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-14-q6/</guid><description>14주차 연습문제 Q6 풀이</description><pubDate>Thu, 05 Jun 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 14주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-14/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-14/</guid><description>14주차 수업 데이터베이스 복구와 체크포인트</description><pubDate>Wed, 04 Jun 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 13주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-13/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-13/</guid><description>13주차 수업 잠금 프로토콜과 2단계 잠금</description><pubDate>Wed, 28 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 12주차 연습문제 Q5 정리</title><link>https://noir1458.github.io/posts/database-system-week-12-q5/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-12-q5/</guid><description>12주차 연습문제 Q5 풀이</description><pubDate>Thu, 22 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 12주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-12/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-12/</guid><description>12주차 수업 트랜잭션 상태와 동시성 제어, 직렬 가능성</description><pubDate>Wed, 21 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 11주차 연습문제 Q4 정리</title><link>https://noir1458.github.io/posts/database-system-week-11-q4/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-11-q4/</guid><description>11주차 연습문제 Q4 풀이</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 11주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-11/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-11/</guid><description>11주차 수업 질의 비용 추정과 최적화, 트랜잭션 기초</description><pubDate>Wed, 14 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 10주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-10/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-10/</guid><description>10주차 수업 집합 연산과 질의 최적화 기초</description><pubDate>Wed, 07 May 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 9주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-09/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-09/</guid><description>9주차 수업 중첩 루프·병합·해시 조인</description><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 7주차 연습문제 Q3 정리</title><link>https://noir1458.github.io/posts/database-system-week-07-q3/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-07-q3/</guid><description>7주차 연습문제 Q3 풀이</description><pubDate>Thu, 17 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 7주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-07/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-07/</guid><description>7주차 수업 선택 연산과 외부 정렬 알고리즘</description><pubDate>Wed, 16 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 6주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-06/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-06/</guid><description>6주차 수업 동적 해싱과 질의 처리 기초</description><pubDate>Wed, 09 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 5주차 연습문제 Q2 정리</title><link>https://noir1458.github.io/posts/database-system-week-05-q2/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-05-q2/</guid><description>5주차 연습문제 Q2 풀이</description><pubDate>Thu, 03 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 5주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-05/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-05/</guid><description>5주차 수업 복합 인덱스와 인덱스 활용 방식</description><pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 4주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-04/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-04/</guid><description>4주차 수업 B+ 트리 인덱스의 탐색·삽입·삭제</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 3주차 연습문제 Q1 정리</title><link>https://noir1458.github.io/posts/database-system-week-03-q1/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-03-q1/</guid><description>3주차 연습문제 Q1 풀이</description><pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 3주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-03/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-03/</guid><description>3주차 수업 버퍼 관리와 파일 구성, 인덱스 기초</description><pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 2주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-02/</guid><description>2주차 수업 레코드와 페이지 구조, 파일 구성 방식</description><pubDate>Wed, 12 Mar 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Database System 1주차 정리</title><link>https://noir1458.github.io/posts/database-system-week-01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/database-system-week-01/</guid><description>1주차 수업 데이터베이스 저장장치와 파일 구조</description><pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate><category>DatabaseSystem</category></item><item><title>Flutter 15주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-15/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-15/</guid><description>15주차 수업 Web API 데이터 요청과 FutureBuilder</description><pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 13주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-13/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-13/</guid><description>13주차 수업 Cloud Firestore 채팅 앱</description><pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 12주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-12/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-12/</guid><description>12주차 수업 Firebase Authentication 로그인과 로그아웃</description><pubDate>Mon, 18 Nov 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 11주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-11/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-11/</guid><description>11주차 수업 Windows 환경의 Firebase 연결</description><pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 10주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-10/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-10/</guid><description>10주차 수업 Provider를 이용한 상태 관리</description><pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 9주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-09/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-09/</guid><description>9주차 수업 화면 라우팅과 데이터 전달</description><pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 8주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-08/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-08/</guid><description>8주차 수업 중간고사와 일급 객체</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 7주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-07/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-07/</guid><description>7주차 수업 Form, Gesture와 Animation</description><pubDate>Mon, 14 Oct 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 6주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-06/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-06/</guid><description>6주차 수업 Key의 역할과 위젯 순서 변경</description><pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 5주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-05/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-05/</guid><description>5주차 수업 입력 위젯과 사용자 정보</description><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 4주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-04/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-04/</guid><description>4주차 수업 PageView, TabBarView와 하단 내비게이션</description><pubDate>Mon, 23 Sep 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 3주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-03/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-03/</guid><description>3주차 수업 폰트, 공통 스타일 파일과 ListView</description><pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>Flutter 2주차 정리</title><link>https://noir1458.github.io/posts/flutter-week-02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/flutter-week-02/</guid><description>2주차 수업 이미지 위젯과 상태 갱신</description><pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate><category>Flutter</category></item><item><title>pyplot01</title><link>https://noir1458.github.io/posts/pyplot01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/pyplot01/</guid><description>pyplot01</description><pubDate>Sun, 11 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>pyplot02</title><link>https://noir1458.github.io/posts/pyplot02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/pyplot02/</guid><description>treikoneoddata 검색하여 데이터 사용</description><pubDate>Sun, 11 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>pandas 1. basic and attributes</title><link>https://noir1458.github.io/posts/pandas01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/pandas01/</guid><description>https://pandas.pydata.org/docs/ 참고</description><pubDate>Sat, 10 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>pandas 2. sql, concatenate, merge</title><link>https://noir1458.github.io/posts/pandas02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/pandas02/</guid><description>pandas 2. sql, concatenate, merge</description><pubDate>Sat, 10 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>pandas 3.timestamp</title><link>https://noir1458.github.io/posts/pandas03/</link><guid isPermaLink="true">https://noir1458.github.io/posts/pandas03/</guid><description>pandas 3.timestamp</description><pubDate>Sat, 10 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>numpy 1. numpy와 attribute</title><link>https://noir1458.github.io/posts/numpy01/</link><guid isPermaLink="true">https://noir1458.github.io/posts/numpy01/</guid><description>https://numpy.org/doc/stable/reference/index.html</description><pubDate>Fri, 09 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>numpy 2. 연산자와 shape</title><link>https://noir1458.github.io/posts/numpy02/</link><guid isPermaLink="true">https://noir1458.github.io/posts/numpy02/</guid><description>numpy 2. 연산자와 shape</description><pubDate>Fri, 09 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>numpy 3. 학습 예제</title><link>https://noir1458.github.io/posts/numpy03/</link><guid isPermaLink="true">https://noir1458.github.io/posts/numpy03/</guid><description>numpy 3. 학습 예제</description><pubDate>Fri, 09 Jun 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>재무의 이해 ch6. 투자안 분석 (1)</title><link>https://noir1458.github.io/posts/finance101-ch6-1/</link><guid isPermaLink="true">https://noir1458.github.io/posts/finance101-ch6-1/</guid><description>ch4 에서 (개인, 가계) 현금흐름할인법</description><pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate><category>finance101</category></item><item><title>재무의 이해 ch6. 투자안 분석 (2)</title><link>https://noir1458.github.io/posts/finance101-ch6-2/</link><guid isPermaLink="true">https://noir1458.github.io/posts/finance101-ch6-2/</guid><description>기본 변수값들이 우리의 기본가정과 달라질 경우에도 투자안이 가치있는 투자안으로 남아있는가?</description><pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate><category>finance101</category></item><item><title>재무의 이해 ch4. 화폐의 시간가치(1)</title><link>https://noir1458.github.io/posts/finance101-ch4-1/</link><guid isPermaLink="true">https://noir1458.github.io/posts/finance101-ch4-1/</guid><description>ch4. 화폐의 시간가치와 현금흐름 할인 분석</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate><category>finance101</category></item><item><title>재무의 이해 ch4. 화폐의 시간가치(2)</title><link>https://noir1458.github.io/posts/finance101-ch4-2/</link><guid isPermaLink="true">https://noir1458.github.io/posts/finance101-ch4-2/</guid><description>FV -&gt; PV (미래가치를 현재가치로 할인)</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate><category>finance101</category></item><item><title>python을 이용한 주가 정보 크롤링</title><link>https://noir1458.github.io/posts/finance101-project/</link><guid isPermaLink="true">https://noir1458.github.io/posts/finance101-project/</guid><description>python을 이용하여 금융개론 수업때 여러가지로 시도한것.</description><pubDate>Sat, 20 May 2023 00:00:00 GMT</pubDate><category>finance101</category></item><item><title>regular expression for Python</title><link>https://noir1458.github.io/posts/regular-expression-for-python/</link><guid isPermaLink="true">https://noir1458.github.io/posts/regular-expression-for-python/</guid><description>Python 공식 문서 참고 언어마다 사용법이 다르다고 한다.</description><pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate><category>numpy_pandas</category></item><item><title>마크다운 파일 작성법</title><link>https://noir1458.github.io/posts/markdown-write/</link><guid isPermaLink="true">https://noir1458.github.io/posts/markdown-write/</guid><description>원활한 깃허브 블로그 작성을 위해서 마크다운 파일 작성법을 따로 정리해보자. 문법은 인터넷에 검색하면 잘 나오는데. 많이 사용하게 될 내용들 위주로 정리하고 내용을 조금씩 더해보는걸로</description><pubDate>Fri, 03 Mar 2023 00:00:00 GMT</pubDate><category>blog</category></item></channel></rss>