wpdevelopment11
wpdevelopment11
I have written [JSON schema](https://json-schema.org/) which can catch some errors in the front matter automatically. If you want to try it, you need to install: * [Visual Studio Code](https://code.visualstudio.com/) *...
I have converted docs from https://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler to Markdown. It may be useful if you want to migrate to GitHub. These Markdown files can be placed to the repository and will...
I was not able to install `obc_3.3.0_amd64.deb` on fresh Ubuntu 20.04, because OBC depends on `libgdk-pixbuf-2.0-0`, but Ubuntu 20.04 provides only `libgdk-pixbuf2.0-0` (without one hyphen). ## How to fix it...
Trailing slash leads to an error here: https://github.com/hetzneronline/community-content/issues/862. I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I...
* The table is sorted by path column. * The path is clickable now. * If the author doesn't have GitHub account `@` will not be present. * The tutorials...
I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it. Signed-off-by:...
Thanks for the source code! I enjoyed reading it, and learned quite a bit about `ico`s. While reading I noticed some errors. I fixed them.
I have written a tutorial for beginners. ["Set up an Xray-core VLESS proxy to access blocked websites and apps"](https://github.com/wpdevelopment11/xray-tutorial) I hope that it will be useful for somebody.
I think `sum` is wrong here. Each row contains the total number of stars. ```patch --- index.html | 2 +- queries.sql | 2 +- 2 files changed, 2 insertions(+), 2...