I hereby claim:
- I am dwildt on github.
- I am dwildt (https://keybase.io/dwildt) on keybase.
- I have a public key ASBO68FRDZI6eoqIrNLggjA8WvgKMm3uJuf5mfbrKNW9Sgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /// OpenHackRS - Open Hack Rio Grande do Sul | |
| /// https://www.meetup.com/OpenHackRS/ | |
| TL;DR; Queremos fazer eventos para desenvolver software. Reunir pessoas | |
| interessadas em desenvolvimento de software, interessadas em aprender | |
| novas tecnologias. Quer participar de eventos? | |
| Se inscreva no https://www.meetup.com/OpenHackRS/. | |
| Quer ajudar a organizar eventos? Procura pelo dwildt no Telegram. | |
| __history | |
| *.dcu | |
| *.exe | |
| *.~* | |
| dunit.ini | |
| *.local |
| # This is a service deployed into CoreRest app | |
| # http://corerest.appspot.com/run/calculate-simple-interest-rate | |
| # A service to calculate a simple interest rate. | |
| # http://math.about.com/od/businessmath/ss/Interest.htm | |
| # The service receives principal, rate and time to calculate. | |
| # Things to remember: | |
| # 1) If you want to send a decimal value, you should use a "." to | |
| # separate decimal, like "9.5". | |
| # 2) Simple Interest calculation is based on Principal * Rate * Time. |