Skip to content

Instantly share code, notes, and snippets.

View RoachLin's full-sized avatar

RoachLin RoachLin

View GitHub Profile
@RoachLin
RoachLin / showroom_bot_v3.js
Created May 22, 2024 14:57
showroom开播提醒bot v3版本
// 教程:https://www.bilibili.com/read/cv27985834/
var i;
var j;
var respond;
var json;
var send;
var date;
var year;
var offset;
@RoachLin
RoachLin / ProbabilitySimulation_v2.cpp
Created March 26, 2024 06:30
偶像生写真和CD内封抽包概率近似计算_v2
#include <algorithm>
#include <array>
#include <functional>
#include <iostream>
#include <random>
using namespace std;
int main()
{
@RoachLin
RoachLin / ProbabilitySimulation.cpp
Created February 18, 2024 12:14
偶像生写真和CD内封抽包概率近似计算
#include <algorithm>
#include <array>
#include <functional>
#include <iostream>
#include <random>
using namespace std;
int main()
{
@RoachLin
RoachLin / showroom_bot_v2.js
Created January 25, 2024 13:57
showroom开播提醒bot:添加成员生日提醒
// 教程:https://www.bilibili.com/read/cv27985834/
var roomIDList = new Array();
roomIDList[0] = "107419"; // 大谷 映美里(=LOVE)
roomIDList[1] = "107470"; // 大場 花菜(=LOVE)
roomIDList[2] = "106820"; // 音嶋 莉沙(=LOVE)
roomIDList[3] = "106267"; // 齋藤 樹愛羅(=LOVE)
roomIDList[4] = "106268"; // 佐々木 舞香(=LOVE)
roomIDList[5] = "106270"; // 髙松 瞳(=LOVE)
roomIDList[6] = "107457"; // 瀧脇 笙古(=LOVE)
@RoachLin
RoachLin / showroom_bot.js
Created December 23, 2023 14:29
showroom开播提醒bot
// 教程:https://www.bilibili.com/read/cv27985834/
var roomIDList = new Array();
roomIDList[0] = "107419"; // 大谷 映美里(=LOVE)
roomIDList[1] = "107470"; // 大場 花菜(=LOVE)
roomIDList[2] = "106820"; // 音嶋 莉沙(=LOVE)
roomIDList[3] = "106267"; // 齋藤 樹愛羅(=LOVE)
roomIDList[4] = "106268"; // 佐々木 舞香(=LOVE)
roomIDList[5] = "106270"; // 髙松 瞳(=LOVE)
roomIDList[6] = "107457"; // 瀧脇 笙古(=LOVE)