5 8 6 1- 4 1 5 5 ↗인디오게임↗본사직영매장↗충/환바로바로↗페이지분양 피스톨게임&팬텀솔져게임 문의나 궁금하신 점은 전화/문자/카톡/텔레그램/문자pc game 4 1 5 5 가능합니다.
5 8 6 1- 4 1 5 5 ↗인디오게임↗본사직영매장↗충/환바로바로↗페이지분양 피스톨게임&팬텀솔져게임 문의나 궁금하신 점은 전화/문자/카톡/텔레그램/문자pc game 4 1 5 5 가능합니다.
seen from United States

seen from United Kingdom

seen from United Kingdom
seen from United Kingdom
seen from Switzerland

seen from United States

seen from United States

seen from Mexico

seen from T1
seen from Russia
seen from United States

seen from United States
seen from Australia
seen from Singapore
seen from T1
seen from United States
seen from T1
seen from China
seen from United Kingdom

seen from United States
5 8 6 1- 4 1 5 5 ↗인디오게임↗본사직영매장↗충/환바로바로↗페이지분양 피스톨게임&팬텀솔져게임 문의나 궁금하신 점은 전화/문자/카톡/텔레그램/문자pc game 4 1 5 5 가능합니다.
5 8 6 1- 4 1 5 5 ↗인디오게임↗본사직영매장↗충/환바로바로↗페이지분양 피스톨게임&팬텀솔져게임 문의나 궁금하신 점은 전화/문자/카톡/텔레그램/문자pc game 4 1 5 5 가능합니다.
[기아자동차] 4월 사내 웹메일링 일러스트 | 일러스트레이터 이민진
ESLint의 새로운 세팅 시스템
설정 문서
기존 설정 문서들과 새로운 설정파일
Shareable Configs
Configuring ESLint
Configuration Files
Configuration Files (New)
새로운 설정에 관한 설계글
다들 읽어보면 좋을 것 같다.
ESLint's new config system, Part 1: Background
ESLint's new config system, Part 2: Introduction to flat config
ESLint's new config system, Part 3: Developer preview
found on heiseimoe on twitter
오 좀 흥미로운데?
간단히 알아내는 서버시간
갑자기 서버시간 알아내는게 궁금해서 약간 찾아봤다. HTTP 헤더를 사용하는 듯.
async function srvTime(){ const res = await fetch(window.location.href.toString(), { method: 'HEAD', headers: { "Content-Type": 'text/html' } }); return res.headers.get("Date"); } // or function srvTime(){ return new Promise((resolve, reject) => { const xhr = new XMLHttpRequest(); xhr.open('HEAD',window.location.href.toString(), true); xhr.onload = () => { if (xhr.status === 200) { resolve(xhr.getResponseHeader("Date")); } else { reject(status); } } xhr.send(''); }); }
#개발자다이어리 #vr #ar #전직게임개발자 #웹 #앱 #게임 #뭐든 #개발한다 #전문직 #중국감기 #코로나시국 #존버가라 #버텨라 #미생 #월급쟁이 #디자인 #끄적이다 #메모하다 #글을쓰다 #기획자 #퇴근중 #일은집에서 (판교IC 톨게이트) https://www.instagram.com/p/CD1XZ7qnAyF/?igshid=wdubj2q7gvq1
This improves font readability and makes it beautiful!!
폰트 가독성을 향상시키는 css를 만들었다. 쓰고 싶은 사람은 Stylus 확장기능을 설치후 사용하면 됨.
사실 저 정도로 격변하는 건 아니지만.. 렌더링이 구린 크롬 기본(진짜 별로다)과 파이어폭스XReadable Font를 비교해놓은 것.