Skip to content

Instantly share code, notes, and snippets.

@jupihes
Last active August 29, 2024 11:21
Show Gist options
  • Save jupihes/34f5ac5537d9805982e1de8eda393d62 to your computer and use it in GitHub Desktop.
Save jupihes/34f5ac5537d9805982e1de8eda393d62 to your computer and use it in GitHub Desktop.

Question

image

Answer

import pandas as pd

temp_list = []
for a in range(1,10):
    for b in range(1,10):
    # print(f'{a=}, {b=}')
        #if (100*a + b) % 11 == 0 :
            temp_list.append([a,b,10*a+b, 10*b+a, 100*a+ b, ])

         
            #print(f'possible {a=}, {b=}, {100*a + b}')
            #if ((100*a + b)  == 11*(a + b) ) or ((100*b + a)  == 11*(a + b)):
                # print(f'solution is {a=}, {b=}, {100*a + b}')


df = pd.DataFrame(temp_list, columns=['a','b','c1','c2','c3'])

df['n1'] = df['c2'] / df['c1']  # (x+1)/x
df['n2'] = df['c3'] / df['c2'] - 1  # (x+2)/(x+1)
df['verfiy'] = df['n2']  + 1 / df['n1']
df['x'] = (10*df['a']+df['b'])/ 45/df['a']

print(df.loc[df['verfiy'] == 1])
 	a 	b 	c1 	c2 	c3 	n1 	n2 	verfiy 	x
 	1 	6 	16 	61 	106 	3.8125 	0.737705 	1.0 	0.355556

