I hereby claim:
- I am pcmac77 on github.
- I am peterchuang (https://keybase.io/peterchuang) on keybase.
- I have a public key ASCV027d_9p27T71bwW763LH4sstn6xrmQ2V5RiIfFQDGAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # + management_tar_name=https://s3.amazonaws.com/appcito-docker-builds/hc-waters/HarmonyController-5.0.0-management-hc-waters.tar.gz | |
| # + analytics_tar_name=https://s3.amazonaws.com/appcito-docker-builds/hc-waters/HarmonyController-5.0.0-analytics-hc-waters.tar.gz | |
| # + install_tar_name=https://s3.amazonaws.com/appcito-docker-builds/hc-waters/HarmonyController-5.0.0-install-hc-waters.tar.gz | |
| # + envsetup_tar_name=https://s3.amazonaws.com/appcito-docker-builds/hc-waters/HarmonyController-5.0.0-envsetup-hc-waters.tar.gz | |
| SPACE_NAME=hc-waters | |
| RELEASE=5.0.0 | |
| TAG=hc-waters | |
| COMPONENTS=( management analytics install envsetup ) | |
| for comp in "${COMPONENTS[@]}" |
| ########### | |
| # Fibonacci | |
| # Write a function fib(n) that returns a Fibonacci num. | |
| # Your solution should be performant | |
| def fibonacci(n): | |
| # terminal condition | |
| if n == 0: | |
| return 0 | |
| if n == 1 or n == 2: | |
| return 1 |
| // Q1 | |
| // transform string to currency | |
| function toCurrency(input) { | |
| console.log('1_toCurrency'); | |
| } | |
| toCurrency('99000000.5566'); // will return '99,000,000.5566' |
I hereby claim:
To claim this, I am signing this object: