This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
ben
/
be-ytb
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
7414675281
Větve
Značky
dev
master
be-ytb
/
js
/
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);
}