title
stringlengths
1
544
โŒ€
parent
stringlengths
0
57
โŒ€
created
stringlengths
11
12
โŒ€
editor
stringclasses
1 value
creator
stringclasses
4 values
edited
stringlengths
11
12
โŒ€
refs
stringlengths
0
536
โŒ€
text
stringlengths
1
26k
id
stringlengths
32
32
<meta/> viewport
<meta/>
null
null
null
null
null
๋ทฐํฌํŠธ ๋ฉ”ํƒ€ ํƒœ๊ทธ๋Š” ๋ชจ๋ฐ”์ผ ๋ฐ˜์‘ํ˜•์„ ๋งŒ๋“ค ๋•Œ ํ•„์š” ๋ทฐํฌํŠธ(viewport)๋ž€, ์›น ํŽ˜์ด์ง€์—์„œ ์‚ฌ์šฉ์ž์˜ ๋ณด์ด๋Š” ์˜์—ญ(visible area)๋ฅผ ๋งํ•จ width๋Š” ๋ทฐํฌํŠธ์˜ ๊ฐ€๋กœ ํฌ๊ธฐ๋ฅผ ์ •ํ•ฉ๋‹ˆ๋‹ค. ๋งŒ์•ฝ 500์ด๋ž€ ๊ฐ’์„ ๋„ฃ์œผ๋ฉด, 500๋งŒํผ์˜ ํ”ฝ์…€ ๊ฐœ์ˆ˜๋ฅผ ๊ฐ€์ง„ ๋„ˆ๋น„๋กœ ์„ค์ • device-width๋ผ๊ณ  ์ง€์ •ํ–ˆ์œผ๋‹ˆ, ๊ธฐ๊ธฐ์˜ ์Šคํฌ๋ฆฐ ๋„ˆ๋น„์— ๋งž์ถ”๋ผ๋Š” ๋œป ```type<meta name="viewport" content="width=device-width,initial-scale=1">``` ```type<meta name="viewport" content="viewport-fit=cover">``` - <meta/> viewport width - <meta/> viewport initial-scale - <meta/> viewport user-scalable - <meta/> viewport minimum-scale - <meta/> viewport maximum-scale > [๋ณด๋‹ค ์™„๋ฒฝํ•œ webview๋ฅผ ์œ„ํ•œ ์„ธํŒ…๋“ค | ์ˆ˜์ค์€ ๋™๊ทธ๋ž˜ ๋ธ”๋กœ๊ทธ](https://shylog.com/settings-for-a-more-complete-webview/) > [๋ฐ˜์‘ํ˜• ์›น ๋š๋”ฑ ๋งŒ๋“ค๊ธฐ (1) - ๋ทฐํฌํŠธ ๋ฉ”ํƒ€ํƒœ๊ทธ์™€ ๋ฏธ๋””์–ด ์ฟผ๋ฆฌ](https://nykim.work/84)
20d820e67dc64df6874548b6adbca798
<script> asserttype
<script/> Properties
Nov 22, 2021
Alan Jo
Alan Jo
Nov 22, 2021
```type<script src="foo.wasm" type="module" asserttype="webassembly"></script>```
9f79e29a0f4c48fe89551cec1837b8ba
<script> async
<script/> Properties
May 6, 2020
Alan Jo
Alan Jo
Jun 5, 2021
```type<script async src="script.js">``` ์œ„์™€ ๊ฐ™์ด asnyc ์†์„ฑ์ด ๋”ํ•ด์ง„ script ํƒœ๊ทธ๊ฐ€ HTML ํƒœ๊ทธ ์‚ฌ์ด์— ์žˆ๋Š” ๊ฒฝ์šฐ ์•„๋ž˜ ๊ทธ๋ฆผ๊ณผ ๊ฐ™์ด ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค. ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F3c3a5eaf-48ed-4e48-9d8a-2166fec7b63c%2FUntitled.png?table=block&id=d061dd9b-c4f1-4ab1-a005-40b1af0d8a01&cache=v2)
bd177a7d94b94a3793605c740d8e3a27
<script> type
<script/> Properties
Jun 5, 2021
Alan Jo
Alan Jo
Jan 18, 2022
### <script> types |Title| |:-:| |[<script> module type](https://texonom.com/script-module-type-62155e0d74e7494a90bed613423a4228)| |[<script> babel type](https://texonom.com/script-babel-type-8e44d40a064e4623b4cb764e2c0eecf4)| |[<script> importmap type](https://texonom.com/script-importmap-type-3a631548ec53408c9040b01219c15a9e)|
16533b61e8454be49095407492bc2e6a
<script>defer
<script/> Properties
May 6, 2020
Alan Jo
Alan Jo
Jun 29, 2023
```type<script defer src="script.js">``` ์œ„์™€ ๊ฐ™์ด defer ์†์„ฑ์ด ๋”ํ•ด์ง„ script ํƒœ๊ทธ๊ฐ€ HTML ํƒœ๊ทธ ์‚ฌ์ด์— ์žˆ๋Š” ๊ฒฝ์šฐ ์•„๋ž˜ ๊ทธ๋ฆผ๊ณผ ๊ฐ™์ด ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค. ![](null)
76e367184949402aa5b7394209d8c31d
<script> babel type
<script> types
May 6, 2020
Alan Jo
Alan Jo
Mar 28, 2023
`text/babel` > [[ IE ] ์—์„œ ES6 ๋ชจ๋˜ ์Šคํฌ๋ฆฝํŠธ ์‚ฌ์šฉํ•˜๊ธฐ Tip.](https://m.blog.naver.com/PostView.nhn?blogId=wolfre&logNo=221637198030&proxyReferer=https:%2F%2Fwww.google.com%2F) > [IE์™€ ๊ฐ™์€ ๊ตฌํ˜•๋ธŒ๋ผ์šฐ์ €์—์„œ ๋นŒ๋“œ์—†์ด es6 ์ตœ์‹ ๋ฌธ๋ฒ• ์‚ฌ์šฉํ•˜๊ธฐ](https://haru.kafra.kr/116)
8e44d40a064e4623b4cb764e2c0eecf4
<script> importmap type
<script> types
May 5, 2023
Alan Jo
Alan Jo
May 5, 2023
```type<script type="importmap"> { "imports": { "browser-fs-access": "https://unpkg.com/browser-fs-access@0.33.0/dist/index.modern.js" } }</script>``` and then ```type<button>Select a text file</button><script type="module"> import {fileOpen} from 'browser-fs-access'; const button = document.querySelector('button'); button.addEventListener('click', async () => { const file = await fileOpen({ mimeTypes: ['text/plain'], }); console.log(await file.text()); });</script>``` > [JavaScript import maps are now supported cross-browser](https://web.dev/import-maps-in-all-modern-browsers/)
3a631548ec53408c9040b01219c15a9e
<script> module type
<script> types
Jun 5, 2021
Alan Jo
Alan Jo
Jan 18, 2022
[ESM](https://texonom.com/esm-6ccbb609786442c2ab88467500b1cf17) [WebPack](https://texonom.com/webpack-239ce64e6d6c4892be5de5af71cc3c67) [Vite](https://texonom.com/vite-dee1023d02d845fe9a4d65523ee8041a)
## No bundler, Module Builder world is coming can import by url js [import.meta](https://texonom.com/importmeta-b79da47fb05d4b44b96ccbab83f04a5f) ### module > ["Uncaught SyntaxError: Cannot use import statement outside a module" when importing ECMAScript 6](https://stackoverflow.com/questions/58211880/uncaught-syntaxerror-cannot-use-import-statement-outside-a-module-when-import)
62155e0d74e7494a90bed613423a4228
import.meta
<script> module type
null
null
null
null
null
```type// index.mjsimport './index2.mjs?someURLInfo=5';// index2.mjsnew URL(import.meta.url).searchParams.get('someURLInfo'); // 5``` > [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta)
b79da47fb05d4b44b96ccbab83f04a5f
Template Page
Template Gallery
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
dd41a043ae674a2686a98502700bbeaf
<button/>
HTML Interaction Tags
Apr 20, 2021
Alan Jo
Alan Jo
Jul 19, 2023
[Button](https://texonom.com/button-88078dfda85b496f9b9fc45fc8beeef8)
a ํƒœ๊ทธ์™€ button ํƒœ๊ทธ๋Š” ์—ญํ• ์ด ๊ฒน์น˜๋Š” ๊ฒฝ์šฐ ์—†๋„๋ก a๊ฐ€ ๋จผ์ €๋ƒ button์ด ๋จผ์ €๋ƒ์— ์˜ํ•ด ๋‚˜๋จธ์ง€ ํ•œ ์ชฝ ๋งํฌ๋Š” ์•„์˜ˆ ๋ฌด์‹œํ•˜๋Š” ๊ฒฐ๊ณผ ์ƒ๊ธธ์ˆ˜๋„ > [button ํƒœ๊ทธ๋Š” a ํƒœ๊ทธ ์•ˆ์— ์žˆ์–ด๋„ ๋˜๋Š”๊ฐ€?](https://blastingzone.github.io/blog/html/2016/09/07/nest-button-tag-inside-anchor.html) > [aria-label ์†์„ฑ ์‚ฌ์šฉ](https://developer.mozilla.org/ko/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute)
7299100a9a0f4e7492e7ff1131d42609
<datalist>
HTML Interaction Tags
Aug 3, 2023
Alan Jo
Alan Jo
Aug 3, 2023
790bc807caf143a089d5c3ddbab1e70a
<form/>
HTML Interaction Tags
Feb 23, 2022
Alan Jo
Alan Jo
Jul 18, 2023
### <form/> attributes |Title| |:-:| |[<form/> action](https://texonom.com/form-action-1b464e9538b34ea89c51f87c19d4762e)|
ed7a23e6831f47879f1e6befd730ee78
<input/>
HTML Interaction Tags
Jan 9, 2020
Alan Jo
Alan Jo
Jul 18, 2023
### <input/> tag |Title| |:-:| |[<input/> tag value](https://texonom.com/input-tag-value-af5760d57b9e40fcaea900e994768119)| [input file](https://texonom.com/input-file-8fc801a4d9bc4aeb893204800cf2808e) disable readonly [autoFocus does not work on Safari mobile](https://github.com/JedWatson/react-select/issues/3501) mobile auto focus not working apple decision
29056250a6d9478abd802ab858952160
<textarea/>
HTML Interaction Tags
Mar 19, 2020
Alan Jo
Alan Jo
Jul 18, 2023
- option > [Document: keyup event](https://developer.mozilla.org/en-US/docs/Web/API/Document/keyup_event) ํฐ์—์„œ ์•ˆ๋˜์„œ change event ํ•„์š”ํ•จ
d6e233d107664f0889e0b17c67bef2bc
<form/> action
<form/> attributes
May 5, 2023
Alan Jo
Alan Jo
May 5, 2023
> [<form>: The Form element - HTML: HyperText Markup Language | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#action)
1b464e9538b34ea89c51f87c19d4762e
input file
<input/>
null
null
null
null
null
> [Use These Steps to Test CSV File Uploads - DockYard](https://dockyard.com/blog/2018/11/26/use-these-steps-to-test-csv-file-uploads)
8fc801a4d9bc4aeb893204800cf2808e
<input/> tag value
<input/> tag
Jan 9, 2020
null
null
null
null
value
af5760d57b9e40fcaea900e994768119
<iframe/>
HTML Media Tags
Jan 27, 2022
Alan Jo
Alan Jo
Jul 18, 2023
๊ฐ€์žฅ ์„ฑ๋Šฅ์— ์•ˆ์ข‹๊ณ  ๋ณด์•ˆ์—๋„ ์ทจ์•ฝํ•œ ๋“ฑ
e57bcc3206fd4d509b63f3b3939b12c1
<img/>
HTML Media Tags
Oct 7, 2020
Alan Jo
Alan Jo
Jul 18, 2023
### <img/> Usages |Title| |:-:| |[image tag placeholder](https://texonom.com/image-tag-placeholder-c200defa5cda41b092ab3ede74510f52)| |[image tag alt](https://texonom.com/image-tag-alt-9403b64d6ca1421b888a1caa4204ae57)| |[image tag meta](https://texonom.com/image-tag-meta-b78b6ec03be448e49ad3725e2566217b)| |[<picture>](https://texonom.com/picture-f6f7f39c80f84564912fd872a098b822)| |[<img/> loading](https://texonom.com/img-loading-dc93b632d1334b1dbcdc69f5ede39de6)| |[<img/> srcset](https://texonom.com/img-srcset-93700f63ece046968d1a213a79037825)| |[<img/> decoding](https://texonom.com/img-decoding-eead5796b8e24459937765df74f8616a)| |[<img/> fetchpriority](https://texonom.com/img-fetchpriority-db157ca409d2453d82be816f866ae2ee)| |[<img/> onload](https://texonom.com/img-onload-fd7cfdc93985420497f959f627e96026)| ### Optimization > [The modern way of serving images](https://kurtextrem.de/posts/modern-way-of-img) > [Picture perfect images with the modern element](https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element/)
747863c811044f40ba2e3f1f619410ca
<model>
HTML Media Tags
Jun 7, 2023
Alan Jo
Alan Jo
Jul 18, 2023
```type<model src="3d-assets/car"></model>``` > [The <model> element](https://immersive-web.github.io/model-element/)
3705e014b5244cc9892145ae7f9ffa70
<video/>
HTML Media Tags
Dec 21, 2020
Alan Jo
Alan Jo
Sep 1, 2023
- controls - width ### Copy frame > [New Chrome feature makes it easier to grab full-resolution frames from videos](https://www.theverge.com/2023/8/31/23854302/google-chrome-copy-video-frame-chromium) > [: ๋น„๋””์˜ค ์‚ฝ์ž… ์š”์†Œ](https://developer.mozilla.org/ko/docs/Web/HTML/Element/Video) ### nuxt video > [Load video from assets folder ยท Issue #2008 ยท nuxt/nuxt.js](https://github.com/nuxt/nuxt.js/issues/2008)
73893bd51bb844f4ac99e864b263962a
image tag alt
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Jan 22, 2023
[Semantic Web](https://texonom.com/semantic-web-a62b88936db14bdeb63dc7752eb6c85a)
```typeimg[alt] { display: none;}```
9403b64d6ca1421b888a1caa4204ae57
image tag meta
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
[Web Blob Interface](https://texonom.com/web-blob-interface-770a0328a4904073a5ea8c2bbcac6c1d)
```typefunction getMeta(url){ var img = new Image() img.addEventListener("load", function(){ alert( this.naturalWidth +' '+ this.naturalHeight ); }) img.src = url}``` can be used like blob generation ### Meta > [Get width height of remote image from url](https://stackoverflow.com/questions/11442712/get-width-height-of-remote-image-from-url)
b78b6ec03be448e49ad3725e2566217b
image tag placeholder
<img/> Usages
Jun 14, 2021
Alan Jo
Alan Jo
Apr 15, 2022
### image placeholder Tools |Title| |:-:| |[plaiceholder](https://texonom.com/plaiceholder-bb208bb96d804a65811113f38e9643ab)|
c200defa5cda41b092ab3ede74510f52
<img/> decoding
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
- async
eead5796b8e24459937765df74f8616a
<img/> fetchpriority
<img/> Usages
Jun 13, 2023
Alan Jo
Alan Jo
Jun 13, 2023
- high
db157ca409d2453d82be816f866ae2ee
<img/> loading
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
lazy > [Picture perfect images with the modern element](https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element/?ref=sidebar)
dc93b632d1334b1dbcdc69f5ede39de6
<img/> onload
<img/> Usages
Jun 13, 2023
Alan Jo
Alan Jo
Jun 13, 2023
fd7cfdc93985420497f959f627e96026
<img/> srcset
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
93700f63ece046968d1a213a79037825
<picture>
<img/> Usages
Apr 15, 2022
Alan Jo
Alan Jo
Apr 15, 2022
### Modern format ```type<picture> <source srcset="keyboard.avif" type="image/avif"> <source srcset="keyboard.webp" type="image/webp"> <source srcset="keyboard.jpg" type="image/jpeg"> <img src="keyboard.jpg" alt="Omg a keyboard"></picture>``` Theย `<picture>`ย element supports multipleย `<source> `elements and a singleย `<img>`ย element > [Picture perfect images with the modern element](https://stackoverflow.blog/2022/03/28/picture-perfect-images-with-the-modern-element)
f6f7f39c80f84564912fd872a098b822
**[plaiceholde](https://plaiceholder.co/)****r**
image placeholder Tools
Jun 14, 2021
Alan Jo
Alan Jo
Jun 14, 2021
โ€ฃ
> [Usage | Plaiceholder: Docs](https://plaiceholder.co/docs/usage)
bb208bb96d804a65811113f38e9643ab
<b>
HTML Text Tags
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
bold
47d8bb9e089344a9899f76352e6d4ac9
<backquote>
HTML Text Tags
Mar 15, 2022
Alan Jo
Alan Jo
Jul 18, 2023
> [CSS / ์ธ์šฉ๋ฌธ(Blockquote) ๊พธ๋ฏธ๊ธฐ](https://www.codingfactory.net/10803)
3850e06c828f4b2da013d6348a0ce9cf
<br>
HTML Text Tags
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
128d34f20f4b4dc9b72be870a2acc6a6
<em>
HTML Text Tags
Aug 3, 2023
Alan Jo
Alan Jo
Aug 3, 2023
6ba6cde2a0714dd1b2ff4a7aa5be5fb0
<h>
HTML Text Tags
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
2447aea524474f6a9942e152a3779792
<hr>
HTML Text Tags
Jun 7, 2023
Alan Jo
Alan Jo
Jul 18, 2023
> [<hr> - HTML: Hypertext Markup Language | MDN](https://developer.mozilla.org/ko/docs/Web/HTML/Element/hr)
1582633975dc40da9655043572088e41
<i>
HTML Text Tags
Aug 3, 2023
Alan Jo
Alan Jo
Aug 3, 2023
53cbebd6b45b441a9be5bfc112a5bfc5
<kdb/>
HTML Text Tags
Nov 25, 2020
Alan Jo
Alan Jo
Jul 18, 2023
`kbe` ์š”๋Ÿฐ ์• ๋“ค ๋งˆํฌ๋‹ค์šด์ด๋‚˜ ๋ฌธ์„œ์šฉ์œผ๋กœ ๋งŽ์ด ์“ฐ์ž„ kbd์ธ ์ด์œ ๋Š” keyboard ์ž…๋ ฅ์„ ๋‚˜ํƒ€๋‚ผ ๋•Œ ์ž์ฃผ ์“ฐ์—ฌ์„œ > [์ฝ”๋”ฉ๊ต์œก ํ‹ฐ์”จํ”ผ์Šค์ฟจ](http://www.tcpschool.com/html-tags/kbd)
bfed18bc017247dc866b19d1ff5615c4
<mark>
HTML Text Tags
Aug 3, 2023
Alan Jo
Alan Jo
Aug 3, 2023
f6ecc44acf4842119f88a53cb04349a6
<p>
HTML Text Tags
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
765723e55d0346ec8cca033825e9310a
<samp>
HTML Text Tags
Sep 12, 2021
Alan Jo
Alan Jo
Jul 18, 2023
like quote ์ปดํ“จํ„ฐ ํ”„๋กœ๊ทธ๋žจ์˜ ์ƒ˜ํ”Œ ๋˜๋Š” ์ธ์šฉ ์ถœ๋ ฅ(output)์„ ๋‚˜ํƒ€๋‚ผ ๋•Œ ์‚ฌ์šฉ ### bash output quote > [์ฝ”๋”ฉ๊ต์œก ํ‹ฐ์”จํ”ผ์Šค์ฟจ](http://tcpschool.com/html-tags/samp)
e495fc90fa184a708725f92b5235d150
<span>
HTML Text Tags
Jul 18, 2023
Alan Jo
Alan Jo
Jul 18, 2023
08887347bfdf4be59525932a98fac273
htmlq
HTML Tools
Sep 8, 2021
Alan Jo
Alan Jo
Sep 8, 2021
### html cli processor > [GitHub - mgdm/htmlq: Like jq, but for HTML.](https://github.com/mgdm/htmlq?utm_source=tldrnewsletter)
92447ea976464ba289b03dbe6491e90d
Client-side image maps
imagemap
null
null
null
null
null
imgย ์š”์†Œ์—ย usemapย ์†์„ฑ์„ย ์‚ฌ์šฉํ•˜๊ณ ย ๋งํฌย ์˜์—ญ์˜ย ์ขŒํ‘œ์ •๋ณด๊ฐ€ย HTML(ํด๋ผ์ด์–ธํŠธ)์—ย ์กด์žฌํ•œ๋‹ค.ย ํด๋ผ์ด์–ธํŠธ์ธกย ์ด๋ฏธ์ง€ย ๋งต์˜ย ๊ฒฝ์šฐย ์˜๋ ฅ๋ณ„๋กœย ๋Œ€์ฒดย ํ…์ŠคํŠธ๋ฅผย ์ ์ ˆํ•˜๊ฒŒย ์ œ๊ณตํ•ด์•ผ
037e70a6c15d4201bdd3bc4a71a2a3b0
Server-side image maps
imagemap
null
null
null
null
null
img ์š”์†Œ์— ismap ์†์„ฑ์„ ์‚ฌ์šฉํ•˜๊ณ  ๋งํฌ ์˜์—ญ์˜ ์ขŒํ‘œ์ •๋ณด๊ฐ€ ์„œ๋ฒ„์— ์žˆ์œผ๋ฉฐ, ๋งˆ์šฐ์Šค์™€ ๊ฐ™์€ ํฌ์ธํŒ… ๊ธฐ๊ธฐ๋กœ๋งŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ณ  ํ‚ค๋ณด๋“œ๋กœ ์ ‘๊ทผ์ด ๋ถˆ๊ฐ€๋Šฅ
9f64458d31f643bc9068574f6e9fab6f
XML Namespace
XML
null
null
null
null
null
์„œ๋กœย ๋‹ค๋ฅธย XMLย ๋ฌธ์„œ์™€ย ์„œ๋กœย ์ธ์‹ํ• ย ์ˆ˜ย ์žˆ๋„๋กย ํƒœ๊ทธ๋กœย ๋‚˜ํƒ€๋‚˜๋Š”ย ๊ฐœ๋…์ƒ์˜ย ๊ณต๊ฐ„ XML ๋ฌธ์„œ์—์„œ ๊ณ ์œ ํ•˜๊ฒŒ ๋ช…๋ช… ๋œ ์š”์†Œ ๋ฐ ์†์„ฑ์„ ์ œ๊ณตํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ W3C ๊ถŒ์žฅ ์‚ฌํ•ญ์— ์ •์˜ ```type<์š”์†Œ์ด๋ฆ„ xmlns:prefix="URI">``` > [์ฝ”๋”ฉ๊ต์œก ํ‹ฐ์”จํ”ผ์Šค์ฟจ](http://www.tcpschool.com/xml/xml_basic_namespace)
f2e91e91b40d4bd2b303209c4a90e63b
sphinx
RST
null
null
null
null
null
๋ฆฌ๋ˆ…์Šค ๊ณต์‹ ๋ฌธ์„œํ™” ํˆด > [Overview - Sphinx 4.0.0+ documentation](https://www.sphinx-doc.org/en/master/)
a473709e918d49cc8c1165b02b3611be
Protobuf
Interface Description Languages
Aug 12, 2021
Alan Jo
Alan Jo
Aug 9, 2023
[Server Logging](https://texonom.com/server-logging-715673f4038042ae97a61d6f5c95b938) โ€ฃ
๋กœ๊ทธ๊ตฌ์กฐ๋ฅผ Protobuf๋กœ ์ •์˜ํ•˜๊ธฐ์— ์šฉ์ด ์—ฌ๋ŸฌํŒ€์— ๋ฌธ์„œํ™” ํ•„์š”์—†์ด ์‰ฝ๊ฒŒ ๊ณต์œ ํ•˜๋ฉฐ, ์‚ฌ์šฉ์–ธ์–ด์—๋„ ๊ตฌ์• ๋ฐ›์ง€ ์•Š๊ณ  ๋กœ๊ทธ ์ˆ˜์ง‘์— ์ด์šฉ > [Protobufs Explained, and why Google, Apple, and LinkedIn use it over JSON](https://newsletter.devmoh.co/p/protobufs-explained-and-why-google) > [๋ฉ€ํ‹ฐํด๋ผ์šฐ๋“œ๋ฅผ ์ด์šฉํ•œ ๋กœ๊ทธ ๋ถ„์„ ํ”Œ๋žซํผ ๊ฐœ๋ฐœํ•˜๊ธฐ](https://medium.com/watcha/%EB%A9%80%ED%8B%B0%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EB%A1%9C%EA%B7%B8-%EB%B6%84%EC%84%9D-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B0%9C%EB%B0%9C%ED%95%98%EA%B8%B0-8c5f671df559)
0857bed51f6b4161b1022e3beb8ca24f
jsonnet
Template Languages
Aug 28, 2020
null
null
null
[JSON](https://texonom.com/json-71ad4e6adbf4411fb5bfd89ed18bf64e)
- ๊ธฐ๋ณธ ์„ค์ •์ด ์กด์žฌํ•˜๊ณ  ์ด๋ฅผ ํ™•์žฅํ•ด์„œ ์—ฌ๋Ÿฌ ํ™˜๊ฒฝ ๊ฐ„์— ์„ค์ •์„ ๋Œ๋ ค์“ฐ๊ณ  ์‹ถ์„ ๋•Œ - ์™ธ๋ถ€๋กœ๋ถ€ํ„ฐ ์„ค์ • ๊ฐ’์„ ์ฃผ์ž…๋ฐ›์„ ํ•„์š”๊ฐ€ ์žˆ์„ ๋•Œ jsonnet notion > jsonnet import > jsonnet self hako ๋‚˜ kuberflow ์—์„œ ์‚ฌ์šฉ > [yosuke-furukawa/node-jsonnet](https://github.com/yosuke-furukawa/node-jsonnet) > [google/jsonnet](https://github.com/google/jsonnet) > [Jsonnet ์†Œ๊ฐœ](http://riseshia.github.io/2018/04/17/jsonnet.html) > [Jsonnet - The Data Templating Language](https://jsonnet.org/)
30c672630b754e00a3e1c78a258900e5
Abbreviation
Natural Language Notion
Jul 20, 2021
Alan Jo
Alan Jo
Mar 9, 2023
The original meaning of the abbreviation is important [acronym](https://texonom.com/acronym-08857f3e1de949d5ad7aee05629bcdd1)
d91482b723e34b31a8505549fc47e339
Etymology
Natural Language Notion
Jul 9, 2023
Alan Jo
Alan Jo
Jul 9, 2023
> [Etymonline - Online Etymology Dictionary](https://www.etymonline.com/)
50ed2863e59d48fbb6d462f947cd8df0
Filler Words
Natural Language Notion
Jul 17, 2021
Alan Jo
Alan Jo
Feb 8, 2023
์Œ ์—„ ๊ทธ ํ•„๋Ÿฌ๋Š” ๊ณต์‹ ์–ธ์–ด์˜ ๋ฒ”์ฃผ์— ์†ํ•˜๋ฉฐ ๋‹ค๋ฅธ ์–ธ์–ด์—๋Š” ๋‹ค๋ฅธ ํŠน์„ฑ ํ•„๋Ÿฌ ์‚ฌ์šด๋“œ๊ฐ€ ์žˆ์Œ
f74aede671284acaa8fc0acb331f10fd
Jargon
Natural Language Notion
Jul 21, 2022
Alan Jo
Alan Jo
Feb 8, 2023
### Jargon Tools |Title| |:-:| |[Explain Jargon](https://texonom.com/explain-jargon-993d1e308ebb4292b408b6bd823a88e8)|
34762f44fa274054971e68e535727263
Learn Language
Natural Language Notion
Feb 27, 2021
Alan Jo
Alan Jo
Jul 9, 2023
[Comprehensible input](https://texonom.com/comprehensible-input-a4b2f8dd12864198a1634b4c1a63a035)
์–ธ์–ด๋ฅผ ๋ฐฐ์šฐ๋Š” ๊ฒƒ์€ ๋ฌธํ™”๋ฅผ ์ดํ•ดํ•˜๊ธฐ ์œ„ํ•จ์ด๋‹ค [Programming Language](https://texonom.com/programming-language-33e7352748b84659b795d1dcbcd513af) [Natural Language](https://texonom.com/natural-language-58438af54d374ed3a8d0097f3b123a34) ๋ชจ๋‘ ์ ์šฉ ์–ธ์–ด๋ฐฐ์šฐ๊ธฐ๋Š” ์™ธ์ ์œผ๋กœ ๋งŽ์€ input์ด ์ค‘์š”ํ•˜๋‹ค (comprehensive input in low anxiety **environment**) ๋งํ•˜๋Š” ๊ฒƒ์€ ๋นจ๋ฆฌ๋Š”๋‹ค ๊ธ€์ž๊ฐ€ ์†Œ๋ฆฌ๋กœ ๋“ค๋ฆฌ๋Š” ์ฒญ๊ฐ์˜์ƒ์„ ์™ธ๊ตญ์–ด์—๋„ ๋‡Œ๊ฐ€ ์ ์šฉํ• ์ •๋„๋กœ ์˜ค๋ž˜ ๊ฑธ๋ฆฌ๋Š”๊ฑด ๋“ฃ๋Š”๊ฑฐ๋‹ค ๋ณธ์ธ์œผ๋กœ์„œ ์ž์กด๊ฐ๊ณผ ์ ์€ ๋ถˆ์•ˆ ๊ทธ๋ฆฌ๊ณ  ๋™๊ธฐ๊ฐ€ ์ค‘์š”ํ•˜๋‹ค ํ•˜์ง€๋งŒ ํ™˜๊ฒฝ์ด ๋” ์ค‘์š”ํ•˜๊ณ  ๋‚ด์ ์ธ ๋งˆ์ธ๋“œ๋ฅผ ์ •ํ•ด์ฃผ๊ธฐ๋„ ํ•œ๋‹ค๋Š” ๊ฒƒ ### How AI learn language > [AI is changing scientistsโ€™ understanding of language learning](https://arstechnica.com/information-technology/2022/10/ai-is-changing-scientists-understanding-of-language-learning) > [https://youtu.be/I3McuLTlsbc](https://youtu.be/I3McuLTlsbc)
d46fe87ec7de4c96bb44164fc7f757ef
Natural language Meta
Natural Language Notion
Nov 5, 2019
Alan Jo
Seong-lae Cho
Feb 8, 2023
# Notion ์–ธ์–ด๋Š” ๊ฐœ๋…์˜ ๋ถ„๋ณ„์„ ์œ„ํ•จ ์˜คํ•ด๋ฅผ ์ตœ์†Œํ™”ํ•˜๋Š” ๋ฐฉ์•ˆ๊ทธ๋Ÿฌ๋‹ˆ ๋ชฉ์ ์— ๋งž๊ฒŒ ๋ชจํ˜ธํ•จ ์ค„์ด๊ธฐ ๊ฐœ๋…์˜ ์ •์˜, ํ•ด์ฒด์™€ ์žฌ์ •์˜๋ฅผ ํ†ตํ•œ ํ™•์žฅ โ†’ ๋ฐ˜๋ณต๋˜๋Š” ๋ณต์žกํ•œ ๊ฒƒ์„ ๋‹จ์ˆœํ•˜๊ฒŒ ํ‘œํ˜„ํ•˜๊ธฐ๊ฐ€ ๋ชฉ์  # Abstraction Object A ๋ผ๋Š” ๊ธฐ๋Šฅ์„ ์œ„ํ•ด ๋งŒ๋“  a Abstraction Object B ๋ผ๋Š” ๊ธฐ๋Šฅ์„ ์œ„ํ•ด ๋งŒ๋“  b Abstraction Object F ๋ผ๋Š” ๊ธฐ๋Šฅ์„ ์œ„ํ•ด a, b ๊ฐ์ฒด๋ฅผ ์ด์šฉํ•˜๋Š” ๊ฒƒ์ด ํŽธํ•  ๊ฒƒ ๊ฐ™์•„์„œ a, b ๋กœ f ์ถ”์ƒํ™” ๊ฐ์ฒด๋ฅผ ๋งŒ๋“ค๋‹ค - ํšจ์œจ ์ด์ค‘ ์ถ”์ƒํ™”์— ์„ฑ๋Šฅํ•œ๊ณ„์— ๋”ฐ๋ผ f' Object๋ฅผ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ๊ทธ๋Œ€๋กœ ์‚ฌ์šฉ a, b Abstraction Object๋“ค ๋˜ํ•œ ์•„๋žซ ๋‹จ๊ณ„์˜ Abstraction ๋กœ ์ด๋ฃจ์–ด์ง„ ๊ฒƒ ํ•˜์ง€๋งŒ Free Abstraction can make infinite kind of Object๋ฅผ ๋งŒ๋“ค์–ด ๋‚ผ ์ˆ˜ ์žˆ๋‹ค ํšจ์œจ์ ์ธ ์ถ”์ƒํ™”์˜ ์œ ์ง€, ๋ณด์ˆ˜์™€ ์œ ํ•œํ•œ ์ง€์‹์œผ๋กœ ์„ฑ๋Šฅ์„ ์œ ์ง€ํ•˜๋ ค๋ฉด ๋ช‡๊ฐ€์ง€ Rule์ด ํ•„์š”ํ•˜๋‹ค ### Abstraction Rule - Every Abstraction Object has layer - ๊ฐ ๊ณ„์ธต์€ ์•„๋ž˜ ๊ณ„์ธต์˜ ๋ชจ๋“  ๊ธฐ๋Šฅ์„ ํ‘œํ˜„ํ•œ๋‹ค (ํŠน์ˆ˜ํ•˜๊ฑฐ๋‚˜ ๋‹จ๊ธฐ๊ฐ„ ๊ตฌํ˜„์„ ์ œ์™ธํ•˜๊ณ ) - ๊ฐ™์€ ๊ณ„์ธต์—์„œ ์ถ”์ƒํ™”๋Š” ๋…๋ฆฝ์ ์œผ๋กœ ์ด๋ฃจ์–ด์ ธ์•ผ ํ•œ๋‹ค - ์•„๋ž˜ ๊ณ„์ธต์€ ์œ„ ๊ณ„์ธต์— ์˜์กดํ•˜์ง€ ์•Š๋Š”๋‹ค ### ๊ทธ๋Ÿฌ๋ฏ€๋กœ ์ถ”์ƒํ™”๋Š” ๊ทธ๋ฆฌ๋“œ ํ˜•ํƒœ๋กœ ์ด๋ฃจ์–ด์ ธ์•ผ ํ•œ๋‹ค example - internet layer
ae2bf0faee8c4188b05c0116c5f5b423
Natural Language Tool
Natural Language Notion
Jul 17, 2021
Alan Jo
Alan Jo
Feb 8, 2023
### Natural Language Tools |Title| |:-:| |[Duolingo](https://texonom.com/duolingo-8d2f8a5bbd454d7a9f07a38f86516607)|
12d6d2f94b23409baba03938fee6e84b
Voice
Natural Language Notion
Feb 21, 2021
Alan Jo
Alan Jo
Apr 15, 2023
### Voice Notion |Title| |:-:| |[๋ชจ์Œ](https://texonom.com/ad8c541efb0147549d23e759111a9d43)| |[์ž์Œ](https://texonom.com/3b6a50c00e2d462a84dc55e5a04d44b4)| ### Voice Tools |Title| |:-:| |[Vocoder](https://texonom.com/vocoder-3bf55db585a049faa91680bbd6340ffa)| |[Talkbox](https://texonom.com/talkbox-6be5f3cc6d0c405e84c66f2115305e62)|
2ebf4aaf02f74dadb7fada03edca91a5
acronym
Abbreviation
null
null
null
null
null
08857f3e1de949d5ad7aee05629bcdd1
Explain Jargon
Jargon Tools
Jul 21, 2022
null
null
null
> [Jargon](https://explainjargon.com/) > [Thread by @VictoriaCarr_ on Thread Reader App](https://threadreaderapp.com/thread/1549428789951741955.html?s=20&t=Gh13pOvCafuf0pxmx8eTVA)
993d1e308ebb4292b408b6bd823a88e8
Duolingo
Natural Language Tools
May 23, 2021
null
null
null
> [Duolingo - Google Search](https://www.google.com/search?q=Duolingo&rlz=1C1CHBD_koKR950KR950&oq=Duolingo&aqs=chrome..69i57j69i60l3.150j0j1&sourceid=chrome&ie=UTF-8)
8d2f8a5bbd454d7a9f07a38f86516607
์ž์Œ
Voice Notion
Feb 21, 2021
Alan Jo
Alan Jo
Apr 15, 2023
3b6a50c00e2d462a84dc55e5a04d44b4
๋ชจ์Œ
Voice Notion
Feb 21, 2021
Alan Jo
Alan Jo
Apr 15, 2023
[์–‘์„ฑ๋ชจ์Œ](https://texonom.com/7ea91cee59e748d395db0ba25a736db2) [์ค‘์„ฑ๋ชจ์Œ](https://texonom.com/92e6ab57601341b69c4712a84a51a531) [์Œ์„ฑ๋ชจ์Œ](https://texonom.com/a6800fefdddc4f3bb7a8772b13a14d54) ๊ณ ๋ชจ์Œ ์ค‘๋ชจ์Œ ์ €๋ชจ์Œ ์ „์„ค๋ชจ์Œ ํ‰์ˆœ๋ชจ์Œ ์›์ˆœ๋ชจ์Œ ํ›„์„ค๋ชจ์Œ [ใ…ก](https://texonom.com/86aa558090944a42bb4246a2be9bd560) ๋‹จ๋ชจ์Œ ์ด์ค‘๋ชจ์Œ ๋ฐ˜๋ชจ์Œ ์žฅ๋ชจ์Œ [IP Alphabet](https://texonom.com/ip-alphabet-9dc6331ec6a04fdbb9edc85decfa494c) > ['ใ…ก'๋ชจ์Œ์€ ์Œ์„ฑ๋ชจ์Œ ์ด๋‹ค/์•„๋‹ˆ๋‹ค?](https://m.blog.naver.com/PostView.nhn?blogId=conaispas&logNo=130180489127&proxyReferer=https%3A%2F%2Fwww.google.com%2F) > [[๋ฏธ์™„] ํ•œ๊ตญ์–ด ๋ชจ์Œ์˜ ๋ฐœ์Œ๊ณผ IPA ๋ฐœ์Œ๊ธฐํ˜ธ ๊ณต๋ถ€](https://blog.naver.com/PostView.nhn?blogId=guhwang&logNo=221428084453&parentCategoryNo=&categoryNo=59&viewDate=&isShowPopularPosts=true&from=search)
ad8c541efb0147549d23e759111a9d43
์–‘์„ฑ๋ชจ์Œ
๋ชจ์Œ
null
null
null
null
null
7ea91cee59e748d395db0ba25a736db2
ใ…ก
๋ชจ์Œ
null
null
null
null
null
์ดˆ์„ฑ์ฒด๋ฅผ ๋ฐœ์Œํ•  ๋•Œ ๊ฐ€์žฅ ๋งŽ์ด ๋‚ด๋Š” ์†Œ๋ฆฌ ๋ชจ์Œ ์ค‘ ๊ฐ€์žฅ ์Œ๊ฐ€๊ฐ€ ์•ฝํ•œ ๊ฒƒ์ด ใ…ก ์•ฝ๋ชจ์Œ์ด๊ธฐ์— ๋ชจ์Œ๋ผ๋ฆฌ ์ถฉ๋Œํ•  ๋•Œ์—๋Š” ๊ฐ€์žฅ ๋จผ์ € ๋‚ ์•„๊ฐ€๋Š” ๋ชจ์Œ
86aa558090944a42bb4246a2be9bd560
์ค‘์„ฑ๋ชจ์Œ
๋ชจ์Œ
null
null
null
null
null
92e6ab57601341b69c4712a84a51a531
์Œ์„ฑ๋ชจ์Œ
๋ชจ์Œ
null
null
null
null
null
a6800fefdddc4f3bb7a8772b13a14d54
IP Alphabet
๋ชจ์Œ
null
null
null
null
null
**International Phonetic Alphabet** ๊ตญ์ œ์Œ์„ฑ๊ธฐํ˜ธ [๋ชจ์Œ์‚ฌ๊ฐ๋„](https://texonom.com/f5f262c5b54749c7b34f54daf66043a6)
9dc6331ec6a04fdbb9edc85decfa494c
๋ชจ์Œ์‚ฌ๊ฐ๋„
IP Alphabet
null
null
null
null
null
f5f262c5b54749c7b34f54daf66043a6
Talkbox
Voice Tools
Apr 15, 2023
Alan Jo
Alan Jo
Apr 15, 2023
### Talkbox Softwares |Title| |:-:| |[HumBox](https://texonom.com/humbox-7c5bb0c5879a4449a45c51fb57ed8020)|
6be5f3cc6d0c405e84c66f2115305e62
Vocoder
Voice Tools
Apr 15, 2023
Alan Jo
Alan Jo
Apr 15, 2023
### Vocoder Softwares |Title| |:-:|
3bf55db585a049faa91680bbd6340ffa
HumBox
Talkbox Softwares
Apr 15, 2023
Alan Jo
Alan Jo
Apr 15, 2023
7c5bb0c5879a4449a45c51fb57ed8020
์๊ธฐ๋ฌธ์ž
Natural Languages
Jul 17, 2021
Alan Jo
Alan Jo
Feb 8, 2023
์—ฌ๋Ÿฌ๊ฐ€์ง€ ์žˆ๋Š”๋ฐ ์ˆ˜๋ฉ”๋ฅด ๋ฌธ๋ช…์ด ์ตœ์ดˆ ๊ฐˆ๋Œ€๋กœ ์ง„ํ™์— ๊ทธ๋ฆฐ ๊ฑฐ์ž„ ์˜์ˆ˜์ฆ ๋‚ด์šฉ์œผ๋กœ ๊ฐ€์žฅ ๋จผ์ € ๋งŒ๋“ค์–ด์ง ๊ฐ€์žฅ ์˜ค๋ž˜๋œ ๋ฌธ์ž ๋ฉ”์†Œํฌํƒ€๋ฏธ์•„ ์๊ธฐ๋ฌธ์ž
efd1021f61bb46d5828df92b642e2075
English
null
null
null
null
null
null
### English Notion |Title| |:-:| |[Intonation Annotation](https://texonom.com/intonation-annotation-7f943de185eb4dfc937ad894d7f2630a)| |[English Speaking](https://texonom.com/english-speaking-76f65f49353a43c8928c429db651d42e)| ### English Usages |Title| |:-:| |[English Pronounce](https://texonom.com/english-pronounce-d68c675ab0104bef99e3c4d51a0b2102)| |[English Expression](https://texonom.com/english-expression-52bc6e4e29ce48acbc779f848ead6736)| |[TOEFL](https://texonom.com/toefl-1a8c9852d3624ff4b0923426367c8b38)| |[English Line](https://texonom.com/english-line-a65971326ab442d0a394165fb4a7c020)| |[English Learn](https://texonom.com/english-learn-8bf2c0da2e32403f9bb3f8fd212fdf03)| > [๐Ÿ’€ ์˜์–ด๐Ÿ‡ฌ๐Ÿ‡ง์˜ ์—ญ์‚ฌ โ€˜20๋ถ„โ€™ ๋งŒ์— ์ด์ •๋ฆฌ (๊ฐœ๊ฟ€์žผ ๋ณด์žฅ) / ๐Ÿ’€ ์˜์–ด๋Š” ์–ด๋–ป๊ฒŒ ์ง„ํ™”ํ•ด ์™”์„๊นŒ?](https://youtu.be/TqaiSOqvgWg?si=jTH9mN7YP2205WbC) > [Urban Dictionary: Simp](https://www.urbandictionary.com/define.php?term=Simp) > [์˜์–ด์ค„์ž„๋ง) tbd, icymi, irl, imho ๋œป์€? ์ƒ์†Œํ•œ ์ค„์ž„๋ง! ์•ฝ์ž๋œป?!](https://m.blog.naver.com/jjimingnim/221508081345)
05398caa92c3422b8a5bb178b4851924
French Lang
Natural Languages
Nov 14, 2020
Alan Jo
Alan Jo
Feb 8, 2023
### French Terms |Title| |:-:| |[sabotage](https://texonom.com/sabotage-67d93ffe750549769aca243d22536118)|
c1f1f4949c6b4654b2514dcdd1fb5900
Indian
Natural Languages
Feb 16, 2020
Alan Jo
Alan Jo
Feb 8, 2023
8fce0cde74de48698b827bbfee032f0c
**Sign Language**
Natural Languages
Mar 11, 2023
Alan Jo
Alan Jo
Mar 11, 2023
์ˆ˜ํ™” > [Sign Language in Virtual Reality Actually Looks Kinda Awesome](https://futurism.com/sign-language-virtual-reality)
bd25a5b149b94cec9a977e8a8d6e62b3
English Speaking
English Notion
Jun 29, 2023
Alan Jo
Alan Jo
Jun 29, 2023
์˜์–ด๋‹จ์–ด์—†์ด ํ•œ๊ตญ์–ด๋‹จ์–ด๋งŒ ์ƒ๊ฐ๋‚˜๋ฉด ํ•œ๊ตญ์–ด ๋‹จ์–ด๋กœ ์ผ๋‹จ ๋งํ•˜๊ณ  The ~ means ~ ์ƒ๊ฐ๋‚˜๋ฉด ๋ฐ”๋กœ ๋งํ•˜๊ฑฐ๋‚˜ ์„ค๋ช…ํ•ด์ฃผ
76f65f49353a43c8928c429db651d42e
Intonation Annotation
English Notion
Jul 11, 2020
Alan Jo
Alan Jo
May 21, 2023
[English Etymology](https://texonom.com/english-etymology-b6f4b38e45bb4dfd9ecac451b23ff352)
7f943de185eb4dfc937ad894d7f2630a
English Etymology
Intonation Annotation
null
null
null
null
null
![](null) ? = Question Mark| = Pipe# : Number sign, Hash, Sharp, Pound! : Exclamation Mark, Bang{ : Curly bracket, Open brace~ : Tilde` : Back quote, Acute, Backtick ( = Open Parenthesis) = Close Parenthesis[ = Open Bracket] = Close Bracket{ = Open Curly Bracket} = Close Curly Bracket* = Asterisk& = Ampersand^ = Caret% = Percent Sign$ = Dollar Sign@ = At Sign' = Single Quote" = Double Quote< = Open Angle Bracket> = Close Angle Bracket/ = Forward Slash (Slash)\ = Backward Slash- = Dash, Line, Hyphen_ = Underscore, Underline. = dot, point\ : Backslash
b6f4b38e45bb4dfd9ecac451b23ff352
English Expression
English Usages
Jul 17, 2021
Alan Jo
Alan Jo
May 21, 2023
### English Terms |Title| |:-:| |[Nutshell](https://texonom.com/nutshell-20849fd5d85948328d5e88810a6e3e4c)| |[niche](https://texonom.com/niche-689638d4f6274aa483a4d00bccfee2b9)| |[fatal](https://texonom.com/fatal-b81cbb3378474f459afb5570f7e873a0)| |[blvd](https://texonom.com/blvd-8bc548d4460e48e8985784a1bb53d9ea)| |[TBA](https://texonom.com/tba-ce25b46ef0184d6c825454705bd427f7)| |[Status / State](https://texonom.com/status-state-d1bd5aa3906247769440bb7c90072594)| |[Guilty pleasure](https://texonom.com/guilty-pleasure-f851790ba43140509708b96b4082b0d0)| |[naive](https://texonom.com/naive-03ed49df06df497cb1e1d75960a62b05)| |[fallback](https://texonom.com/fallback-ceba7f2eef5e4bc4ab82d36eabb569bd)| |[Prepper](https://texonom.com/prepper-ee4e2834f8e24511a3a322749698495c)| |[Moolah](https://texonom.com/moolah-14ec11c55780428b9c64f3fc27710be1)| |[Tippity](https://texonom.com/tippity-fef603963c4f4753beedfceeee4e911d)| |[Simp](https://texonom.com/simp-74f1d9900ce14f4ab1e250e5975eb585)| |[Way Too](https://texonom.com/way-too-63b5a2fb7f414aa6ac4c433329af8af2)| |[decently attractive](https://texonom.com/decently-attractive-4bb4cb68607a40548090f2b1c3f6c3a0)| |[Recap](https://texonom.com/recap-05cbf07d0389417db5e31613bc6ce679)| |[Decree](https://texonom.com/decree-01180684f9784b33bf730baf21c42052)| |[toilet](https://texonom.com/toilet-c4acd1050b864756ab8c4108ae77636c)| |[bathroom ](https://texonom.com/bathroom-37023c314b09436cba461f9e22ec98b2)| |[shortage](https://texonom.com/shortage-1af9a1ee0eb24ccd8940ee256f22565c)| |[Membrane](https://texonom.com/membrane-9d657422513145cd9dfc757cea99907a)| |[Tl;dr](https://texonom.com/tldr-b566d3391e894c83855bb98f97d267d2)| |[thumbRule](https://texonom.com/thumbrule-9d1878d9ce6c4559b71c3f4c70e6a8aa)| |[Moonshot](https://texonom.com/moonshot-60e9dd9246d74b519c131828e886024e)| |[Antifragile](https://texonom.com/antifragile-2727ee1de2ea47958f73ed0f70b7a552)| |[vito](https://texonom.com/vito-44ffeaea947940a69e406d834953204e)| |[Exclamation Mark](https://texonom.com/exclamation-mark-7ae4a37c590c4cd48a6083e9cdd663dc)| |[FWIW](https://texonom.com/fwiw-2ed05bcdca18446498627cd766b41d1b)| |[Buzzword](https://texonom.com/buzzword-c7395274f7a34e92901fbd7646049421)| |[Tenor](https://texonom.com/tenor-e2d662bf6f2c408eb38c29c269b87e0f)| |[Guise](https://texonom.com/guise-0bbddc2039cc4348817ca37a3d475c43)| |[Acronym](https://texonom.com/acronym-7e39e2ecbcd54aaa9b907108b1b45b60)| |[Gap Year](https://texonom.com/gap-year-a75f8b7bc4434df793c3b5cbc4856704)| |[Either](https://texonom.com/either-1417d49f5f3049bcb1a015b9023cf2c3)| |[Neither](https://texonom.com/neither-8fca5fa1eac24b9fb26c86d00a6bdc26)| |[Ban from](https://texonom.com/ban-from-db07863292f842bdbc49f8ef001c4a03)| |[Odd](https://texonom.com/odd-9f04581c4d914dd9a5dc8483c1173e4c)| |[relay](https://texonom.com/relay-b9d7f54845cf46de912292d28515ed89)| |[Gauge](https://texonom.com/gauge-7cdcfc4a7cb74625bfd2ff305161e149)| |[crave](https://texonom.com/crave-3f0d9a0e82db40c796783f025c123cfd)| |[proportional](https://texonom.com/proportional-2216a82b709f4f21ab056c682dd0446f)| |[fine](https://texonom.com/fine-2963428b403c4023adb04e0239ac9871)| |[sound term](https://texonom.com/sound-term-8773e9ef94734e219b87637897bdd96b)| |[level](https://texonom.com/level-89c03a7ab4dc4f0aa373f9d5b97e40d7)| |[tap into](https://texonom.com/tap-into-2f55c8cdc15041c4aa8b7081b6f6a5af)| |[Organic](https://texonom.com/organic-34bff8689d8940969a670ebd19c3c2ac)| |[Chasm](https://texonom.com/chasm-f8c7a54695ba4db18ce55509d2636618)| |[get along](https://texonom.com/get-along-389ef1944d9d49dcb0bbe3fac04a3949)| |[etc](https://texonom.com/etc-d801c037c6414d129000d677d0507764)| |[Phishing](https://texonom.com/phishing-00ae8a3284cb4f9a8611394a59166331)| |[this๊ฐ€](https://texonom.com/this-a33c4d1a84a049e69f421cec94689490)| |[garner](https://texonom.com/garner-a10966473c794e9e8b593982a7b630fa)| |[monety](https://texonom.com/monety-eab1ee7e9ace43c2a89d704451eb70e6)| |[snow globe](https://texonom.com/snow-globe-14153a51fadc487387ad8d4415647da7)| |[RSVP](https://texonom.com/rsvp-fe6405e519a9439e95595c8ec75e89e5)| |[Compile](https://texonom.com/compile-5281d126c7f1486e9208d81f6a3bb9d9)| |[Tone deaf](https://texonom.com/tone-deaf-b545c400c0354d74b246ec30c2982509)| |[Beefing](https://texonom.com/beefing-a9d85391892a44fda8388a5988ca34bb)| |[Bluffing](https://texonom.com/bluffing-39b9e7d8cf93469a961af90f08526f01)| |[lynch](https://texonom.com/lynch-284de77d6b804bce8b163c94e22fb3a9)| |[Lure](https://texonom.com/lure-33e4c594d3ba40cf8b9125e9bec1cbf8)| |[Vibe Shift](https://texonom.com/vibe-shift-a62ac56e13f7491f8711884811f29888)| |[Subtle](https://texonom.com/subtle-c00e6bcaa28b4ec9b639efea6b4ca0dd)| |[score point](https://texonom.com/score-point-af25c3bc99364b75b9a8e22e7b2e795f)| |[disguise](https://texonom.com/disguise-d0ca813e61b6448282ca98f86c2e876e)| |[Theme](https://texonom.com/theme-bdc3d0fc84274ec19187fc04c417fa83)| |[ELI5](https://texonom.com/eli5-6a0c0777d11d41ca8d330d276f8f6eb5)| |[discipline](https://texonom.com/discipline-ce96e2719ca74aed99f8e4c628cf22a7)| |[low-key](https://texonom.com/low-key-ea03fb7263ae4b61bf13c3a3e9965332)| |[En Vogue](https://texonom.com/en-vogue-ec746ddb5f46481daef6b53ea53b7415)| ### English Abbreviation |Title| |:-:| |[jsyk](https://texonom.com/jsyk-55e1e5d824274d60a3c63edf89835d4d)| |[ccw/cw](https://texonom.com/ccwcw-3f8ff151264c48d99fd541e98a01fcf7)| |[fs](https://texonom.com/fs-b6a3c6d864bd4445ba7cfc1bd4314fce)| ### English Phrases |Title| |:-:| |[It wouldn't hurt to try](https://texonom.com/it-wouldnt-hurt-to-try-38847f0d6c1f46fda87e9dbde3c55cea)| |[elephant in the room](https://texonom.com/elephant-in-the-room-2e544536e0004858bd08ecf21e2e6061)| |[ICYMI](https://texonom.com/icymi-8939808b19b446a7b66adb628f4f9225)| |[tbd](https://texonom.com/tbd-40d99a390d9840b1902272fdd6954bb6)| |[irl](https://texonom.com/irl-9609c37ff3ce4e6a936957f928dec7ed)| |[imho](https://texonom.com/imho-4da570f39ae7432690a4baea21ddea0a)| |[Karma is a bitch](https://texonom.com/karma-is-a-bitch-07ed5817e08b4b70bf314016fc19b7b9)| |[Drinking the kool-aid](https://texonom.com/drinking-the-kool-aid-416ff2df874a48eb83da7d0051b5e737)| |[Hindsight is 20/20](https://texonom.com/hindsight-is-2020-4a35609c224b42668b4e5933d799b241)| |[Music to my ear](https://texonom.com/music-to-my-ear-697fff716b2e4799a56baca3d076e4cc)| |[Fly on the wall](https://texonom.com/fly-on-the-wall-cfd61708b6d24761a05d62c1a5ebacfc)| |[Go south](https://texonom.com/go-south-cc4bd53238534b81866e680f88fa1f69)| |[LGTM](https://texonom.com/lgtm-afc60fa49f2741a0b3af40f48776b3fc)| |[FYI](https://texonom.com/fyi-e5656c6078af45448df2fb1ee2155023)| |[Gotcha](https://texonom.com/gotcha-8a819c1f5f2d439898c7cabd0413de41)| |[IMHO](https://texonom.com/imho-0082fde5b84149a2bb72e551ffe663bb)| |[SSIA](https://texonom.com/ssia-8f397272381645a7b542094c7db45b4b)| |[TBD](https://texonom.com/tbd-2918ed66c5a44bee851b78a11fe81d16)| |[TGIF](https://texonom.com/tgif-df6f2b2fda704e86b19819595fdba27a)| |[TIA](https://texonom.com/tia-73c2779164944e9cb9c85b72164f7d7c)| |[WFM](https://texonom.com/wfm-1c37853b9eaf4c879eea8053950f0718)| |[The world is your oyster](https://texonom.com/the-world-is-your-oyster-c55a3ec789f648dc80db4e5bc1ee9ee5)| |[nailed it](https://texonom.com/nailed-it-27ec12065c2d48eea03e55e24c0416af)| |[holy smoke](https://texonom.com/holy-smoke-82870039166840238f896b9730faffa2)| |[Appreciate it](https://texonom.com/appreciate-it-be078ef1ba4949d4872d5ea35b150a43)| |[back to back](https://texonom.com/back-to-back-b8cf40aab2754af8b35cf4462a153be1)| > [beef with me๋Š” ๋ฌด์Šจ ๋œป? ๋‚˜๋งŒ ๋ชฐ๋ž๋˜ ๋‹ค์–‘ํ•œ ์Šฌ๋žญ์„ ์•Œ์•„๋ณด์ž! | Engoo ๋ธ”๋กœ๊ทธ](https://engoo.co.kr/blog/%EC%8A%AC%EB%9E%AD2/)
52bc6e4e29ce48acbc779f848ead6736
English Learn
English Usages
Jun 6, 2022
Alan Jo
Alan Jo
May 21, 2023
[English Learn App](https://texonom.com/english-learn-app-8a1df5bbc72c4dd48bf6ef05011adee7) - ์ข‹์€ ํ‘œํ˜„์„ ์ ๊ณ  - ์•”๊ธฐํ•˜๊ณ  - ๋ถํด๋Ÿฝ ์ฐธ์—ฌ - ์Šคํ”ผ์น˜ ํด๋Ÿฝ ์ฐธ์—ฌ
8bf2c0da2e32403f9bb3f8fd212fdf03
English Line
English Usages
Nov 10, 2019
Alan Jo
Alan Jo
May 21, 2023
### ์˜์–ด์‹ ์‚ฌ๊ณ  ๊ธ์ •๋ฌธ ๋งŒ๋“œ๋Š”๊ฒŒ ์„œ์–‘์ธ ์Šต๊ด€ don't take off your coat โ†’ keep coat on ๋‹จ์–ด ๋ฌธ๋ฒ•๋ณด๋‹ค ํ‘œํ˜„์ด ์–ธ์ œ ์‚ฌ์šฉ๋˜๋Š”๊ฑด์ง€ ๋ฌธ๋งฅ
a65971326ab442d0a394165fb4a7c020
English Pronounce
English Usages
Mar 7, 2021
Alan Jo
Alan Jo
May 21, 2023
d68c675ab0104bef99e3c4d51a0b2102
TOEFL
English Usages
Dec 19, 2019
Alan Jo
Alan Jo
May 21, 2023
[ Time-out Scoring Test](https://texonom.com/time-out-scoring-test-68aec7e08f194ea788a4e48099e9826f)
> ### ์‹œํ—˜์žฅ > ๊ฐ€๊นŒ์šด๊ณณ์ด ์ข‹๋‹ค > ### ์‹œํ—˜ > ์ข€๋”ํ™•์‹คํ•œ๊ฑธ๋กœ ๋นจ๋ฆฌ ๋‹ต > ### ๋ฉ”๋ชจ > ๊ธ€์”จ ์˜ˆ์˜๊ณ  ๋„“๊ฒŒ ### TOEFL Tests |Title| |:-:| |[TOEFL Reading](https://texonom.com/toefl-reading-9d3c9f8b7db1402e94808bdf67fd9112)| |[TOEFL Listening](https://texonom.com/toefl-listening-57057e7eef9e449c9e990d135ec5b200)| |[TOEFL Speaking](https://texonom.com/toefl-speaking-f20848b0a0ca417ebf55c298b3ddfd60)| |[TOEFL Writing](https://texonom.com/toefl-writing-c866700832794275a043f6666baddb08)| ### Score date > [Untitled](https://www.ets.org/s/toefl/pdf/score_reporting_schedule_test_dates.pdf) ### Online Test > [TestGlider - TOEFLยฎ Practice Tests](https://www.testglider.com/)
1a8c9852d3624ff4b0923426367c8b38
ccw/cw
English Abbreviation
Oct 10, 2022
Alan Jo
Alan Jo
Oct 10, 2022
counter clockwise clockwise
3f8ff151264c48d99fd541e98a01fcf7
fs
English Abbreviation
Oct 11, 2022
Alan Jo
Alan Jo
Oct 11, 2022
for sure
b6a3c6d864bd4445ba7cfc1bd4314fce
jsyk
English Abbreviation
Oct 10, 2022
Alan Jo
Alan Jo
Mar 22, 2023
just say you know
55e1e5d824274d60a3c63edf89835d4d
Appreciate it
English Phrases
Mar 27, 2022
Alan Jo
Alan Jo
Mar 27, 2022
๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค
be078ef1ba4949d4872d5ea35b150a43
**back to back**
English Phrases
Apr 25, 2023
Alan Jo
Alan Jo
Apr 25, 2023
๊ผฌ๋ฆฌ์— ๊ผฌ๋ฆฌ๋ฅผ ๋ฌผ๊ณ  ์—ฐ์†ํ•ด์„œ Sequentially
b8cf40aab2754af8b35cf4462a153be1
Drinking the kool-aid
English Phrases
Mar 7, 2021
Alan Jo
Alan Jo
Jul 17, 2021
๋ฌด์กฐ๊ฑด์ ์œผ๋กœ ๋ถ€์ •์ ์ธ ์˜๋ฏธ๋กœ ์ถฉ์„ฑ
416ff2df874a48eb83da7d0051b5e737
elephant in the room
English Phrases
Jul 19, 2020
Alan Jo
Alan Jo
Jul 17, 2021
### Definition - in short everybody notice it. but everybody ignore that problem intentionally # Example - In a nutshell, YARN is our attempt to take Hadoop beyond just MapReduce for data processing
2e544536e0004858bd08ecf21e2e6061
Fly on the wall
English Phrases
Mar 7, 2021
Alan Jo
Alan Jo
Jul 17, 2021
๋ชฐ๋ž˜ ๋“ฃ๋Š”๋‹ค๋Š” ์˜๋ฏธ
cfd61708b6d24761a05d62c1a5ebacfc
FYI
English Phrases
Jul 17, 2021
Alan Jo
Alan Jo
Jul 17, 2021
For Your Information
e5656c6078af45448df2fb1ee2155023
Go south
English Phrases
Mar 7, 2021
Alan Jo
Alan Jo
Jul 17, 2021
๋ง›์ด ๊ฐ”๋‹ค๋Š” ๋ง went south
cc4bd53238534b81866e680f88fa1f69
Gotcha
English Phrases
Jul 17, 2021
Alan Jo
Alan Jo
Jul 17, 2021
I've Got You
8a819c1f5f2d439898c7cabd0413de41
Hindsight is 20/20
English Phrases
Mar 7, 2021
Alan Jo
Alan Jo
Jul 17, 2021
๋ฏธ๊ตญ ์‹œ๋ ฅ ์‹œ์Šคํ…œ์—์„œ 20/20์€ 1.0์ธ๋ฐ ์ง€๋‚˜์น˜๊ฒŒ ์ž˜๋ณด์ธ๋‹ค๋Š” ๊ฑธ๋กœ ์ง€๋‚˜๊ณ  ๋‚˜๋ฉด ์ž˜๋ณด์ธ๋‹ค๋Š” ์˜๋ฏธ ํ›„ํšŒ ๊ทธ๋•Œ ์ฃผ์‹ ์‚ด๊ป„
4a35609c224b42668b4e5933d799b241
holy smoke
English Phrases
Feb 2, 2022
Alan Jo
Alan Jo
Feb 2, 2022
๋†€๋ผ์›€์„ ๋‚˜ํƒ€๋‚ด๋Š” ๊ฐํƒ„์‚ฌ holy shit
82870039166840238f896b9730faffa2
ICYMI
English Phrases
Nov 14, 2020
Alan Jo
Alan Jo
Jul 17, 2021
### In Case You Missed It ๋‹ˆ๊ฐ€ ๋ชป ๋“ค์—ˆ์„๊นŒ๋ด, ํ˜น์‹œ๋‚˜ ๋‹ˆ๊ฐ€ ๋†“์นœ ์ •๋ณด ์ผ๊นŒ๋ด
8939808b19b446a7b66adb628f4f9225