본문 바로가기
728x90
반응형

분류 전체보기110

[비트코인] 비트코인 고팍스 API 사용기 1. 고팍스 회원가입 2. 계정 로그인 후 API 키 받기 * API 생성시 나타나는 secret key 복사해서 안전한 곳에 저장하기! 계정관리 -> API키 -> 새 API키 등록 3. 개발환경 확인 - python 설치 https://www.python.org/downloads/ Download Python The official home of the Python Programming Language www.python.org - pycharm 설치 https://www.jetbrains.com/ko-kr/pycharm/download/ 다운로드 PyCharm: JetBrains가 만든 전문 개발자용 Python IDE www.jetbrains.com 4. 예제 돌려보기 gopax.github.io.. 2021. 4. 26.
[leetcode] Integer to Roman (c++) Problem Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, 2 is written as II in Roman numeral, just two one's added together. 12 is written as XII, which is simply X + II. The number 27 is written as XXVII, which is XX + V + II. Roman numerals are usually written largest to smallest from left to right.. 2021. 3. 21.
[가전제품비교] 가정용?휴대용? 예쁜 홈메이드 요거트 메이커 추천! 비교! 안녕하세요! 제가 요새 좋아하는 카페에서 홈메이드 요거트를 팔고 있었는데, 최근에 방문했더니 안팔더라구요 ㅠㅠ 시중에 파는 요거트는 너무 달아서 그 카페에서 파는 요거트를 좋아했거든요! 홈메이드 요거트는 안달고 정말 맛있었어요! 엌 요거트만 찍은 사진은 없고주인공이 에어팟프로네요 ㅎㅎ 아무튼 그래서!직접 가정용 요거트 메이커를 알아보던 중,몇가지 괜찮은 제품들이 있어서 비교해보았습니다 :) 저는 기능만 좋은 제품은 좋아하지 않아서요거트 메이커도 예쁜 제품으로만 알아봤어요 ㅎㅎ 첫번째 제품은 휴대용 제품이에요! 바로바로Bear 휴대용 요거트 메이커! 색깔도 디자인도 너무 예쁘죠 ㅎㅎㅎ 미니 사이즈로 휴대성이 좋은 제품이라저녁에 우유랑 효소 타 놓고 아침에 회사갈 때 가져가면 좋을 것 같더라구요! 충전도 간.. 2021. 3. 20.
[leetcode] Remove Duplicates from Sorted Array (c++) Problem Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length. Do not allocate extra space for another array, you must do this by modifying the input array in-place with O(1) extra memory. Clarification: Confused why the returned value is an integer but your answer is an array? Note that the input array is passed in by refer.. 2021. 3. 7.
728x90
반응형