This commit is contained in:
tree 2022-01-28 16:23:49 +01:00
rodič 6ec425049b
revize 7c379d3266
4 změnil soubory, kde provedl 16 přidání a 2 odebrání

Zobrazit soubor

@ -100,6 +100,13 @@
web:
url: https://linktr.ee/kryptoplatby
- id: trader20
name: Trader 2.0
twitter: Trader_20_
type: medium
web:
url: https://trader20.sk/
- id: svet-androida
name: Svět Androida
type: medium

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 24 KiB

Zobrazit soubor

@ -269,3 +269,9 @@
name: JosefJ
twitter: JosefJ_
tracks: [ eth, defi, dao, nft ]
- id: jakub-kralovansky
name: Jakub Kraľovanský
twitter: Trader_20_
tracks: [ zaklady, btc, defi ]

Zobrazit soubor

@ -7,7 +7,7 @@ await utxo.init();
const entryId = "22";
const entry = utxo.entries[entryId];
const speakers = entry.specs.speakers
const speakers = entry.specs.speakers;
const setup = [
{ col: "type", title: "Type" },
@ -47,7 +47,8 @@ for (const item of entry.specs.events) {
const totalSpeakers = Object.keys(totals.speakers).length;
const minutesPerSpeaker = totals.duration / totalSpeakers;
const durationPrediction = speakers.length/(totals.duration / 100) * speakers.length
const durationPrediction = speakers.length / (totals.duration / 100) *
speakers.length;
console.log(Table.from(arr).border(true).toString());
console.log(