Skip to content

Instantly share code, notes, and snippets.

View lae's full-sized avatar
☠️
untreated medical emergency sena please assist

lae

☠️
untreated medical emergency sena please assist
View GitHub Profile
@lae
lae / holoen_first_sc_distributions.adoc
Last active September 18, 2020 03:11
Hololive EN SC Currency Distributions (First Stream)

Hololive EN SC Currency Distributions (First Stream)

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.

@lae
lae / nijisanji_world_clips.json
Last active May 21, 2021 10:00
A list of clips on the official Nijisanji English channel and their translators
[
{
"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",
@lae
lae / hennge-challenge.go
Last active February 11, 2025 19:00
Sum of Squares Challenge for HENNGE (made public after interviews)
// 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"
)
@lae
lae / beatani_chats.txt
Created August 20, 2021 06:39
Chat Message Counts For Beatani's Streams
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
@lae
lae / PKGBUILD
Created December 12, 2021 21:28
CoppeliaSim package for Arch Linux
# 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/"
#!/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']
);