일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- 스크립트
- 항목추가
- 자바용어 #용어정리
- HTML
- 퍼블리싱
- 크로스브라우징
- 모바일메뉴 #모바일스와이프메뉴 #스와이프메뉴
- 파일미리보기 #jquery #파일이미지
- 카운트다운
- JS
- ios #background-attachment:fixed
- datepicker #jquery #날짜꾸미기 #간편캘린더 # 캘린더
- 웹접근성
- CSS
- 모바일불가 #script #jquery
- 웹표준
- 객체 #자바객체 #객체정의 #JAVA
- Today
- Total
목록전체 글 (41)
c0's code
See the Pen background-attachment: fixed - ios ver by 이시영 (@wynskrgz-the-looper) on CodePen.
const fs = require('fs'); let input = fs.readFileSync('/dev/stdin').toString().split('\n'); //var input = [ '5 3', '10 50 20 70 100', '1 3', '3 4', '1 5' ]; => 이렇게 들어옴 var score = input[1].split(' ').map(Number); // Convert the second element to an array of numbers //console.log(score); for (var i = 2; i < input.length; i++) { let [start, end] = input[i].split(' ').map(Number); // Convert the cu..
See the Pen Untitled by 이시영 (@wynskrgz-the-looper) on CodePen.
See the Pen Untitled by 이시영 (@wynskrgz-the-looper) on CodePen.
See the Pen Untitled by 이시영 (@wynskrgz-the-looper) on CodePen.
See the Pen 모바일에서 스와이프, 현재페이지 메인 by 이시영 (@wynskrgz-the-looper) on CodePen.
See the Pen 모바일 불가 스크립트 by 이시영 (@wynskrgz-the-looper) on CodePen.