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