Mingyee Zhao

Results 7 issues of Mingyee Zhao

Quote from https://rawgit.com/: > - Use a specific tag or commit hash in the URL (not a branch). Files are cached permanently based on the URL. Query strings are ignored....

CP936 has 95 less characters than GBK, and has an additional trouble-making single-byte euro sign as 0x80. If you want a reliable table, try [W3C Web Encoding Spec](https://www.w3.org/TR/encoding/#legacy-multi-byte-chinese-%28simplified%29-encodings) instead. The...

enhancement

https://www.w3.org/TR/encoding/#gb18030-decoder specifies a single-byte special case 0x80 → U+20AC for gbk compatibility, but Python's decoder does not perform this translation.

enhancement
discuss

Bash's `[[` builtin provides various extensions and improvements, include the regex-matching `[[ str =~ regex ]]`. For other shells, we can wrap it up like `echo 'str' | grep -o...

I was looking for a better terminal emulator than the original Windows one, so I tried running it in Cygwin and it stalled. Stopped using C-c. The actual weird thing...

The last lines of pacman goes like ``` groupadd: cannot lock /etc/group; try again later. useradd: group 'lightdm' does not exist passwd: user 'lightdm' does not exist ``` and how...

bug

In Cygwin, after doing mklink stuffs, `ls -la` is able to tell NTFS symlinks from regular files, even though the Cygwin `ln -s` creates emulated symlinks. Cygwin: ``` $ ls...

enhancement