Tag: Development

3 Posts

A Little Automation for Physics Class LOL. 一点点物理课上的自动化(笑)
I am honestly too lazy to input hundreds of values into the calculator and calculate every their average & uncertainty, so here's me automating this process. 实在是懒得去把数值一个一个输进计算器里然后计算平均值和偏差值了……所以写了一小段代码来自动化这个过程。 #include <cmath> #include <iostream> #include <vector> using namespace std; int main(){ string val; vector<double> valVctr; cin.ignore(1); do{ getline(cin, val); if(val.size() == 0){ break;…
Project Update – Maid Chan 1.1.0 is released! 项目更新 – 女仆酱 1.1.0 已经公开!
Maid chan 1.1.0 has been officially released! In this version, we included the following updates:-Ability to react to basic greetings & commands(For example: @xxx hi) -Ability to spam @Reaily#6672 (lol) <br>-Ability to assign roles to a member via command (Beta testing) -Multi-language support between different servers (English and Chinese only…