This is a set of tables containing the total amount of super chats per currency each Hololive English member received during their first stream with monetization enabled. This is not a comprehensive total of all super chats, as the source for this data is from the chat data that is saved alongside the stream’s archive, so it doesn’t include many super chats from before and after the stream. This document is intended to only provide a general idea as to where super chat donations are coming from for each member.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "4ZQ1esOqmuo", | |
"title": "Ange plays Horror game ParanormalHK and scares herself! (VTuber/NIJISANJI Moments) (Eng Sub)", | |
"date": "20200621", | |
"translator": "Neko Mikuri", | |
"twitter": "nekondeimasu" | |
}, | |
{ | |
"id": "dP8atr2Ivlk", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// nyan. | |
// as the main constraint for this challenge appears to be no use | |
// of for statements, it primarily makes use of recursion. | |
package main | |
import ( | |
"fmt" | |
"io" | |
"log" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL: https://youtu.be/WfRg8-_4qE8 | |
Title: [drawing] My idea of an idol costume | |
Total Chat Messages: 3677 | |
URL: https://youtu.be/8ZeaEdXcw20 | |
Title: [Collabo with Eira] We're gonna take some cute pictures! [yahcraft] | |
Total Chat Messages: 3311 | |
URL: https://youtu.be/sU-WurcbTWQ | |
Title: The 2nd war - No drama so the bush war - /yah/craft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Musee Ullah <[email protected]> | |
pkgname=coppeliasim-bin | |
_name=coppeliasim | |
pkgver=4.2.0 | |
_pkgver=${pkgver//./_} | |
pkgrel=1 | |
pkgdesc="CoppeliaSim, formerly known as V-REP, is the Swiss army knife among robot simulators." | |
arch=("x86_64") | |
url="http://www.coppeliarobotics.com/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
my %associations = ( | |
100 => ['/microcosm/audio', '/microcosm/books', '/microcosm/games', '/microcosm/scramble', '/microcosm/work'], | |
101 => ['/microcosm/audio', '/microcosm/games'] | |
); |
OlderNewer