카페검색 본문
카페글 본문
-
Stata tip 33: Sweet sixteen: Hexadecimal formats and precision problems 2024.01.02해당카페글 미리보기
Stata tip 33: Sweet sixteen: Hexadecimal formats and precision problems
-
[Flutter] - How do I use hexadecimal color Strings in Flutter? 2023.03.28해당카페글 미리보기
stackoverflow.com/questions/50081213/how-do-i-use-hexadecimal-color-strings-in-flutter How do I use hexadecimal color strings in Flutter? How do I convert a hexadecimal color string like #b74093 to a Color in Flutter? I want to use a HEX...
-
어셈블리 파일 바이너리 파일 수정 2025.02.03해당카페글 미리보기
and Disassembler This tool takes x86 or x64 assembly instructions and converts them to their binary representation (machine code). It can also go the other way, taking a hexadecimal string of machine code and transforming it into defuse.ca
-
선 중간에 길이를 표시하는 문자를 해당 선의 레이어와 같은 레이어로 구현하고 싶습니다. 2024.04.12해당카페글 미리보기
position 58 ent) 3)) ) ) ) ;; Hex to Decimal String - Lee Mac ;; Returns the decimal representation of a supplied hexadecimal string (defun LM:hex->decstr ( hex / foo bar ) (defun foo ( lst rtn ) (if lst (foo (cdr lst) (bar (- (car lst...
-
RGB 코드번호(10진수) & Hexadecimal code (16진수) 2002.04.12해당카페글 미리보기
인터넷 휴게소 - RGB 코드번호 & Hexadecimal code Table Color RGB코드번호(10진수) Hex Code 번호(16진수) 0 0 0 #000000 0 0 156 #00009C 0 0 255 #0000FF 0 127 255 #007FFF 0 255 0 #00FF00 0 255 127 #00FF7F 0 255 255 #00FFFF 33 94 33 #215E21 35...
-
Color Name 과 Color Code (16진수 - Hexadecimal) 2010.03.03해당카페글 미리보기
Color Name Hexadecimal RGB Values 빨강 red ff0000 255,0,0 초록 green(lime) 00ff00 0,255,0 파랑 blue 0000ff 0,0,255 노랑 yellow ffff00 255,255,0 청록 cyan 00ffff 0,255,255 자홍색 magenta ff00ff 255,0,255 금색 gold ffd700 255,215,0 은색...
-
Windows에서 SECDRV.SYS(이전 DRM)를 활성화하는 방법 2023.11.14해당카페글 미리보기
Dword 값 생성 Dword 값을 생성한 후 이름을 secdrv로 지정합니다. 그런 다음 secdrv Dword 값을 두 번 클릭하고 Base를 Hexadecimal 로 설정 하고 Data 값을 2 로 설정합니다 . secdrv 서비스 값 조정 참고: 서비스를 다시 비활성화하려면 위 단계를...
-
hexadecimal 2015.08.15해당카페글 미리보기
영어 / 영어단어 / 영어어휘 / 토익단어 / 토익어휘 - 매일 영어단어 쿵쿵따로 스트레스를 확~ 날려버려요! [영어]영어끝말잇기 - 매일 영어단어 쿵쿵따 ★ ↓↓ 웰컴영어 메인으로 바로가기 ↓↓ 웰컴가족들과 영어 - 영어공부혼자하기위한 영어공부방법...
-
user 소스 2023.11.16해당카페글 미리보기
byte[] hashedBytes = md.digest(password.getBytes(StandardCharsets.UTF_8)); // Convert the byte array to a hexadecimal representation StringBuilder hexString = new StringBuilder(2 * hashedBytes.length); for (byte b : hashedBytes) { String...
-
Stata Tips(Stata Journal) 2023.09.03해당카페글 미리보기
tip 35: Detecting whether data have changed Stata tip 34: Tabulation by listing Stata tip 33: Sweet sixteen: Hexadecimal formats and precision problems Stata tip 32: Do not stop Stata tip 31: Scalar or variable? The problem of ambiguous...