분류 전체보기
-
BOJ 1021번 회전하는 큐백준 2021. 8. 22. 18:36
스터디에서 알고리즘 문제 함께 풀어보실 분들 여기로 → https://wsapt.github.io/public/ WSAPT 스터디 알고리즘 문제를 함께 풀어보는 스터디입니다. We Solve Algorithm Problem Together wsapt.github.io 문제링크: https://www.acmicpc.net/problem/1021 1021번: 회전하는 큐 첫째 줄에 큐의 크기 N과 뽑아내려고 하는 수의 개수 M이 주어진다. N은 50보다 작거나 같은 자연수이고, M은 N보다 작거나 같은 자연수이다. 둘째 줄에는 지민이가 뽑아내려고 하는 수의 위치가 www.acmicpc.net 유튜브 문제 풀이: https://youtu.be/eAPgB7UXBbA 자바소스: https://bit.ly/37Zf..
-
Ubuntu에 Bugzilla설치하는 방법Development 2021. 8. 3. 16:17
Bugzilla를 설치할 일이 있어서, 가능하면 Docker로 설치하고 싶었지만... Bugzilla Docker image가 만들어진지, 3년전... 4년전... 5년전이라서... 직접 설치할 수 밖에 없었네요. https://hub.docker.com/u/bugzilla 🠔 여기 가보세요. Bugzilla의 Official Docker Image가 없을 줄이야... -_-a Docker Hub hub.docker.com * 이번달 AWS 사용료가 7만원 넘게 나오다니 ㄷㄷㄷ, Udacity 과제하느라고, EKS좀 사용했더니.. 허걱.. 7만원.. 아래 참고 자료대로 설치되면 좋겠지만.... 흠... 잘 안되기 때문에... https://bugzilla.readthedocs.io/en/latest/in..
-
Postmortem, Udacity Full Stack Web Developer Nanodegree ProgramDevelopment 2021. 7. 27. 16:39
This article is a postmortem, after I graduated Udacity Full Stack Web Developer Nanodegree Program. Course link : https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd0044 Become a Full Stack Web Developer Learn to design and develop powerful modern web applications that form the foundation for apps, websites and more. Learn online with Udacity. www.udacity.com It is a really g..
-
Flask basic commandsDevelopment 2021. 7. 27. 15:45
If there is app.py (Flask app), we can run it simply like below. python3 app.py However, it is recommended to use Flask own environmental variable to run Flask app, please see below. export FLASK_APP=app 🠔 Flask app name, it means 'app.py' export FLASK_ENV=development 🠔 We run as developement purpose, otherwise production export PORT=9010 🠔 Port number to use, normally, 80 port is already taken ..
-
My tweaks after installing UbuntuDevelopment 2021. 7. 26. 15:29
Here is the list of my Linux configuration, after I installed Ubuntu. Basic As the chapter is basic, I'm going to show my very simple tweaks. Remove reverse slash when I type tab key I don't remember since when I have to remove back slash in the front of path, whenever I touch tab key. Add this line in the end of your .bashrc shopt -s direxpand Adding user to group Adding skysign to docker group..
-
BOJ 11779번 최소비용 구하기 2백준 2021. 6. 8. 20:42
스터디에서 알고리즘 문제 함께 풀어보실 분들 여기로 → https://wsapt.github.io/public/ WSAPT 스터디 알고리즘 문제를 함께 풀어보는 스터디입니다. We Solve Algorithm Problem Together wsapt.github.io 문제링크: https://www.acmicpc.net/problem/11779 11779번: 최소비용 구하기 2 첫째 줄에 도시의 개수 n(1≤n≤1,000)이 주어지고 둘째 줄에는 버스의 개수 m(1≤m≤100,000)이 주어진다. 그리고 셋째 줄부터 m+2줄까지 다음과 같은 버스의 정보가 주어진다. 먼저 처음에는 그 버스 www.acmicpc.net 유튜브 문제 풀이: https://youtu.be/Hxo5YSPi2UA 자바소스: htt..
-
BOJ 14938번 서강그라운드백준 2021. 5. 31. 21:46
스터디에서 알고리즘 문제 함께 풀어보실 분들 여기로 → https://wsapt.github.io/public/ WSAPT 스터디 알고리즘 문제를 함께 풀어보는 스터디입니다. We Solve Algorithm Problem Together wsapt.github.io 문제링크: https://www.acmicpc.net/problem/14938 14938번: 서강그라운드 예은이는 요즘 가장 인기가 있는 게임 서강그라운드를 즐기고 있다. 서강그라운드는 여러 지역중 하나의 지역에 낙하산을 타고 낙하하여, 그 지역에 떨어져 있는 아이템들을 이용해 서바이벌을 www.acmicpc.net 유튜브 문제 풀이: https://youtu.be/0_aRf1y3q-c 자바소스: https://bit.ly/3fU64as s..
-
BOJ 11780번 플로이드 2백준 2021. 5. 24. 20:31
문제링크: https://www.acmicpc.net/problem/11780 11780번: 플로이드 2 첫째 줄에 도시의 개수 n이 주어지고 둘째 줄에는 버스의 개수 m이 주어진다. 그리고 셋째 줄부터 m+2줄까지 다음과 같은 버스의 정보가 주어진다. 먼저 처음에는 그 버스의 출발 도시의 번호가 www.acmicpc.net 스터디에서 알고리즘 문제 함께 풀어보실 분들 여기로 → https://wsapt.github.io/public/ WSAPT 스터디 알고리즘 문제를 함께 풀어보는 스터디입니다. We Solve Algorithm Problem Together wsapt.github.io 유튜브 문제 풀이: https://youtu.be/Mnxwu2mIZWI 자바소스: https://bit.ly/2Tfd..