cdown

Results 23 comments of cdown

Great idea! but it will be a little hard for me to read the document without the knowledge of the music. Considering the audience, can you improve more document 😹?

``` const x = [2, 10, 3, 4, 5, 11, 10, 11, 20]; x.sort((a,b)=>{return a-b;}); const y = new Set(x); let z = []; [...y].forEach(item=>{ let index = Math.floor(item/10); if(z[index]){...

很好的设计,就是拓展方向与应用场景会有点难考虑

same issue, when i press pause button, about 10s later, everything is black!

> Can you give me a sample configuration of **dhcpd.lease**? > > Now I use your project, but the **Statistics View** module can't display the data, all the information related...

``` var maxLen = function(s){ let max = 0; let str = ''; for(let i=0;imax){ max = str.length; } } else { str = str.slice(str.indexOf(s[i])+1) + s[i]; } } return...

是不是Chromium的版本不对导致载不下来?

Why Am I able to control fullscreen when I press the space button? Is there any way to uninstall this binding? I think users will naturally associate space with pauses...