I hereby claim:
- I am silvaemerson on github.
- I am silvaemerson (https://keybase.io/silvaemerson) on keybase.
- I have a public key ASA5u5qXGAOLJKcGNJihQkbgpadk6vLAw3gmSuSGiYYGPgo
To claim this, I am signing this object:
some sig Version {} | |
some sig ID {} | |
some sig Server { | |
id: one ID, | |
version: one Version, | |
var cache: set ID -> Version | |
} |
I hereby claim:
To claim this, I am signing this object:
# Ref.: https://en.wikipedia.org/wiki/Goodstein%27s_theorem#Goodstein_sequences | |
@kwdef struct GoodsteinTerm | |
coefficient::Int | |
base::Int | |
exp::Int | |
value::Function = () -> coefficient * base ^ exp | |
end | |
function factorize(n::Int, base::Int, tmp_arr=[]) |
0koryu0.easter.ne.jp | |
109-204-26-16.netconnexion.managedbroadband.co.uk | |
1866809.securefastserver.com | |
2amsports.com | |
4dexports.com | |
50efa6486f1ef.skydivesolutions.be | |
61kx.uk-insolvencydirect.com | |
6b8a953b2bf7788063d5-6e453f33ecbb90f11a62a5c376375af3.r71.cf5.rackcdn.com | |
97b1c56132dfcdd90f93-0c5c8388c0a5897e648f883e2c86dc72.r54.cf5.rackcdn.com | |
999fitness.com |
def split_by_comma(fn): | |
def wrapper(sentence): | |
return fn(sentence).split(',') | |
return wrapper | |
@split_by_comma | |
def transform_content(content): | |
return content.swapcase() |
def split_by(character): | |
return lambda content: content.split(character) | |
split_by_comma = split_by(', ') | |
split_by_comma('This, Is, A, Content, Example') | |
#result: | |
#['This', 'Is', 'A', 'Content', 'Example'] |
____________________________ | |
___ /____ _/_ ____/__ | | |
__ / __ / _ / __ /| | | |
_ /____/ / / /___ _ ___ | | |
/_____/___/ \____/ /_/ |_| | |