]> nos-oignons.net Git - website.git/blob - assets/relays.js
Correction du fingerprint d'AlGrothendieck1
[website.git] / assets / relays.js
1 function randomColor() {
2         function randomInt(min, max) {
3                 return Math.floor(Math.random() * (max - min + 1)) + min;
4         };
5
6         var h = randomInt(0, 360);
7         var s = randomInt(42, 98);
8         var l = randomInt(40, 90);
9
10         return `hsl(${h},${s}%,${l}%)`;
11 }
12
13 var nos_oignons_relays = [
14         { name: "marcuse1",
15                 fingerprint: "A319D6447B2B4107477E126EE4A2B7C38125149E",
16                 color: randomColor(),
17         }, { name: "marcuse2",
18                 fingerprint: "05A48DCB220236FCCA21B432C3D4A1FCE8AFCEEB",
19                 color: randomColor(),
20         }, { name: "marcuse3",
21                 fingerprint: "E2DA7E67DFC30B19C50F2957C0AAFD226143D7C8",
22                 color: randomColor(),
23         }, { name: "marcuse4",
24                 fingerprint: "CFAB19E23290F5BA1F7FF24494D26FBD4E4DF6CE",
25                 color: randomColor(),
26         }, { name: "marcuse5",
27                 fingerprint: "D881FA3C5A642541932ACED4A3C5140742096D11",
28                 color: randomColor(),
29         }, { name: "marcuse6",
30                 fingerprint: "5409FECC2C4B59D4573AAE935BE31C5675E81431",
31                 color: randomColor(),
32         }, { name: "marcuse7",
33                 fingerprint: "EFF127FA3E850B17BF9A980AFB010A172F6C6FAF",
34                 color: randomColor(),
35         }, { name: "marcuse8",
36                 fingerprint: "44D1929690CF1DEF95C5D1F4F66281CF18311618",
37                 color: randomColor(),
38         }, { name: "ekumen",
39                 fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
40                 color: randomColor(),
41         }, { name: "marylou1",
42                 fingerprint: "578E007E5E4535FBFEF7758D8587B07B4C8C5D06",
43                 color: randomColor(),
44         }, { name: "marylou2",
45                 fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
46                 color: randomColor(),
47         }, { name: "marylou3",
48                 fingerprint: "91B7A9659CDB5ACF0DEB46DAA82C122C39CC4ADF",
49                 color: randomColor(),
50         }, { name: "marylou4",
51                 fingerprint: "4F0C498701A41F4D9CA677EA763FD8CA45348E97",
52                 color: randomColor(),
53         }, { name: "AlGrothendieck1",
54                 fingerprint: "47EC4211A4A66768224BC18912AF8FB6E880003C",
55                 color: randomColor(),
56         }, { name: "AlGrothendieck2",
57                 fingerprint: "59F2831A9BEB7AB3D5803445F946EA9FEEEFA217",
58                 color: randomColor(),
59         }, { name: "elenagb",
60                 fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
61                 color: randomColor(),
62         }, { name: "mwittig",
63                 fingerprint: "B580111855B9C452EB224CA7932B626E28D3C2EA",
64                 color: randomColor(),
65         }, { name: "arecoque1",
66                 fingerprint: "CD1FD2C1F330A3293DA6068E6A23866D063D6DCB",
67                 color: randomColor(),
68         }, { name: "arecoque2",
69                 fingerprint: "42E817BE07AB39CA3BD7A442AF08E007FF2E3F5B",
70                 color: randomColor(),
71         }, { name: "arecoque3",
72                 fingerprint: "5450CC0E3D08BB001E8229B8990323D11BC63332",
73                 color: randomColor(),
74         }, { name: "arecoque4",
75                 fingerprint: "8F13B91FA8380842993E7C36EEF88BEC5D695587",
76                 color: randomColor(),
77         }, { name: "arecoque5",
78                 fingerprint: "0DC16FEAA5A5E27A974009CBF7748BB6FAAE6DE1",
79                 color: randomColor(),
80         }, { name: "arecoque6",
81                 fingerprint: "C3AACDE1671FF475D872683359777B082C1C77E6",
82                 color: randomColor(),
83         }, { name: "arecoque7",
84                 fingerprint: "EEEFC9F693B3BB72C1069EC8CDAF2E6C40FCC47D",
85                 color: randomColor(),
86         }, { name: "arecoque8",
87                 fingerprint: "16D3252B519861248FDEABE05A6F3B97BC510557",
88                 color: randomColor(),
89         }
90 ];