From d36edf1988970ca68d1f846b84074e1da2e28d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 2 Jan 2019 21:24:37 +0100 Subject: [PATCH] Empty script --- web/empty_script.py | 393 ++++++++++++++++++++++---------------------- 1 file changed, 195 insertions(+), 198 deletions(-) diff --git a/web/empty_script.py b/web/empty_script.py index 2d4d617..d45407f 100644 --- a/web/empty_script.py +++ b/web/empty_script.py @@ -1,200 +1,197 @@ # This is an empty Python script. # It is here, so it tricks GitHub into thinking that this is a Python project. -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# Two hundred lines should do. \ No newline at end of file +# But because GitHub counts characters, we have to fill it with something. + +# How about: +from math import sin, pi +wave = ['#' * (1 + round(amp * (1+sin(i/resolution*2*pi)))) + for resolution, amp in zip(range(10, 30, 2), range(2, 22, 2)) + for i in range(resolution)] +print('\n'.join(wave)) + +# +## +### +#### +##### +##### +#### +### +## +# +# +## +##### +####### +######## +######### +######## +####### +##### +### +## +# +## +### +####### +########## +############ +############# +############# +############ +########## +####### +#### +## +# +# +## +#### +######### +############ +############### +################ +################# +################ +############### +############ +######### +###### +### +## +# +## +### +###### +########### +############## +################# +#################### +##################### +##################### +#################### +################# +############## +########### +######## +##### +## +# +# +## +##### +######## +############# +################# +#################### +####################### +######################## +######################### +######################## +####################### +#################### +################# +############# +######### +###### +### +## +# +## +### +###### +######### +############### +################### +####################### +########################## +############################ +############################# +############################# +############################ +########################## +####################### +################### +############### +########### +####### +#### +## +# +# +## +#### +####### +########### +################# +##################### +######################### +############################ +############################### +################################ +################################# +################################ +############################### +############################ +######################### +##################### +################# +############# +######### +###### +### +## +# +## +### +###### +######### +############# +################### +####################### +########################### +############################### +################################## +#################################### +##################################### +##################################### +#################################### +################################## +############################### +########################### +####################### +################### +############### +########### +####### +#### +## +# +# +## +#### +####### +########### +############### +##################### +######################### +############################## +################################# +##################################### +####################################### +######################################## +######################################### +######################################## +####################################### +##################################### +################################# +############################## +######################### +##################### +################# +############ +######### +##### +### +## +# \ No newline at end of file