HackerTrans
トップ新着トレンドコメント過去質問紹介求人

c4py

no profile record

投稿

Heisenbug

en.wikipedia.org
4 ポイント·投稿者 c4py·3 年前·0 コメント

コメント

c4py
·3 年前·議論
var c=document.getElementById('imageView'),ctx=c.getContext('2d'),i=new Image();i.onload=function(){ctx.drawImage(i,0,0,c.width,c.height);};fetch('your-image-url').then(response=>response.blob()).then(blob=>{var r=new FileReader();r.onloadend=function(){i.src=r.result};r.readAsDataURL(blob)});
c4py
·4 年前·議論
Artificial bee colony optimization https://en.wikipedia.org/wiki/Artificial_bee_colony_algorith...