You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
ãã®è¨äºã¯JavaScript Advent Calendar 2016 - Qiitaã®ã®18æ¥ç®ã®æ稿ã§ãã ç§ã¯æ¥åããã©ã¤ãã¼ãã§ãnode.jsã使ã£ã¦éçºããã¦ãã¾ãã åå¼·ã®ããã«ãæéã®ããã¨ãã«v8ã®ã½ã¼ã¹ã³ã¼ããèªãã§ãã¦å é¨ã®å®è£ ã«ã¤ãã¦èª¿ã¹ã¦ãã¾ãã å æ¥ãé åã®ã½ã¼ãå¨ãã®ä»çµã¿ãé¢ç½ãã¨æããã®ã§ä»åç´¹ä»ãã¾ãã V8ã¨ã¯ developers.google.com chromeãnode.jsã§ä½¿ããã¦ããjavascriptã¨ã³ã¸ã³ã®ãã¨ã§ãã Array.sort v8ã«ãããjavascriptã®Array.sortã®ã½ã¼ã¹ã¯ https://github.com/v8/v8/blob/master/src/js/array.jsã§ã¿ãã¾ãã Array.sortã®é¢æ°èªä½ã¯ https://github.com/v8/v8/blob/master/sr
ç¥ã£ã¦ããã¨ãèªåã®ä¸ã§æ´çããããã®ã¡ã¢ã§ãã ç¥ã£ã¦ããã¨ããç¥ããªããããã¾ã§ä½¿ãè¾¼ãã§ãªãã®ã§ãééã£ã¦ãå¯è½æ§ã¯å¤ãã«ããã§ãã åç»é ä¿¡ã¨ã©ã¤ãé ä¿¡ Webã§åç»ãé ä¿¡ããã«ã¯2ã¤ã®ãã¿ã¼ã³ããã å®æããåç»ãã¡ã¤ã«ãã¾ãã£ã¨åå¾ãã¦åçããã åç»ãã¡ã¤ã«ã®ä¸é¨ããé次ãåå¾ãã¦åçããï¼ã¹ããªã¼ãã³ã°ï¼ã ã¯ã©ã¤ã¢ã³ããµã¤ãã¨ãã¦ã¯ããµã¼ãã¼ã«ããã¡ãã£ã¢ãé次åå¾ããã ããªã®ã§ãããããæå³ã§ã®éãã¯ãªã ä»åã®è¨äºã¯å¾è ã®æ¹æ³ã«ã¤ã㦠Web = HTTPãã¼ã¹ã®ã¹ããªã¼ãã³ã°ç¨ã«ããã¤ããããã³ã«ããã HDS(= HTTP Dynamic Streaming) HLS SS(= Smooth Streaming) MPEG-DASH ãã®ãã¡ãHLS / MPEG-DASHãæè¿ã®ä¸»æµã®2㤠ã ãããä¼¼ããããªä»çµã¿ã«ãªã£ã¦ã¦ããã£ããAdaptive Strea
One of my main goals, whenever I'm teaching or writing technical content, is to maximize "aha" moments. An "aha" moment is a moment of sudden insight or clarity; when the subject matter suddenly makes sense. We've all experienced them, and the best teachers I know can understand their audience and adapt the lesson to maximize these moments. Throughout the last few years, I've taught React in just
ES2015ã§ãã³ãã¬ã¼ããªãã©ã«ã追å ããã¾ããããã³ãã¬ã¼ããªãã©ã«ã«ã¯å¤æ°ãåãè¾¼ããã¨ãã§ããã®ã¯å¨ç¥ã®äºå®ãã¨æãã¾ããããããåããããã¨ãã§ããã®ã¯å®ã¯å¤æ°ãã§ã¯ãªãå¼ã§ããä»åã¯å¼ãåãè¾¼ããã¨ã§ã§ãããããããã³ã¼ããç´¹ä»ãããã¨æãã¾ãã ã¾ãä¸é æ¼ç®åã§ãã const arr = [1, 2, 3]; const s = `arr[0] = ${arr.length > 0 ? arr[0] : 'undefined'}`; s === '1'; å¼ãåãè¾¼ããã¨ãã§ããã®ã§ãå½ç¶ãã³ãã¬ã¼ããªãã©ã«ãåãè¾¼ããã¨ãã§ãã¾ãã const hoge = 42; const s = `${`${`${hoge}`}`}`; s === '42'; ã¾ããå¼ãæå¹ãªãã®ã§ããã°ãéä¸ã§ç©ºç½ãæ¹è¡ãæãã§ããªãã®åé¡ãããã¾ããã const hoge = 42; con
ã»ãã¥ãªãã£ä¸ã®çç±ããç°¡åã§ã¯ããã¾ããããHTML ãªã© DOM ã®å 容ã canvas ã«æç»ãããã¨ãã§ãã¾ãããã®è¨äºã¯ Robert O'Callahan ã«ããããã°è¨äºããã¨ã«ãã»ãã¥ã¢ã«ãå®å ¨ã«ãããã¦ä»æ§ã«æºæ ããããã¡ã§ãããå®ç¾ããæ¹æ³ãç´¹ä»ãã¾ãã æ¦è¦ HTML ããã®ã¾ã¾ canvas ã«æç»ãããã¨ã¯ã§ãã¾ããããã®ä»£ããã«ãæç»ãããå 容ãå«ã SVG ç»åãå©ç¨ãã¾ããæç»ããã HTML ãå«ã <foreignObject> ãä½ãããã® SVG ç»åã canvas ã«æç»ããã®ã§ãã æç»ã¸ã®ã¹ããã å¯ä¸åä»ãªã®ããSVG ãä½ããã¨ã§ããSVG ã®ããã® XML ãå«ãã æååãä½ãã次ã®ãã®ãå«ãã Blob ãçæãããã¨ã§ãã "image/svg+xml" ã¨ãã Blob ã® MIME ã¿ã¤ã <svg> è¦ç´ svg è¦ç´ å ã® <
How Google used artificial intelligence to transform Google Translate, one of its more popular services â and how machine learning is poised to reinvent computing itself. Prologue: You Are What You Have ReadLate one Friday night in early November, Jun Rekimoto, a distinguished professor of human-computer interaction at the University of Tokyo, was online preparing for a lecture when he began to no
This week's meeting has a few different Promise-related spec changes. Promise.try: async function as a Library One of the goals of Promise APIs is that exceptions that happen while processing the request become Promise rejections, rather than bubbling up to the top level (e.g. window.onerror). This is true regardless of whether the error happened right away, or later on as the processing continues
ç§ãã¡openBDããã¸ã§ã¯ãï¼ã«ã¼ãªã«ã»çå ãããã³ã ï¼ã¯æ¸èªæ å ±ã»æ¸å½±ããã ãã§ãèªç±ã«ä½¿ãããé«éãªAPIã§æä¾ãã¾ãã å人ããSNSãããã°ã§æ¬ãç´¹ä»ããã¨ã æ¸åºããä»å ¥ããã販売ã®ããã«æ¬ãç´¹ä»ããã¨ã å³æ¸é¤¨ããé¸æ¸ããå©ç¨è ã«æ¬ãç´¹ä»ããã¨ã ã¡ãã£ã¢ããæ¬ãç´¹ä»ãè©ããã¨ã ä¼æ¥ããæ¸èªæ å ±ã»æ¸å½±ãå©ç¨ããããããªãµã¼ãã¹ãéçºããã¨ã ããããã¨ãã«ãèªç±ã«ä½¿ããæ¸èªæ å ±ã»æ¸å½±ããé«éãªAPIã§æä¾ããopenBDã®æä¾ãéå§ãã¾ãã ãªã¼ãã³ãªæ¬ã®ãã¼ã¿ããæ¬ã®ä¸çãã¾ãã¾ãè±ãã«ããã¨èããããã§ãã openBDã¯ãã«ã¼ãªã«ãAPIã·ã¹ãã ãéçºãã¾ãã ã«ã¼ãªã«ã¯ãå³æ¸é¤¨èµæ¸ã»è²¸åºæ å ±ã横æçã«é«éã§æ¤ç´¢ãããµã¤ããæä¾ãã¦ãã¾ãã ããã§å¹ã£ããã¦ãã¦ãæ´»ç¨ãã¾ãã openBDã«æ²è¼ããæ¸èªæ å ±ã»æ¸å½±ã¯çå ãããã³ã ãåéãã¾ãã çå ãããã³ã ã¯ãä¼å¡åº
ã¯ããã« Dartã¯2015å¹´3æã«ãã®VMãChromeä»ãã©ã¦ã¶ã«çµã¿è¾¼ããã¨ã諦ãã¦ä»¥æ¥ãJavaScript(JS)ã¨ã®ç¸äºéç¨æ§åä¸ããã©ãããã©ã¼ã æ¡å¤§ãããéè¦ããããã¡ã§æ¹å転æãè¡ã£ã¦ãã¾ããçµæã¨ãã¦ãDartã¯ããAOTã³ã³ãã¤ã«ã«é©ããè¨èªã«ãªããã¨ãã¦ããããã«è¦ãã¾ããããã«ã¨ããªã主ã«åã·ã¹ãã å¨ãã§å¤§ããªå¤æ´ããã¤ã¤æãã®ã§ãããã§ã¾ã¨ãããã¨æãã¾ãã Dartã¯å ã ãæ¢åJSã¸ã®æ©è½è¿½å ã§ã¯è§£æ±ºã§ããªãJSã®æ´å²çè² åµ(Boolæ¯è¼ãthisã¹ã³ã¼ããprototype chainãevalã...)ãæ¸ ç®ããããã«æ°è¦ã«éçºããã¾ãããåæã«ã³ã³ãã¤ã«ã¿ã¼ã²ããã¨ãã¦ã®JSãå¼·åãããã¨ã«ãå½åããã³ããããã¦ãã¾ããæ©è½ã¯JSã«ç´ ç´ã«ã³ã³ãã¤ã«å¯è½ãªãã¨ãæ¡ä»¶ã¨ããJSã¨æ¯è¼ããå¼·åæ©è½ãES6以éåãã®ææ¡ãå åãããå½¢ã§é²ãããã¦ãã¾ãã(ä¾:c
Itâs been a long time coming, but yeoman-generator 1.0 is finally available! Full changelog Download from npmWeâve been talking about releasing a 1.0 release since February 2015. Yeoman has been around since 2012. Over those 4 years, it accumulated a lot of technical debt and depreciated API. We always put a lot of value in maintaining backward compatibility and making upgrading to new version of
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}