I hereby claim:
- I am zaijo on github.
- I am dominikzajicek (https://keybase.io/dominikzajicek) on keybase.
- I have a public key ASBCoDgruq284SB30L-19JiJ3Atpy2hBGWuwIh3xXOamUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[ | |
{ | |
"title": "Narodenie don Zemana", | |
"location": "", | |
"gps": "", | |
"description": "", | |
"started_at": "1915-01-04T00:00:00.000+01:00", | |
"ended_at": null, | |
"type": "", | |
"until_now": false, |
«0»def main: | |
«4»inputAmount = 12345 | |
«2»values = [500, 200, 100, 50, 20, 10, 5, 2, 1] | |
«26»mappingFunction = «28»computeSentenceForValue inputAmount values | |
«29»computedForAll = values . each mappingFunction | |
None | |
«6»def computeSentenceForValue inputAmount values value: | |
«14»filteringPredicate = item: | |
«15»item > value |