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.
556
Commits
2
Branches
2
Tags
4.9 MiB
Tree:
013c7c551b
develop
master
v0.1.0
v0.1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '013c7c551b'
${ noResults }
concordia
/
jenkins
/
map_to_thousand.sh
6 lines
72 B
Raw
Normal View
History
refactor: add helper scripts
4 years ago
#!/bin/bash
INTEGER_TO_MAP
=
$1
echo
$((
INTEGER_TO_MAP
*
999
/
4095
))