This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
xiaojincai
/
yrxzy
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
2effbd93de
Větve
Značky
master
yrxzy
/
node_modules
/
_des.js@1.0.1@des.js
/
test
/
fixtures.js
fixtures.js
100 B
Historie
Surový
1
2
3
4
5
6
'use strict';
exports.bin = function bin(str) {
return parseInt(str.replace(/[^01]/g, ''), 2);
}