Weihao Jiang
Weihao Jiang
I'm thinking of something like this ```python def disable_wifi(self): # Create and run a thread to do the disabling task # time.sleep(5) if thread.is_alive(): # Kill the thread # return...
Well, OpenCC could be the best converter now, but doing this would be a Sisyphean task :crying_cat_face:
Though it could be pretty dumb, it can be done by `BYYEARDAY` in `RRULE`. This is an example that the event is set to happen on 2021-09-15, 2021-09-16, and 2021-10-26....
This feature is written in [RFC5545](https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10), so calendar app supporting iCalendar should have the support.
Take ME210/SI1210 工程实践 as an example, this course has no location on the schedule and the actual course time is 12:55-17:40 instead of 12:00-17:40 on i.sjtu.edu.cn, it would be more...
you could assign the BYYEARDAY like 362, 363, 364, 365, 1, 2, 3, 4, and set the start day (DTSTART) and end day (RRULE/UNTIL) to limit them in 2021-09 to...
I don’t have Super Mario maker, and I can’t recall animal crossing having any thing similar to this. Could you specify some example using cases? like for Splatoon: > In...
> shinyquagsire23 do a great job in USB emulation, here is his [repo](https://github.com/shinyquagsire23/libusbd) Maybe this is only suitable for MacOS? As I know that its linux implementation depends on `functionfs`...
I see scipy 1.9.1 requires minimum python version 3.8. Maybe it causes this problem. What's the version of Python on raspi?
There is a problem that this software requires python 3.10… Maybe you need to use some virtual environment like virtual env. It seems it doesn't like the pip install. I...