This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "miraibot", | |
| "version": "0.0.1", | |
| "description": "Slack bot scaffolding", | |
| "main": "miraibot.js", | |
| "scripts": { | |
| "start": "node miraibot.js" | |
| }, | |
| "author": "Sangmin Ahn", | |
| "license": "MIT", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Dot Bot</title> | |
| <meta id="viewport" name="viewport" content ="width=device-width, initial-scale=1.0, overflow:hidden, user-scalable=no" /> | |
| <link href='https://fonts.googleapis.com/css?family=Unica+One|Lato:400,100,700' rel='stylesheet' type='text/css'> | |
| <style> | |
| .flexbox-container { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Japan Sumo Association is in trouble regarding baseball gambling. It is said that some sumo wrestlers and a stable master have bet illegally on baseball games. I guess that the gambles have been doing for a long time as a practice among some sumo wrestlers. Especially, an Ozeki sumo wrestler was reportedly threatened by a gangster. The gangster demanded hush money to the wrestler regarding his betting baseball games. Baseball gambles are conducted by gangsters. Therefore, they become their fund to act. To participate the gambles helps such antisocial groups. There are many other problems in the Sumo Association which are revealed in these days. I hope that it will regenerate. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # IMPORTANT: RUN THIS CELL IN ORDER TO IMPORT YOUR KAGGLE DATASETS | |
| # TO THE CORRECT LOCATION (/kaggle/input) IN YOUR NOTEBOOK, | |
| # THEN FEEL FREE TO DELETE CELL. | |
| import os | |
| import sys | |
| from tempfile import NamedTemporaryFile | |
| from urllib.request import urlopen | |
| from urllib.parse import unquote | |
| from urllib.error import HTTPError |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:void function(){const a=document.querySelector("%23article-title").textContent,b=document.querySelector("h2[data-qa-selector=article_label_text]").textContent,c=document.querySelector("div span[data-qa-selector=word_count]").textContent,d=document.querySelector("%23toggle-level-menu-button > span.css-1kpr3n6-Yo > span.css-1xa972w-Yo > span").textContent,e=document.querySelector("article img").getAttribute("src"),f=document.evaluate("//span[text()='Published:']",document,null,XPathResult.ANY_TYPE,null),g=f.iterateNext(),h=new Date(g.nextElementSibling.textContent),i=(a=>{const b=a.getFullYear(),c=a.toLocaleString("en-us",{month:"long"}),d=(a=>a+(0<a%3F["th","st","nd","rd"][3<a%26%2621>a||3<a%2510%3F0:a%2510]:""))(a.getDate());return`${c} ${d}, ${b}`})(h),j=document.querySelectorAll("div[data-qa-selector=article_text] p,div[data-qa-selector=article_text] h2");let k=location.href;try{k=document.querySelector("link[rel='canonical']").getAttribute("href")}catch(a){console.log("canonical url is not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* YouTube Video */ | |
| iframe[id^='youtube-player'] { | |
| height: 200px !important; | |
| width: 400px !important; | |
| } | |
| div.ls-wide-mode iframe[id^='youtube-player'] { | |
| height: 600px !important; | |
| width: 100% !important; | |
| } | |
| /* YouTube Video */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe src="URL" scrolling="YES" style="width: 100%; height: 800px" ><iframe/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "disabled": false, | |
| "toolbar": true, | |
| "wrap-cloze": { | |
| "label": "Wrap with cloze", | |
| "binding": "", | |
| "template": " {{cloze $^}}", | |
| "icon": "<svg t=\"1643261888324\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"5478\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M341.333333 396.8V320H170.666667v384h170.666666v-76.8H256V396.8zM682.666667 396.8V320h170.666666v384h-170.666666v-76.8h85.333333V396.8zM535.04 533.333333h40.96v-42.666666h-40.96V203.093333l92.16-24.746666-11.093333-40.96-102.4 27.306666-102.4-27.306666-11.093334 40.96 92.16 24.746666v287.573334H448v42.666666h44.373333v287.573334l-92.16 24.746666 11.093334 40.96 102.4-27.306666 102.4 27.306666 11.093333-40.96-92.16-24.746666z\" p-id=\"5479\" fill=\"#eeeeee\"></path></svg>" | |
| }, | |
| "wrap-iframe": { |
OlderNewer