asas1asas200

Results 8 issues of asas1asas200

In `q_sort()`, it prefered to use a in-place algorithm to sort the list, so it disallowed the `malloc()` in some testcases. But I can still use [Variable-length array](https://en.wikipedia.org/wiki/Variable-length_array) to bypass...

Scratchpad indicator for swaywm. Related issue: #1662 .

The `keyboard-state` module used the polling mechanism to get the keyboard status by the interval. But we more like to see the indicator update immediately, just like the `pulseaudio` module....

The binary file `chatgpt` extraced from [Linux .deb](https://github.com/sonnylazuardi/chatgpt-desktop/raw/master/releases/chatgpt_0.2.0_amd64.deb) contains some unused shared libraries. It can check by `ldd` like below: ``` $ ldd --unused $(which chatgpt) Unused direct dependencies: /usr/lib/libdl.so.2...

There was color config in android: https://github.com/yako-dev/flutter-settings-ui/blob/d8d97b23474fc0697334812e9dcfc4d5adb5d071/lib/src/tiles/platforms/android_settings_tile.dart#L64-L66 But the color won't change in web mode because there was no color settings.

bug

## Motivation The motivation for this PR is to fix a missing `device` argument in the initialization of `ImageClassificationInferencer` in the `image_demo.py` script. This fix ensures that the correct device...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...