This website requires JavaScript.
Explore
Help
Register
Sign In
logzhan
/
management
forked from
zhurui/management
Watch
1
Star
0
Fork
You've already forked management
0
Code
Pull Requests
Activity
main
management
/
front
/
dkha-web-sz-main
/
node_modules
/
des.js
/
test
/
fixtures.js
6 lines
100 B
JavaScript
Raw
Permalink
Blame
History
'use strict'
;
exports
.
bin
=
function
bin
(
str
)
{
return
parseInt
(
str
.
replace
(
/[^01]/g
,
''
)
,
2
)
;
}
View Git Blame
Copy Permalink