I hereby claim:
- I am sokcuri on github.
- I am sokcuri (https://keybase.io/sokcuri) on keybase.
- I have a public key whose fingerprint is E4FC 4B26 961D 717E EB8E 8A0A 705C A29C DEB4 AE74
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| @echo off | |
| SET /A test=%RANDOM% %% 100 | |
| IF %test% leq 60 ( | |
| echo 앞면 | |
| ) else ( | |
| echo 뒷면 | |
| ) |
| (function(){if(document.cookie.indexOf('night_mode=1')==-1){if(confirm('야간 모드를 켭니다')){document.cookie='night_mode=1';}}else{if(confirm('간 모드를 끕니다')){document.cookie='night_mode=0';}}})() |
| <html> | |
| <head> | |
| <script src="script.js"></script> | |
| <script type="text/javascript" href="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.10/handlebars.min.js"></script> | |
| <link rel="stylesheet" href="style.css"></link> | |
| <template id="pd_box"> | |
| <a href="https://www.baeminfresh.com/shop/detail.php?hash=HD1C1" ga_id="16628" ga_name="[마더앤찬]국내산 수제 도토리 묵사발 630g"> | |
| <div class="thumb_img"> | |
| <p><img src="https://cdn.bmf.kr/_data/product/HD1C1/36e98d060cd69f21f587be1802ce1a49.jpg" alt="[마더앤찬]국내산 수제 도토리 묵사발 630g" /></p> | |
| <div class="delivery_type_lst"> |
| <html> | |
| <head> | |
| <script src="script.js"></script> | |
| <link rel="stylesheet" href="style.css"></link> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="viewport"> | |
| <div class="box" id="pane1"></div> | |
| <div class="box" id="pane2"></div> |
| function getCurrentSlide() { | |
| return document.querySelector('.main_slides_lst li:not([style*="display: none"])'); | |
| } | |
| function extractSlideNumber(slideElement) { | |
| return Number.parseInt(slideElement.className.replace(/s([0-9]+)/, '$1')); | |
| } | |
| function getPagination(num) { | |
| return document.querySelector(`.slides_pagination li:nth-child(${num}) a`); |
| html, body { | |
| height: 100%; | |
| } | |
| body { | |
| font-family: "Spoqa Han Sans"; | |
| } | |
| body, header, nav, section, div, footer, ul, dd { | |
| margin: 0; |
| const Template = { | |
| NavigateTab: `<div class="badge">{{clickCount}}</div><div class="content" id="{{id}}"><span>{{text}}</span></div>`, | |
| Section: `<div class="pageHeader"><h3>{{title}}</h3></div><p>{{content}}</p>` | |
| } | |
| const TabInfo = [ | |
| { | |
| id: 'position', | |
| text: 'About me' | |
| }, |
| html, body { | |
| height: 100%; | |
| } | |
| body { | |
| font-family: "Spoqa Han Sans"; | |
| } | |
| body, header, nav, section, div, footer, ul, dd { | |
| margin: 0; |