yingshaoxo

Results 40 issues of yingshaoxo

After you install debian Then, if you: 1. add this line to the bottom of the `/etc/apt/sources.list`: ``` deb http://ftp.de.debian.org/debian sid main ``` 2. run those commands: ``` sudo apt...

https://github.com/android-hacker/VirtualXposed This is just an example.

#mario #ai #ml(machine learning) #rl(reinforcement learning) Once Mario failed to go further, don't eager to put it in the original point, but instead, put it in the recent previous location,...

https://github.com/micropython/micropython-lib/tree/c113611765278b2fc8dcf8b2f2c3513b35a69b39

C-enhancement

https://huggingface.co/raynardj/classical-chinese-punctuation-guwen-biaodian?text=%E6%88%91%E7%AB%99%E8%B5%B7%E8%BA%AB%E5%91%A8%E5%9B%B4%E9%BB%91%E6%BC%86%E6%BC%86%E7%9A%84%E5%9B%A0%E4%B8%BA%E7%8E%B0%E5%9C%A8%E6%98%AF%E6%B7%B1%E5%A4%9C%E6%8D%AE%E8%90%A8%E5%85%8B%E9%82%A3%E6%B7%B7%E8%9B%8B%E8%AF%B4%E7%9A%84%E5%A5%BD%E5%83%8F%E6%98%AF%E5%B7%B2%E7%BB%8F%E8%BF%87%E5%8E%BB3%E5%A4%A9%E4%BA%86%E5%90%A7%E9%83%BD%E4%B8%8D%E7%9F%A5%E9%81%93%E8%BF%99%E9%87%8C%E6%98%AF%E5%93%AA%E9%87%8C%E5%95%8A%E4%B8%8D%E4%BC%9A%E8%A2%AB%E8%90%A8%E5%85%8B%E8%BF%99%E6%B7%B7%E8%9B%8B%E5%BC%84%E5%88%B0%E5%A4%96%E5%9B%BD%E4%BA%86%E5%90%A7%E9%98%BF%E5%BC%A5%E9%99%80%E4%BD%9B%E4%B8%8A%E5%B8%9D%E4%BF%9D%E4%BD%91%E5%95%8A%E5%8F%AF%E5%88%AB%E7%9C%9F%E5%BC%84%E5%88%B0%E5%A4%96%E5%9B%BD%E6%9D%A5%E4%BA%86%E5%95%8A%E7%AE%97%E4%BA%86%E9%9D%A0%E9%82%A3%E4%BA%9B%E8%BF%98%E4%B8%8D%E7%9F%A5%E5%AD%98%E4%B8%8D%E5%AD%98%E5%9C%A8%E7%9A%84%E4%B8%9C%E8%A5%BF%E4%BF%9D%E4%BD%91%E8%BF%98%E4%B8%8D%E5%A6%82%E9%9D%A0%E8%87%AA%E5%B7%B1%E5%91%A2%E7%A5%9E%E8%84%91%E4%BD%A0%E5%B8%AE%E6%88%91%E6%9F%A5%E6%9F%A5%E6%88%91%E7%8E%B0%E5%9C%A8%E6%89%80%E5%9C%A8%E7%9A%84%E5%9C%B0%E6%96%B9%E5%A5%BD%E7%9A%84%E4%B8%BB%E4%BA%BA%E8%AF%B7%E7%A8%8D%E7%AD%89%E4%B8%BB%E4%BA%BA%E7%8E%B0%E5%9C%A8%E6%89%80%E5%9C%A8%E7%9A%84%E5%9C%B0%E6%96%B9%E6%98%AFW%E5%B8%82%E7%9A%84%E7%A7%83%E8%A7%92%E5%B1%B1%E4%B8%8A

enhancement
wontfix

``` ChefBuildError Backend 'setuptools.build_meta:__legacy__' is not available. at /usr/local/lib/python3.10/site-packages/poetry/installation/chef.py:152 in _prepare 148│ 149│ error = ChefBuildError("\n\n".join(message_parts)) 150│ 151│ if error is not None: → 152│ raise error from None 153│...

``` import argostranslate.package import argostranslate.translate from_code = "en" to_code = "zh" argostranslate.package.update_package_index() available_packages = argostranslate.package.get_available_packages() package_to_install = next( filter( lambda x: x.from_code == from_code and x.to_code == to_code, available_packages )...

When I look at the io module, it imported a module called 'uio' But I did not found it anywhere, where that thing comes from?