Browse Source

Updated mobile TOC

pull/183/head
Jure Šorn 8 months ago
parent
commit
e69f01cc98
3 changed files with 418 additions and 4 deletions
  1. 4
      index.html
  2. 415
      web/empty_script.py
  3. 3
      web/script_2.js

4
index.html

@ -54,7 +54,7 @@
<body>
<header>
<aside>March 6, 2024</aside>
<aside>March 9, 2024</aside>
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</header>
@ -2935,7 +2935,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the activ
<footer>
<aside>March 6, 2024</aside>
<aside>March 9, 2024</aside>
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
</footer>

415
web/empty_script.py

@ -11,6 +11,7 @@ wave = ['#' * (1 + round(amp * (1+sin(i/resolution*2*pi))))
for i in range(resolution)]
print('\n'.join(wave))
#
##
###
@ -22992,4 +22993,418 @@ print('\n'.join(wave))
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#
#
##
###
####
#######
##########
#############
##################
######################
###########################
################################
#######################################
############################################
#################################################
######################################################
###########################################################
###############################################################
###################################################################
######################################################################
#########################################################################
###########################################################################
############################################################################
#############################################################################
#############################################################################
############################################################################
###########################################################################
#########################################################################
######################################################################
###################################################################
###############################################################
###########################################################
######################################################
#################################################
############################################
#######################################
##################################
#############################
########################
###################
###############
###########
########
#####
###
##
#

3
web/script_2.js

@ -20,8 +20,7 @@ const TOC_MOBILE =
' <a href="#combinatorics">Combinatorics</a>, <a href="#datetime">Datetime</a>],\n' +
' <strong><span class="hljs-string">\'3. Syntax\'</span></strong>: [<a href="#arguments">Args</a>, <a href="#inline">Inline</a>, <a href="#imports">Import</a>,\n' +
' <a href="#decorator">Decorator</a>, <a href="#class">Class</a>,\n' +
' <a href="#ducktypes">Duck_Types</a>, <a href="#enum">Enum</a>,\n' +
' <a href="#exceptions">Exception</a>],\n' +
' <a href="#ducktypes">Duck_Types</a>, <a href="#enum">Enum</a>, <a href="#exceptions">Except</a>],\n' +
' <strong><span class="hljs-string">\'4. System\'</span></strong>: [<a href="#exit">Exit</a>, <a href="#print">Print</a>, <a href="#input">Input</a>,\n' +
' <a href="#commandlinearguments">Command_Line_Arguments</a>,\n' +
' <a href="#open">Open</a>, <a href="#paths">Path</a>, <a href="#oscommands">OS_Commands</a>],\n' +

Loading…
Cancel
Save