블로그
-
flutter_spinbox 0.13.1
SpinBox for Flutter comes in two variants. It provides implementations for both designs in Flutter, Material and Cupertino (iOS).
blog.naver.com · 2024.10.18
-
보스 1705 & 101IT(이탈리아노) 앰프 + 스피커 셋트 [U.S]
Sensitivity,Impedance 150mV/10k Ω Input Line : One Stereo System, RCA Pin Output Line : One Stereo System , RCA Pin Speaker : 1 Stereo, Snap-In Terminal EQ Switching 2 positions Dimensions 218mm * 60mm * 157mm
blog.naver.com · 2023.11.24
-
LLM fine-tuning step: Tokenizing
Source: https://medium.com/@michaelhumor/understanding-tokens-and-tokenization-in-large-language-models -1058cd24b944 Tokenization is a crucial phase in fine-tuning the LLM, requiring us to: Encode the input
blog.naver.com · 2023.11.27
-
[visual studio] Decimal comma, dot 에러
Input string was not in a correct format 1. Convert 명령어 사용 시 CultureInfo.CurrentCulture 포맷을 추가
blog.naver.com · 2023.09.06
-
Weather Observation Station 5
Prepare > SQL > Basic Select > Weather Observation Station 5 Query the two cities in STATION Sample Input For example, CITY has four entries: DEF, ABC, PQRS and WXY.
blog.naver.com · 2023.10.16
-
[23/07/02]HackerRank 파이썬 코딩테스트_Introduction
year % 100 ==0: leap = False elif year % 4 ==0: leap = True else: leap = False return leap year = int(input Print Function : 1~N 연달아쓰기 for i in range(1,n+1): print(i, end='')
blog.naver.com · 2023.07.02
-
[부동산] 인도 부동산 부문의 성장을 위해 프로젝트를 적시에 제공하는 것이 얼마나 중요한가
Despite the macroeconomic factors, rising input costs and increasing land prices, the Indian real estate is also positive since large institutional and PE investors, both domestic and global, are pouring-in
blog.naver.com · 2023.05.23
-
[공부 기록용] 웹 프론트엔드(230413) - HTML / CSS / Python
아직은 index.html 부분과 'Log In' 버튼을 클릭했을 때의 html 파일까지 완성하지 못했는데 특히 flexbox 라든지, 직접 해보니까 더 감이 잡혀가는 느낌이다. [ And & Or, Standard Library, While statement ] (+ Code Challenge) input() 조건식 Standard Library
blog.naver.com · 2023.04.13
-
[파이썬] 양의 정수 n을 입력받은 후 별모양 출력하기
양의 정수를 입력하세요 : 10 n=10 ********** ********* ******** ******* ****** ***** **** *** ** * #int, #input , #for, #in, #range, #end, #별(*)
blog.naver.com · 2023.01.09
-
[파이썬] 1부터 n까지 역수의 합
양의 정수를 입력하세요 : 10 2.9289682539682538 --------------------- 수식 간단히 #int, #input, #같음(==), #for, #in,
blog.naver.com · 2023.01.09