Skip to content

Instantly share code, notes, and snippets.

View matsutakk's full-sized avatar

Takuya Matsuda matsutakk

View GitHub Profile
import seaborn as sns
def action_fn(x):
return 0.5*x*x
num_of_samples = 100000
step_size = 0.5
x=0.
num_of_accepted = 0
@matsutakk
matsutakk / complete-graph.markdown
Last active February 23, 2019 17:46
Complete Graph
@matsutakk
matsutakk / index.html
Created February 20, 2019 15:22
OdGbgQ
<main id="clock">
<template v-if="finished">
BOOM
</template>
<template v-else>
<time>{{ display }}</time>
</template>
</main>