This website works better with JavaScript.
Home
Explore
Help
Sign In
ECEntrics
/
concordia
mirror of
https://gitlab.com/ecentrics/concordia
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Concordia
Blockchain
DApp
Ethereum
IPFS
OrbitDB
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
527
Commits
2
Branches
2
Tags
4.9 MiB
JavaScript
88.8%
Dockerfile
3.2%
CSS
3.1%
Makefile
2.4%
Shell
1.9%
Other
0.6%
Tree:
d203c0a661
develop
master
v0.1.0
v0.1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd203c0a661'
${ noResults }
concordia
/
jenkins
/
map_to_thousand.sh
5 lines
72 B
Raw
Blame
History
#!/bin/bash
INTEGER_TO_MAP
=
$1
echo
$((
INTEGER_TO_MAP
*
999
/
4095
))
Reference in new issue