$v = 45$ and therefore distant after next 2 hour is $106 + 2 \times 45 = 196$

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 661.3333129882812 155.50001525878906" width="661.3333129882812" height="155.50001525878906">
  <!-- svg-source:excalidraw -->
  
  <defs>
    <style class="style-fonts">
      @font-face {
        font-family: "Virgil";
        src: url("https://excalidraw.com/Virgil.woff2");
      }
      @font-face {
        font-family: "Cascadia";
        src: url("https://excalidraw.com/Cascadia.woff2");
      }
    </style>
    
  </defs>
  <rect x="0" y="0" width="661.3333129882812" height="155.50001525878906" fill="#ffffff"></rect><g transform="translate(10 118.16667175292969) rotate(0 320.6666564941406 -4.6666717529296875)" stroke="none"><path fill="#1e1e1e" d="M 0,-1.56 Q 0,-1.56 5.36,-1.52 10.73,-1.49 17.33,-2.23 23.94,-2.96 31.58,-3.85 39.21,-4.73 46.33,-5.10 53.46,-5.48 61.47,-5.63 69.49,-5.78 75.96,-5.85 82.43,-5.91 88.05,-5.93 93.68,-5.96 99.52,-5.97 105.36,-5.98 109.38,-5.98 113.39,-5.98 115.67,-5.98 117.95,-5.98 119.50,-6.08 121.04,-6.19 122.72,-6.39 124.39,-6.59 126.64,-6.77 128.88,-6.96 130.08,-7.06 131.27,-7.17 132.61,-7.25 133.94,-7.33 135.88,-7.21 137.81,-7.09 142.46,-6.95 147.11,-6.80 154.84,-6.69 162.57,-6.58 174.29,-6.50 186.01,-6.42 201.91,-6.36 217.82,-6.30 236.46,-6.25 255.10,-6.21 272.61,-6.18 290.12,-6.15 305.61,-6.12 321.10,-6.10 335.73,-6.08 350.36,-6.07 364.06,-6.05 377.75,-6.04 395.84,-6.03 413.92,-6.02 428.32,-6.02 442.72,-6.01 454.58,-6.00 466.45,-6.00 474.18,-6.00 481.91,-5.99 493.76,-6.95 505.62,-7.90 516.07,-8.31 526.53,-8.71 535.16,-9.27 543.79,-9.82 551.32,-10.06 558.85,-10.30 566.27,-10.40 573.69,-10.50 581.25,-10.54 588.82,-10.58 594.71,-10.60 600.61,-10.62 605.22,-10.62 609.84,-10.63 613.53,-10.63 617.21,-10.64 620.31,-10.64 623.41,-10.64 625.30,-10.69 627.20,-10.74 629.00,-10.97 630.80,-11.19 632.41,-11.35 634.02,-11.51 635.49,-11.64 636.95,-11.77 639.14,-11.84 641.33,-11.92 641.74,-11.85 642.16,-11.78 642.53,-11.59 642.90,-11.39 643.19,-11.09 643.47,-10.78 643.65,-10.40 643.83,-10.02 643.87,-9.60 643.92,-9.19 643.83,-8.78 643.74,-8.37 643.52,-8.01 643.30,-7.65 642.98,-7.38 642.66,-7.11 642.27,-6.95 641.89,-6.80 641.47,-6.77 641.05,-6.75 640.64,-6.86 640.24,-6.98 639.89,-7.21 639.55,-7.45 639.29,-7.78 639.04,-8.11 638.90,-8.51 638.77,-8.91 638.77,-9.33 638.77,-9.75 638.90,-10.15 639.04,-10.54 639.29,-10.88 639.55,-11.21 639.89,-11.45 640.24,-11.68 640.64,-11.79 641.05,-11.91 641.47,-11.88 641.89,-11.86 642.28,-11.70 642.67,-11.55 642.98,-11.28 643.30,-11.01 643.52,-10.65 643.74,-10.29 643.83,-9.88 643.92,-9.47 643.87,-9.05 643.83,-8.63 643.65,-8.25 643.47,-7.87 643.18,-7.57 642.90,-7.26 642.53,-7.07 642.16,-6.87 641.74,-6.80 641.33,-6.74 641.33,-6.74 641.33,-6.74 639.14,-6.81 636.95,-6.89 635.49,-7.02 634.02,-7.14 632.41,-7.31 630.80,-7.47 629.00,-7.69 627.20,-7.91 625.31,-7.96 623.41,-8.01 620.31,-8.01 617.21,-8.01 613.53,-8.01 609.84,-8.00 605.23,-7.99 600.62,-7.99 594.72,-7.97 588.83,-7.95 581.28,-7.91 573.73,-7.86 566.33,-7.76 558.94,-7.66 551.45,-7.42 543.96,-7.19 535.30,-6.63 526.63,-6.07 516.23,-5.66 505.83,-5.26 493.87,-4.29 481.91,-3.33 474.18,-3.33 466.45,-3.32 454.58,-3.32 442.72,-3.31 428.32,-3.31 413.92,-3.30 395.84,-3.29 377.75,-3.28 364.06,-3.27 350.36,-3.26 335.73,-3.24 321.10,-3.22 305.61,-3.20 290.12,-3.18 272.61,-3.14 255.10,-3.11 236.46,-3.07 217.82,-3.02 201.91,-2.96 186.01,-2.90 174.29,-2.82 162.57,-2.74 154.84,-2.63 147.11,-2.52 142.46,-2.38 137.81,-2.23 135.88,-2.12 133.94,-2.00 132.61,-2.07 131.27,-2.15 130.08,-2.26 128.88,-2.37 126.64,-2.55 124.39,-2.74 122.72,-2.93 121.05,-3.13 119.50,-3.23 117.96,-3.33 115.68,-3.33 113.39,-3.33 109.38,-3.32 105.37,-3.31 99.53,-3.29 93.69,-3.28 88.07,-3.24 82.46,-3.21 76.00,-3.13 69.54,-3.06 61.57,-2.89 53.61,-2.72 46.57,-2.32 39.54,-1.93 31.91,-1.01 24.27,-0.09 17.50,0.69 10.73,1.49 5.36,1.52 0,1.56 -0.18,1.53 -0.37,1.51 -0.54,1.45 -0.72,1.38 -0.88,1.27 -1.03,1.16 -1.16,1.02 -1.28,0.88 -1.37,0.72 -1.46,0.55 -1.50,0.37 -1.55,0.18 -1.55,-0.00 -1.55,-0.18 -1.50,-0.37 -1.46,-0.55 -1.37,-0.72 -1.28,-0.88 -1.16,-1.02 -1.03,-1.16 -0.88,-1.27 -0.72,-1.38 -0.54,-1.45 -0.37,-1.51 -0.18,-1.53 0.00,-1.56 0.00,-1.56 L 0,-1.56 Z"></path></g><g transform="translate(187.33331298828125 54.16667175292969) rotate(0 3.333343505859375 44)" stroke="none"><path fill="#1e1e1e" d="M 1.54,-0.25 Q 1.54,-0.25 2.08,3.19 2.62,6.65 3.04,10.26 3.45,13.87 3.81,16.92 4.17,19.98 4.70,23.16 5.22,26.35 5.45,29.31 5.68,32.27 5.77,35.26 5.87,38.24 6.28,41.15 6.69,44.06 7.07,47.85 7.44,51.64 7.59,53.83 7.75,56.02 7.82,58.70 7.89,61.38 7.91,63.86 7.94,66.33 7.98,68.34 8.02,70.35 8.11,71.97 8.20,73.60 8.29,75.05 8.38,76.51 8.57,78.24 8.75,79.97 8.81,81.13 8.88,82.28 8.99,83.45 9.10,84.62 9.15,86.31 9.20,87.99 9.13,88.40 9.06,88.80 8.87,89.17 8.68,89.53 8.38,89.81 8.08,90.09 7.71,90.26 7.34,90.44 6.93,90.48 6.52,90.53 6.12,90.44 5.72,90.35 5.37,90.14 5.02,89.93 4.76,89.61 4.49,89.30 4.34,88.92 4.19,88.54 4.16,88.13 4.14,87.72 4.25,87.33 4.36,86.93 4.59,86.59 4.82,86.25 5.15,86.00 5.47,85.76 5.86,85.63 6.25,85.49 6.66,85.49 7.07,85.49 7.46,85.63 7.85,85.76 8.18,86.00 8.50,86.25 8.73,86.59 8.96,86.93 9.07,87.33 9.18,87.72 9.16,88.13 9.14,88.54 8.98,88.92 8.83,89.30 8.57,89.61 8.30,89.93 7.95,90.14 7.60,90.35 7.20,90.44 6.80,90.53 6.39,90.48 5.98,90.44 5.61,90.26 5.24,90.09 4.94,89.81 4.64,89.53 4.45,89.17 4.26,88.80 4.19,88.40 4.13,87.99 4.13,87.99 4.13,88.00 4.17,86.31 4.22,84.62 4.33,83.45 4.45,82.28 4.51,81.13 4.57,79.97 4.75,78.24 4.93,76.51 5.02,75.06 5.11,73.61 5.19,71.99 5.27,70.37 5.28,68.37 5.30,66.36 5.27,63.91 5.24,61.45 5.17,58.83 5.10,56.21 4.94,54.06 4.79,51.90 4.41,48.17 4.04,44.44 3.60,41.39 3.17,38.34 3.06,35.41 2.96,32.48 2.73,29.65 2.49,26.81 1.93,23.56 1.37,20.32 0.98,17.27 0.58,14.22 0.13,10.68 -0.32,7.14 -0.93,3.70 -1.54,0.25 -1.54,0.06 -1.55,-0.11 -1.52,-0.30 -1.48,-0.48 -1.40,-0.65 -1.32,-0.82 -1.20,-0.97 -1.08,-1.12 -0.93,-1.23 -0.78,-1.34 -0.61,-1.42 -0.44,-1.49 -0.25,-1.52 -0.06,-1.56 0.11,-1.54 0.30,-1.53 0.48,-1.47 0.66,-1.41 0.82,-1.31 0.98,-1.21 1.11,-1.07 1.24,-0.94 1.33,-0.78 1.43,-0.61 1.48,-0.43 1.54,-0.25 1.54,-0.25 L 1.54,-0.25 Z"></path></g><g transform="translate(196 97.50001525878906) rotate(0 25.666656494140625 0.666656494140625)" stroke="none"><path fill="#1e1e1e" d="M 0.23,-1.89 Q 0.23,-1.89 1.77,-1.74 3.31,-1.59 4.80,-1.35 6.29,-1.11 7.73,-1.03 9.18,-0.95 10.75,-0.91 12.33,-0.86 14.34,-0.76 16.35,-0.66 18.16,-0.63 19.98,-0.61 22.47,-0.52 24.97,-0.44 27.37,-0.37 29.78,-0.31 31.56,-0.34 33.35,-0.37 35.09,-0.55 36.83,-0.74 38.35,-0.86 39.86,-0.99 41.39,-1.10 42.92,-1.21 44.10,-1.30 45.28,-1.38 46.69,-1.48 48.10,-1.57 49.71,-1.59 51.33,-1.61 51.80,-1.54 52.27,-1.46 52.69,-1.23 53.11,-1.01 53.44,-0.66 53.77,-0.32 53.97,0.11 54.17,0.54 54.22,1.01 54.27,1.49 54.17,1.95 54.07,2.42 53.82,2.83 53.58,3.24 53.21,3.55 52.85,3.86 52.41,4.03 51.96,4.21 51.49,4.24 51.01,4.26 50.55,4.13 50.09,4.01 49.69,3.74 49.30,3.47 49.01,3.09 48.72,2.71 48.57,2.26 48.42,1.81 48.42,1.33 48.42,0.85 48.57,0.40 48.72,-0.04 49.01,-0.42 49.30,-0.80 49.69,-1.07 50.09,-1.34 50.55,-1.47 51.01,-1.60 51.49,-1.57 51.96,-1.54 52.41,-1.37 52.85,-1.19 53.21,-0.88 53.58,-0.57 53.82,-0.16 54.07,0.24 54.17,0.70 54.28,1.17 54.22,1.64 54.17,2.12 53.97,2.55 53.77,2.99 53.44,3.33 53.11,3.68 52.69,3.90 52.27,4.13 51.80,4.20 51.33,4.28 51.33,4.28 51.33,4.28 49.71,4.26 48.10,4.24 46.69,4.14 45.28,4.05 44.10,3.96 42.92,3.88 41.39,3.77 39.86,3.66 38.35,3.53 36.83,3.40 35.09,3.22 33.35,3.03 31.56,3.00 29.77,2.97 27.37,3.03 24.96,3.09 22.46,3.17 19.96,3.25 18.13,3.26 16.31,3.26 14.25,3.32 12.20,3.39 10.53,3.33 8.86,3.27 7.18,3.12 5.51,2.97 4.16,2.66 2.81,2.36 1.29,2.12 -0.23,1.89 -0.46,1.84 -0.68,1.78 -0.88,1.67 -1.09,1.57 -1.26,1.41 -1.43,1.26 -1.56,1.07 -1.69,0.88 -1.77,0.66 -1.85,0.45 -1.88,0.22 -1.91,-0.00 -1.88,-0.23 -1.85,-0.46 -1.77,-0.67 -1.69,-0.89 -1.55,-1.08 -1.42,-1.27 -1.25,-1.42 -1.08,-1.57 -0.87,-1.68 -0.67,-1.79 -0.44,-1.84 -0.22,-1.90 0.00,-1.89 0.23,-1.89 0.23,-1.89 L 0.23,-1.89 Z"></path></g><g transform="translate(246.6666259765625 55.49998474121094) rotate(0 3.333343505859375 44)" stroke="none"><path fill="#1e1e1e" d="M 1.54,-0.25 Q 1.54,-0.25 2.08,3.19 2.62,6.65 3.04,10.26 3.45,13.87 3.81,16.92 4.17,19.98 4.70,23.16 5.22,26.35 5.45,29.31 5.68,32.27 5.77,35.26 5.87,38.24 6.28,41.15 6.69,44.06 7.07,47.85 7.44,51.64 7.59,53.83 7.75,56.02 7.82,58.70 7.89,61.38 7.91,63.86 7.94,66.33 7.98,68.34 8.02,70.35 8.11,71.97 8.20,73.60 8.29,75.05 8.38,76.51 8.57,78.24 8.75,79.97 8.81,81.13 8.88,82.28 8.97,84.94 9.07,87.60 9.01,87.98 8.95,88.37 8.76,88.71 8.58,89.06 8.30,89.32 8.01,89.59 7.66,89.76 7.31,89.92 6.92,89.96 6.53,90.00 6.15,89.92 5.77,89.84 5.44,89.64 5.10,89.43 4.85,89.14 4.60,88.84 4.45,88.48 4.31,88.12 4.29,87.73 4.27,87.34 4.37,86.96 4.47,86.58 4.69,86.26 4.91,85.94 5.22,85.70 5.53,85.47 5.90,85.34 6.27,85.22 6.66,85.22 7.05,85.22 7.42,85.34 7.79,85.47 8.10,85.70 8.41,85.94 8.63,86.26 8.85,86.59 8.95,86.96 9.06,87.34 9.04,87.73 9.02,88.12 8.87,88.48 8.73,88.84 8.47,89.14 8.22,89.43 7.89,89.64 7.55,89.84 7.17,89.92 6.79,90.00 6.40,89.96 6.02,89.92 5.66,89.76 5.31,89.59 5.03,89.32 4.74,89.06 4.56,88.71 4.38,88.37 4.31,87.98 4.25,87.60 4.25,87.60 4.25,87.60 4.35,84.94 4.45,82.28 4.51,81.13 4.57,79.97 4.75,78.24 4.93,76.51 5.02,75.06 5.11,73.61 5.19,71.99 5.27,70.37 5.28,68.37 5.30,66.36 5.27,63.91 5.24,61.45 5.17,58.83 5.10,56.21 4.94,54.06 4.79,51.90 4.41,48.17 4.04,44.44 3.60,41.39 3.17,38.34 3.06,35.41 2.96,32.48 2.73,29.65 2.49,26.81 1.93,23.56 1.37,20.32 0.98,17.27 0.58,14.22 0.13,10.68 -0.32,7.14 -0.93,3.70 -1.54,0.25 -1.54,0.06 -1.55,-0.11 -1.52,-0.30 -1.48,-0.48 -1.40,-0.65 -1.32,-0.82 -1.20,-0.97 -1.08,-1.12 -0.93,-1.23 -0.78,-1.34 -0.61,-1.42 -0.44,-1.49 -0.25,-1.52 -0.06,-1.56 0.11,-1.54 0.30,-1.53 0.48,-1.47 0.66,-1.41 0.82,-1.31 0.98,-1.21 1.11,-1.07 1.24,-0.94 1.33,-0.78 1.43,-0.61 1.48,-0.43 1.54,-0.25 1.54,-0.25 L 1.54,-0.25 Z"></path></g><g transform="translate(255.33331298828125 98.83332824707031) rotate(0 25.666656494140625 0.666656494140625)" stroke="none"><path fill="#1e1e1e" d="M 0.23,-1.89 Q 0.23,-1.89 1.77,-1.74 3.31,-1.59 4.80,-1.35 6.29,-1.11 7.73,-1.03 9.18,-0.95 10.75,-0.91 12.33,-0.86 14.34,-0.76 16.35,-0.66 18.16,-0.63 19.98,-0.61 22.47,-0.52 24.97,-0.44 27.37,-0.37 29.78,-0.31 31.56,-0.34 33.35,-0.37 35.09,-0.55 36.83,-0.74 38.35,-0.86 39.86,-0.99 41.39,-1.10 42.92,-1.21 44.10,-1.30 45.28,-1.38 48.19,-1.46 51.09,-1.55 51.56,-1.47 52.02,-1.39 52.43,-1.18 52.84,-0.96 53.16,-0.62 53.48,-0.28 53.68,0.13 53.87,0.56 53.92,1.02 53.97,1.48 53.87,1.94 53.77,2.40 53.53,2.80 53.29,3.20 52.94,3.50 52.58,3.80 52.15,3.97 51.71,4.15 51.25,4.17 50.78,4.20 50.33,4.07 49.88,3.95 49.50,3.68 49.11,3.42 48.83,3.05 48.55,2.68 48.40,2.24 48.25,1.79 48.25,1.33 48.25,0.86 48.40,0.42 48.55,-0.01 48.83,-0.38 49.11,-0.76 49.50,-1.02 49.88,-1.28 50.33,-1.40 50.78,-1.53 51.25,-1.50 51.72,-1.48 52.15,-1.31 52.58,-1.13 52.94,-0.83 53.29,-0.53 53.53,-0.13 53.77,0.26 53.87,0.72 53.97,1.17 53.92,1.64 53.87,2.10 53.68,2.52 53.48,2.95 53.16,3.29 52.84,3.62 52.43,3.84 52.02,4.06 51.55,4.14 51.09,4.21 51.09,4.21 51.09,4.21 48.19,4.13 45.28,4.05 44.10,3.96 42.92,3.88 41.39,3.77 39.86,3.66 38.35,3.53 36.83,3.40 35.09,3.22 33.35,3.03 31.56,3.00 29.77,2.97 27.37,3.03 24.96,3.09 22.46,3.17 19.96,3.25 18.13,3.26 16.31,3.26 14.25,3.32 12.20,3.39 10.53,3.33 8.86,3.27 7.18,3.12 5.51,2.97 4.16,2.66 2.81,2.36 1.29,2.12 -0.23,1.89 -0.46,1.84 -0.68,1.78 -0.88,1.67 -1.09,1.57 -1.26,1.41 -1.43,1.26 -1.56,1.07 -1.69,0.88 -1.77,0.66 -1.85,0.45 -1.88,0.22 -1.91,-0.00 -1.88,-0.23 -1.85,-0.46 -1.77,-0.67 -1.69,-0.89 -1.55,-1.08 -1.42,-1.27 -1.25,-1.42 -1.08,-1.57 -0.87,-1.68 -0.67,-1.79 -0.44,-1.84 -0.22,-1.90 0.00,-1.89 0.23,-1.89 0.23,-1.89 L 0.23,-1.89 Z"></path></g><g transform="translate(307 57.49998474121094) rotate(0 3.333343505859375 44)" stroke="none"><path fill="#1e1e1e" d="M 1.54,-0.25 Q 1.54,-0.25 2.08,3.19 2.62,6.65 3.04,10.26 3.45,13.87 3.81,16.92 4.17,19.98 4.70,23.16 5.22,26.35 5.45,29.31 5.68,32.27 5.77,35.26 5.87,38.24 6.28,41.15 6.69,44.06 7.07,47.85 7.44,51.64 7.59,53.83 7.75,56.02 7.82,58.70 7.89,61.38 7.91,63.86 7.94,66.33 7.98,68.34 8.02,70.35 8.11,71.97 8.20,73.60 8.29,75.05 8.38,76.51 8.57,78.24 8.75,79.97 8.81,81.13 8.88,82.28 8.97,84.94 9.07,87.60 9.01,87.98 8.95,88.37 8.76,88.71 8.58,89.06 8.30,89.32 8.01,89.59 7.66,89.76 7.31,89.92 6.92,89.96 6.53,90.00 6.15,89.92 5.77,89.84 5.44,89.64 5.10,89.43 4.85,89.14 4.60,88.84 4.45,88.48 4.31,88.12 4.29,87.73 4.27,87.34 4.37,86.96 4.47,86.58 4.69,86.26 4.91,85.94 5.22,85.70 5.53,85.47 5.90,85.34 6.27,85.22 6.66,85.22 7.05,85.22 7.42,85.34 7.79,85.47 8.10,85.70 8.41,85.94 8.63,86.26 8.85,86.59 8.95,86.96 9.06,87.34 9.04,87.73 9.02,88.12 8.87,88.48 8.73,88.84 8.47,89.14 8.22,89.43 7.89,89.64 7.55,89.84 7.17,89.92 6.79,90.00 6.40,89.96 6.02,89.92 5.66,89.76 5.31,89.59 5.03,89.32 4.74,89.06 4.56,88.71 4.38,88.37 4.31,87.98 4.25,87.60 4.25,87.60 4.25,87.60 4.35,84.94 4.45,82.28 4.51,81.13 4.57,79.97 4.75,78.24 4.93,76.51 5.02,75.06 5.11,73.61 5.19,71.99 5.27,70.37 5.28,68.37 5.30,66.36 5.27,63.91 5.24,61.45 5.17,58.83 5.10,56.21 4.94,54.06 4.79,51.90 4.41,48.17 4.04,44.44 3.60,41.39 3.17,38.34 3.06,35.41 2.96,32.48 2.73,29.65 2.49,26.81 1.93,23.56 1.37,20.32 0.98,17.27 0.58,14.22 0.13,10.68 -0.32,7.14 -0.93,3.70 -1.54,0.25 -1.54,0.06 -1.55,-0.11 -1.52,-0.30 -1.48,-0.48 -1.40,-0.65 -1.32,-0.82 -1.20,-0.97 -1.08,-1.12 -0.93,-1.23 -0.78,-1.34 -0.61,-1.42 -0.44,-1.49 -0.25,-1.52 -0.06,-1.56 0.11,-1.54 0.30,-1.53 0.48,-1.47 0.66,-1.41 0.82,-1.31 0.98,-1.21 1.11,-1.07 1.24,-0.94 1.33,-0.78 1.43,-0.61 1.48,-0.43 1.54,-0.25 1.54,-0.25 L 1.54,-0.25 Z"></path></g><g transform="translate(315.66668701171875 100.83332824707031) rotate(0 25.666656494140625 0.666656494140625)" stroke="none"><path fill="#1e1e1e" d="M 0.23,-1.89 Q 0.23,-1.89 1.77,-1.74 3.31,-1.59 4.80,-1.35 6.29,-1.11 7.73,-1.03 9.18,-0.95 10.75,-0.91 12.33,-0.86 14.34,-0.76 16.35,-0.66 18.16,-0.63 19.98,-0.61 22.47,-0.52 24.97,-0.44 27.37,-0.37 29.78,-0.31 31.56,-0.34 33.35,-0.37 35.09,-0.55 36.83,-0.74 38.35,-0.86 39.86,-0.99 41.39,-1.10 42.92,-1.21 44.10,-1.30 45.28,-1.38 48.19,-1.46 51.09,-1.55 51.56,-1.47 52.02,-1.39 52.43,-1.18 52.84,-0.96 53.16,-0.62 53.48,-0.28 53.68,0.13 53.87,0.56 53.92,1.02 53.97,1.48 53.87,1.94 53.77,2.40 53.53,2.80 53.29,3.20 52.94,3.50 52.58,3.80 52.15,3.97 51.71,4.15 51.25,4.17 50.78,4.20 50.33,4.07 49.88,3.95 49.50,3.68 49.11,3.42 48.83,3.05 48.55,2.68 48.40,2.24 48.25,1.79 48.25,1.33 48.25,0.86 48.40,0.42 48.55,-0.01 48.83,-0.38 49.11,-0.76 49.50,-1.02 49.88,-1.28 50.33,-1.40 50.78,-1.53 51.25,-1.50 51.72,-1.48 52.15,-1.31 52.58,-1.13 52.94,-0.83 53.29,-0.53 53.53,-0.13 53.77,0.26 53.87,0.72 53.97,1.17 53.92,1.64 53.87,2.10 53.68,2.52 53.48,2.95 53.16,3.29 52.84,3.62 52.43,3.84 52.02,4.06 51.55,4.14 51.09,4.21 51.09,4.21 51.09,4.21 48.19,4.13 45.28,4.05 44.10,3.96 42.92,3.88 41.39,3.77 39.86,3.66 38.35,3.53 36.83,3.40 35.09,3.22 33.35,3.03 31.56,3.00 29.77,2.97 27.37,3.03 24.96,3.09 22.46,3.17 19.96,3.25 18.13,3.26 16.31,3.26 14.25,3.32 12.20,3.39 10.53,3.33 8.86,3.27 7.18,3.12 5.51,2.97 4.16,2.66 2.81,2.36 1.29,2.12 -0.23,1.89 -0.46,1.84 -0.68,1.78 -0.88,1.67 -1.09,1.57 -1.26,1.41 -1.43,1.26 -1.56,1.07 -1.69,0.88 -1.77,0.66 -1.85,0.45 -1.88,0.22 -1.91,-0.00 -1.88,-0.23 -1.85,-0.46 -1.77,-0.67 -1.69,-0.89 -1.55,-1.08 -1.42,-1.27 -1.25,-1.42 -1.08,-1.57 -0.87,-1.68 -0.67,-1.79 -0.44,-1.84 -0.22,-1.90 0.00,-1.89 0.23,-1.89 0.23,-1.89 L 0.23,-1.89 Z"></path></g><g transform="translate(374.9999694824219 101.83332824707031) rotate(0 25.666656494140625 0.666656494140625)" stroke="none"><path fill="#1e1e1e" d="M 0.23,-1.89 Q 0.23,-1.89 1.77,-1.74 3.31,-1.59 4.80,-1.35 6.29,-1.11 7.73,-1.03 9.18,-0.95 10.75,-0.91 12.33,-0.86 14.34,-0.76 16.35,-0.66 18.16,-0.63 19.98,-0.61 22.47,-0.52 24.97,-0.44 27.37,-0.37 29.78,-0.31 31.56,-0.34 33.35,-0.37 35.09,-0.55 36.83,-0.74 38.35,-0.86 39.86,-0.99 41.39,-1.10 42.92,-1.21 44.10,-1.30 45.28,-1.38 48.19,-1.46 51.09,-1.55 51.56,-1.47 52.02,-1.39 52.43,-1.18 52.84,-0.96 53.16,-0.62 53.48,-0.28 53.68,0.13 53.87,0.56 53.92,1.02 53.97,1.48 53.87,1.94 53.77,2.40 53.53,2.80 53.29,3.20 52.94,3.50 52.58,3.80 52.15,3.97 51.71,4.15 51.25,4.17 50.78,4.20 50.33,4.07 49.88,3.95 49.50,3.68 49.11,3.42 48.83,3.05 48.55,2.68 48.40,2.24 48.25,1.79 48.25,1.33 48.25,0.86 48.40,0.42 48.55,-0.01 48.83,-0.38 49.11,-0.76 49.50,-1.02 49.88,-1.28 50.33,-1.40 50.78,-1.53 51.25,-1.50 51.72,-1.48 52.15,-1.31 52.58,-1.13 52.94,-0.83 53.29,-0.53 53.53,-0.13 53.77,0.26 53.87,0.72 53.97,1.17 53.92,1.64 53.87,2.10 53.68,2.52 53.48,2.95 53.16,3.29 52.84,3.62 52.43,3.84 52.02,4.06 51.55,4.14 51.09,4.21 51.09,4.21 51.09,4.21 48.19,4.13 45.28,4.05 44.10,3.96 42.92,3.88 41.39,3.77 39.86,3.66 38.35,3.53 36.83,3.40 35.09,3.22 33.35,3.03 31.56,3.00 29.77,2.97 27.37,3.03 24.96,3.09 22.46,3.17 19.96,3.25 18.13,3.26 16.31,3.26 14.25,3.32 12.20,3.39 10.53,3.33 8.86,3.27 7.18,3.12 5.51,2.97 4.16,2.66 2.81,2.36 1.29,2.12 -0.23,1.89 -0.46,1.84 -0.68,1.78 -0.88,1.67 -1.09,1.57 -1.26,1.41 -1.43,1.26 -1.56,1.07 -1.69,0.88 -1.77,0.66 -1.85,0.45 -1.88,0.22 -1.91,-0.00 -1.88,-0.23 -1.85,-0.46 -1.77,-0.67 -1.69,-0.89 -1.55,-1.08 -1.42,-1.27 -1.25,-1.42 -1.08,-1.57 -0.87,-1.68 -0.67,-1.79 -0.44,-1.84 -0.22,-1.90 0.00,-1.89 0.23,-1.89 0.23,-1.89 L 0.23,-1.89 Z"></path></g><g transform="translate(426.3332824707031 57.50001525878906) rotate(0 3.333343505859375 44)" stroke="none"><path fill="#1e1e1e" d="M 1.54,-0.25 Q 1.54,-0.25 2.08,3.19 2.62,6.65 3.04,10.26 3.45,13.87 3.81,16.92 4.17,19.98 4.70,23.16 5.22,26.35 5.45,29.31 5.68,32.27 5.77,35.26 5.87,38.24 6.28,41.15 6.69,44.06 7.07,47.85 7.44,51.64 7.59,53.83 7.75,56.02 7.82,58.70 7.89,61.38 7.91,63.86 7.94,66.33 7.98,68.34 8.02,70.35 8.11,71.97 8.20,73.60 8.29,75.05 8.38,76.51 8.57,78.24 8.75,79.97 8.81,81.13 8.88,82.28 8.97,84.94 9.07,87.60 9.01,87.98 8.95,88.37 8.76,88.71 8.58,89.06 8.30,89.32 8.01,89.59 7.66,89.76 7.31,89.92 6.92,89.96 6.53,90.00 6.15,89.92 5.77,89.84 5.44,89.64 5.10,89.43 4.85,89.14 4.60,88.84 4.45,88.48 4.31,88.12 4.29,87.73 4.27,87.34 4.37,86.96 4.47,86.58 4.69,86.26 4.91,85.94 5.22,85.70 5.53,85.47 5.90,85.34 6.27,85.22 6.66,85.22 7.05,85.22 7.42,85.34 7.79,85.47 8.10,85.70 8.41,85.94 8.63,86.26 8.85,86.59 8.95,86.96 9.06,87.34 9.04,87.73 9.02,88.12 8.87,88.48 8.73,88.84 8.47,89.14 8.22,89.43 7.89,89.64 7.55,89.84 7.17,89.92 6.79,90.00 6.40,89.96 6.02,89.92 5.66,89.76 5.31,89.59 5.03,89.32 4.74,89.06 4.56,88.71 4.38,88.37 4.31,87.98 4.25,87.60 4.25,87.60 4.25,87.60 4.35,84.94 4.45,82.28 4.51,81.13 4.57,79.97 4.75,78.24 4.93,76.51 5.02,75.06 5.11,73.61 5.19,71.99 5.27,70.37 5.28,68.37 5.30,66.36 5.27,63.91 5.24,61.45 5.17,58.83 5.10,56.21 4.94,54.06 4.79,51.90 4.41,48.17 4.04,44.44 3.60,41.39 3.17,38.34 3.06,35.41 2.96,32.48 2.73,29.65 2.49,26.81 1.93,23.56 1.37,20.32 0.98,17.27 0.58,14.22 0.13,10.68 -0.32,7.14 -0.93,3.70 -1.54,0.25 -1.54,0.06 -1.55,-0.11 -1.52,-0.30 -1.48,-0.48 -1.40,-0.65 -1.32,-0.82 -1.20,-0.97 -1.08,-1.12 -0.93,-1.23 -0.78,-1.34 -0.61,-1.42 -0.44,-1.49 -0.25,-1.52 -0.06,-1.56 0.11,-1.54 0.30,-1.53 0.48,-1.47 0.66,-1.41 0.82,-1.31 0.98,-1.21 1.11,-1.07 1.24,-0.94 1.33,-0.78 1.43,-0.61 1.48,-0.43 1.54,-0.25 1.54,-0.25 L 1.54,-0.25 Z"></path></g><g transform="translate(171.33331298828125 16.166671752929688) rotate(0 11.749992370605469 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ab</text></g><g transform="translate(234.91663360595703 13.333328247070312) rotate(0 11.749992370605469 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">ba</text></g><g transform="translate(290.91663360595703 12.333328247070312) rotate(0 18.629989624023438 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">a0b</text></g><g transform="translate(413.25000762939453 10) rotate(0 4.659996032714844 12.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">?</text></g><g transform="translate(201.1049087524414 70.33332824707031) rotate(0 19.15557861328125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1 hour</text></g><g transform="translate(262.1777297973633 71.33332824707031) rotate(0 19.15557861328125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">1 hour</text></g><g transform="translate(350.1777297973633 71.33332824707031) rotate(0 22.154380798339844 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">2 hour</text></g><g transform="translate(195.1777297973633 32.33332824707031) rotate(0 7.615997314453125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">km</text></g><g transform="translate(257.0506286621094 31.000015258789062) rotate(0 7.615997314453125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">km</text></g><g transform="translate(329.0506896972656 33.00001525878906) rotate(0 7.615997314453125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">km</text></g><g transform="translate(425.0506896972656 29.666671752929688) rotate(0 7.615997314453125 8.5)"><text x="0" y="0" font-family="Virgil, Segoe UI Emoji" font-size="13.600000000000001px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">km</text></g><g stroke-linecap="round" transform="translate(12 71.50001525878906) rotate(0 19.333328247070312 12.333328247070312)"><path d="M6.17 0 M6.17 0 C14.31 -2.11, 24.7 0.14, 32.5 0 M6.17 0 C14.09 0.68, 20.19 -0.94, 32.5 0 M32.5 0 C36.67 1.08, 40.55 1.42, 38.67 6.17 M32.5 0 C37.53 0.88, 37.72 0.02, 38.67 6.17 M38.67 6.17 C38.91 9.53, 38.32 15.2, 38.67 18.5 M38.67 6.17 C38.99 10.25, 38.68 14.28, 38.67 18.5 M38.67 18.5 C37.18 21.06, 34.81 25.35, 32.5 24.67 M38.67 18.5 C36.8 24, 34.49 24.93, 32.5 24.67 M32.5 24.67 C28.08 25.62, 22.1 24.52, 6.17 24.67 M32.5 24.67 C26.02 23.74, 18.92 24.88, 6.17 24.67 M6.17 24.67 C0.51 23.01, -1.89 21.93, 0 18.5 M6.17 24.67 C1.86 25.72, -1.99 23.57, 0 18.5 M0 18.5 C1 14.76, 1.15 11.27, 0 6.17 M0 18.5 C0.38 13.99, -0.45 10.71, 0 6.17 M0 6.17 C-1.86 1.33, 2.42 -0.93, 6.17 0 M0 6.17 C1.51 0.99, 2.06 -1.53, 6.17 0" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g stroke-linecap="round" transform="translate(36.666656494140625 95.50001525878906) rotate(0 6.3333282470703125 8)"><path d="M3.12 1.2 C4.28 0.45, 6.08 0.1, 7.34 0.5 C8.61 0.89, 9.9 2.07, 10.72 3.58 C11.53 5.08, 12.18 7.79, 12.24 9.53 C12.31 11.28, 12.06 13.07, 11.12 14.06 C10.17 15.04, 8.07 15.54, 6.56 15.45 C5.05 15.36, 3.13 14.62, 2.06 13.54 C0.99 12.46, 0.46 10.45, 0.13 8.98 C-0.2 7.5, -0.48 6.26, 0.09 4.7 C0.65 3.13, 2.92 0.36, 3.54 -0.41 C4.15 -1.18, 3.63 -0.25, 3.78 0.09 M2.99 1.05 C4.21 0.27, 7.5 -0.24, 9.15 0.18 C10.79 0.59, 12.2 2.09, 12.87 3.53 C13.53 4.97, 13.48 6.99, 13.15 8.84 C12.82 10.69, 12.1 13.63, 10.89 14.64 C9.68 15.65, 7.09 15.16, 5.9 14.91 C4.71 14.66, 4.78 13.9, 3.74 13.14 C2.7 12.37, 0.3 11.57, -0.34 10.31 C-0.98 9.05, -0.64 7.16, -0.09 5.57 C0.47 3.97, 2.52 1.55, 2.99 0.74 C3.46 -0.08, 2.82 0.64, 2.74 0.68" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g stroke-linecap="round" transform="translate(11.33331298828125 98.83332824707031) rotate(0 7.6666717529296875 9)"><path d="M7.29 -0.71 C8.96 -1.02, 12.24 -0.06, 13.5 1.38 C14.77 2.81, 14.86 5.75, 14.89 7.92 C14.93 10.1, 14.59 12.81, 13.71 14.42 C12.82 16.03, 11.18 17.09, 9.58 17.56 C7.98 18.03, 5.74 17.99, 4.13 17.21 C2.52 16.44, 0.59 14.71, -0.08 12.92 C-0.74 11.13, -0.47 8.17, 0.14 6.48 C0.74 4.78, 2.14 3.64, 3.57 2.74 C4.99 1.85, 7.45 1.3, 8.68 1.1 C9.92 0.91, 10.82 1.48, 11 1.56 M3.77 -0.58 C5.39 -1.58, 8.28 -0.07, 10.19 0.5 C12.11 1.07, 14.51 1.06, 15.26 2.85 C16.01 4.63, 15.3 9.16, 14.7 11.18 C14.1 13.2, 12.86 13.83, 11.66 14.97 C10.45 16.1, 9.07 17.93, 7.47 17.99 C5.87 18.05, 3.07 16.64, 2.07 15.33 C1.07 14.02, 1.88 12.02, 1.46 10.12 C1.03 8.23, -0.89 5.64, -0.46 3.95 C-0.02 2.25, 3.07 0.31, 4.05 -0.07 C5.04 -0.45, 5.12 1.21, 5.46 1.66" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g stroke-linecap="round"><g transform="translate(63.33331298828125 84.16667175292969) rotate(0 29.072570114601405 1.775330171417444)"><path d="M0.55 0.86 C10.47 1.23, 49.35 3.13, 58.76 3.29 M-0.62 0.26 C9.27 0.79, 48.2 1.09, 58.22 1.49" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(63.33331298828125 84.16667175292969) rotate(0 29.072570114601405 1.775330171417444)"><path d="M32.15 12.08 C38.26 6.87, 42.37 7.81, 56.94 -0.2 M29.85 10.43 C40.06 6.87, 47.62 4.36, 58.22 0.87" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(63.33331298828125 84.16667175292969) rotate(0 29.072570114601405 1.775330171417444)"><path d="M32.59 -7.77 C38.78 -8.22, 42.78 -2.53, 56.94 -0.2 M30.29 -9.43 C40.38 -6.72, 47.79 -2.96, 58.22 0.87" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment