일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 리스트 컴프리헨션
- SUM
- project euler
- FOREIGN KEY
- list comprehension
- python
- 2557
- datetime
- Dictionary
- SUM()
- BOJ
- itertools
- 네이밍
- Codeforces
- 세그먼트 트리
- enumerate
- 소수
- mysql
- flask
- 에라토스테네스의 체
- ceil
- 딕셔너리
- floor
- 외래키
- 자료구조
- convention
- timestamp
- lower_case_table_names
- 파이썬
- 큰 수 나누기
- Today
- Total
목록분류 전체보기 (465)
늒네 기록
6B TUNES - BlueWhite - HAYAKO - HD (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤 - MX부터 먼저 쳐봤는데 굉장히 특이하고 신난다. 이건 근데 풀콤 해보려면 한참은 더 실력 높여야 할듯... - 체감보다 길다! 패턴이 신난다!
27646번: Judicious cuts (Easy) (acmicpc.net) 27646번: Judicious cuts (Easy) In the first sample, there is just one line, and that always divides plane into 2 regions. In the second sample, two intersecting lines divide plane into four quadrants. The solution shown for the third case is not optimal, and hence it would not be accept www.acmicpc.net 선을 최대 1000개 그어서 평면을 n개의 영역으로 나누려고 한다면, y = mx + b 꼴..
6B TUNES - Higher - Supbaby - HD (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤
6B TUNES - Honeymoon - Humming Urban Stereo - HD (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤 - 짧다!
6B TUNES - IF - Vanilla Unity - MX (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤
6B TUNES - KICK IT - HAYAKO - HD (youtube.com) 체감 난이도: ★★★☆☆ 특징: - 처음에 MX로 풀콤 할 수 있지 않을까 해서 비벼보려다가 포기하고 HD로 넘어왔다. - 9렙 곡 치고 쉽지 않았음 - 이때쯤 끝나지 않을까 하는데 안 끝난다. - 마지막 롱노트에서 긴장 풀고 있다 풀콤 깨지기 딱 좋아보인다. 다행히 한 번에 통과했다.
6B TUNES - Jealousy - 3rd Coast & ReX - MX (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤 - 짧다!
6B TUNES - Lovely hands - Planetboom - HD (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 2연타 싫어...
6B TUNES - Look out ~Here comes my love~ - Ruby Tuesday - MX (youtube.com) 체감 난이도: ★☆☆☆☆ 특징: - 초견 풀콤 - 트릴 싫
kysely의 메인 사이트에 들어가보면 playground라는 곳이 있다. Playground | Kysely Playground | Kysely @wirekang has created a playground for Kysely. You can use it to quickly test stuff out and for creating code examples for your issues, PRs and Discord messages. kysely.dev 대충 이렇게 생긴 페이지가 로드된다. 사용 방법은 간단하다. 좌측 패널에 kysely를 사용한 코드를 작성하면 우측에 코드를 통해 생성된 쿼리를 보여준다. 여기서 중요한 것은, 이 playground에서 실제 코드를 작성할때 지원되는 기능들을 미리 살펴볼 ..