GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Kanban
Build
Network
Gantt Chart
Fork
: 0
FLARUM
/
alert
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
alert
/
js
/
node_modules
/
des.js
/
test
/ fixtures.js
Réz István
on 18 Nov 2021
100 bytes
first commit
Raw
Blame
History
'use strict'; exports.bin = function bin(str) { return parseInt(str.replace(/[^01]/g, ''), 2); }