hongyi-zhao

Results 191 issues of hongyi-zhao

``` $ git log -1 commit 11fbb217b66dbf5d7d1396c41574bfd8b3fe76c0 (HEAD -> master, origin/master, origin/HEAD) Author: Rafael Fontenelle Date: Sun Oct 3 01:17:23 2021 +0000 Translated using Weblate (Portuguese (Brazil)) Currently translated at...

Hi, See my commits: https://github.com/hongyi-zhao/multibootusb/commit/d00b2e1856c680afa8d3cc7442e5b2aa77db389d

Hi, Tried to boot freebsd lastest release use this tool but failed with the following error: out of memory. This iso file used: FreeBSD-12.1-RELEASE-amd64-dvd1.iso

On Ubuntu 20.04, I'm using the self-compiled git master version of Emacs and noticed the [company-wordfreq.el](https://github.com/johannes-mueller/company-wordfreq.el) project which can be used as a human language texts helper based on word...

Feature request
stale

Hi, The environment is Ubuntu 20.04 with python 3.8.3 managed by pyenv. I try to convert [this python script](https://github.com/hongyi-zhao/test/blob/master/mu.py) into C/Fortran code with the help of pyccel, but all my...

From within Ubuntu 20.10, I connected to a tplink TL-WDR5620 router's serial interface using a USB to TTL/UART cable, but I don't know the accurate baud rate used by the...

question

Can 3proxy works as a socksifier in the manner of [proxychains-ng](https://github.com/rofl0r/proxychains-ng)? Regards, HY

Does lexicon support socks5 proxy when communicating with DNS providers? Regards, HY

On Ubuntu 20.04.3 LTS, I use the self-compiled latest git master version of Emacs, and I installed `swiper` as follows: ```emacs-lisp (use-package swiper :bind ("C-s" . swiper)) ``` Currently, I've...

Hi, I installed jupyterlab with the following command: `$ pip install jupyterlab` Then I want to use jupyter-themes for it, is this possible? Regards