This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zengzheng
/
CDSS-daming-web
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
0b2e8b57dc
Dallar
Biçim İmleri
main
CDSS-daming-web
/
node_modules
/
des.js
/
test
/
fixtures.js
fixtures.js
100 B
Geçmiş
Ham
1
2
3
4
5
'use strict';
exports.bin = function bin(str) {
return parseInt(str.replace(/[^01]/g, ''), 2);
}