Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| // https://bsaber.com/songs/top/page/2/?time=3-months&difficulty=expert-plus&ranked=false#038;difficulty=expert-plus&ranked=false | |
| function getTitle(node) { | |
| let artist = node.querySelector('.mapper_id').innerText; | |
| let song = node.querySelector('.entry-title').innerText; | |
| return `${artist} (${song})`.replace(/[^().-_a-z0-9[\] ]+/ig, ''); | |
| } | |
| function getFile(node) { |
| # rpm -Uvh http://epel.mirror.constant.com/6/i386/epel-release-6-8.noarch.rpm | |
| # yum --enablerepo=epel-testing install npm |
| git ls-files -z | xargs -0n1 git blame -w | perl -n -e '/^.*\((.*?)\s*[\d]{4}/; print $1,"\n"' | sort -f | uniq -c | sort -n |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.