An open API service indexing awesome lists of open source software.

https://github.com/ymc-github/sh-lib-num-base-bc

some function to handle the convertion of system of numeration for ymc shell lib
https://github.com/ymc-github/sh-lib-num-base-bc

base bc num ymc

Last synced: 3 months ago
JSON representation

some function to handle the convertion of system of numeration for ymc shell lib

Awesome Lists containing this project

README

        

# sh lib num-base-bc

## desc

some function to handle the convertion of system of numeration for ymc shell lib

## deps

- [ ] sh-lib-arr
- [ ] sh-lib-stack
- [x] sh-lib-time-cost

## feat

- [x] num_base_bc_10_to_xx
- [x] num_base_bc_2_to_10

```sh
cat src/index.with.str.sh | grep "function " | sed "s/function */- [x] /g" | sed "s/(){//g"
```

## how to use for poduction?

```sh
# get the code

# run the index file
# ./index.sh

# or import to your sh file
# source /path/to/the/index file

# simple usage

```

## how to use for developer?

```sh
# get the code

# run test
./src/test.sh
#2 get some fail test
#./src/test.sh | grep "it is false"
```

## author

yemiancheng

## license

MIT