xiaoji

Results 14 issues of xiaoji

QQ is the most popular IM software in China, with 200 million online users. TIM is the next generation of QQ, and we made a TIM.AppImage that was driven by...

WizNote is a Evernote like software by Chinese company. Now they released an WizNote.AppImage for Linux user. the download page is https://url.wiz.cn/u/Wizlinux the download link is http://get.wiz.cn/WizNote-2.5.8-x86_64.AppImage the project page...

vcmi.yml, have tested in deepin 15.5 ``` app: vcmi ingredients: dist: trusty sources: - deb https://mirrors.ustc.edu.cn/ubuntu/ trusty main restricted universe multiverse ppas: - vcmi/ppa script: - mv usr/lib/x86_64-linux-gnu/vcmi/* usr/lib/x86_64-linux-gnu/ -...

fix the 0ad.yml

ISO-8859-1 can only support Latin characters but not east-Asian characters. So after I translate the game, all characters is garbled.

enhancement

fix follow error: Collecting pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) Could not find a version that satisfies the requirement pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) (from versions: 1.3.2, 1.3.3, 1.3.4)...

**Describe the question:** 类似x86下的mov指令和ret指令在手册中未查到 **Describe the idea:** 在编写loongarch64汇编时,发现传送指令(类似x86的mov),无条件跳转指令(类似ret)是缺失的,经过对一个c文件,在gcc下进行汇编编译,我们认为这几个指令是可能的: jr指令,对应ret指令,用法为 jr $r1 la.local指令,对应mov,用法为 la.local 寄存器操作数, 被传送内容(x86下通常是.data域定义的变量) 另外还看到一个la.global不知是何含义 以上三个指令,在《loongarch架构手册第一部分》内查不到,请帮忙核实一下。 **Additional context:**

modified type of JANSSON_INSTALL_LIB_DIR/JANSSON_INSTALL_BIN_DIR/JANSSON_INSTALL_INCLUDE_DIR to string if they were path, there will be a awkward situation: I expect to set the setting of .pc to (for Fedora rpm package) :...

on debian10 chroot after execute . ./functions.sh and input copy_deps, it will return an error ``` find: paths must precede expression: `libCollada.so' find: possible unquoted pattern after predicate `-name'? ```...