HackerTrans
TopNewTrendsCommentsPastAskShowJobs

c4py

no profile record

Submissions

Heisenbug

en.wikipedia.org
4 points·by c4py·3 jaar geleden·0 comments

comments

c4py
·3 jaar geleden·discuss
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 jaar geleden·discuss
Artificial bee colony optimization https://en.wikipedia.org/wiki/Artificial_bee_colony_algorith...