Skip to content

Instantly share code, notes, and snippets.

View evindor's full-sized avatar

Arseny Zarechnev evindor

View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
0,0,0,9.731619181259504e-7
0,0,1,1.9622696932157354e-6
0,0,2,2.9815482103385607e-6
0,0,3,4.042479815418907e-6
0,0,4,5.152817167926388e-6
0,0,5,6.315648732747754e-6
0,0,6,7.528566469515929e-6
0,0,7,8.783013272165331e-6
0,0,8,0.000010063908921835208
0,0,9,0.000011349662420553649
@evindor
evindor / wavefunction.csv
Created February 22, 2022 17:46
Random wave function
We can't make this file beautiful and searchable because it's too large.
0,0,0,-0.000012283885648211252
0,0,1,-0.000024432557851647518
0,0,2,-0.00003631169767208363
0,0,3,-0.000047789797966013395
0,0,4,-0.00005874005409471831
0,0,5,-0.00006904219784072283
0,0,6,-0.00007858424489972767
0,0,7,-0.00008726412742119158
0,0,8,-0.00009499118468136588
0,0,9,-0.00010168748706717051
[2017-02-06 23:39:43] Initializing Server (This might take some time)
[2017-02-06 23:39:43] executable=/Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
[2017-02-06 23:39:43] version=0.37.4
[2017-02-06 23:39:43] Parsing
[2017-02-06 23:39:48] Building package heap
[2017-02-06 23:39:48] Loading libraries
[2017-02-06 23:39:49] Running local inference
[2017-02-06 23:39:55] Re-resolving directly dependent files
[2017-02-06 23:39:55] Calculating dependencies
[2017-02-06 23:39:55] Merging
23:51:16
evindor 50046 0.0 0.0 2432804 2096 s002 S+ 11:51PM 0:00.00 grep flow
evindor 49020 0.0 0.3 2493472 24480 ?? S 11:41PM 0:01.01 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
evindor 49019 0.0 0.1 29730148 9824 ?? S 11:41PM 0:00.07 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
evindor 49018 0.0 0.1 29721956 9824 ?? S 11:41PM 0:00.07 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
evindor 49017 0.0 0.1 29738340 9844 ?? S 11:41PM 0:00.07 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
evindor 49016 0.0 0.1 29739364 9848 ?? S 11:41PM 0:00.07 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-osx-v0.37.4/flow
evindor 49015 0.0 2.8 29945108 234812 ?? Ss 11:41PM 0:03.96 /Users/evindor/Sites/some/SomeApp/node_modules/flow-bin/flow-o

Keybase proof

I hereby claim:

  • I am evindor on github.
  • I am evindor (https://keybase.io/evindor) on keybase.
  • I have a public key whose fingerprint is ADE2 2F2F 5474 AA41 C6A8 BE34 DA0C 1958 1BC0 1E5B

To claim this, I am signing this object:

#!/bin/bash
echo "Select on option:"
echo "1) Set up new PoPToP server AND create one user"
echo "2) Create additional users"
read x
if test $x -eq 1; then
echo "Enter username that you want to create (eg. client1 or john):"
read u
echo "Specify password that you want the server to use:"
read p