A curated list of Rust code and resources.
If you want to contribute, please read this.
A curated list of Rust code and resources.
If you want to contribute, please read this.
https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550)
A simple dual-boot UEFI installation for Arch Linux without any file system encryption.
Assumes that Windows has already been installed beforehand.
Follows the official installation guide: https://wiki.archlinux.org/index.php/installation_guide
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.
See Contributing.
A curated list of awesome Java frameworks, libraries and software.
A curated list of awesome Kotlin related stuff inspired by awesome-java. ![]()

A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python.
| # Arch Linux wiki for Dell XPS 15 9550 | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550) | |
| ### INTRODUCTION | |
| # A simple dual-boot UEFI installation for Arch Linux without any file system encryption. | |
| # Assumes that Windows has already been installed beforehand | |
| # Follows the official installation guide: (https://wiki.archlinux.org/index.php/installation_guide) | |
| # Uses rEFInd boot manager as the UEFI boot manager (https://wiki.archlinux.org/index.php/REFInd) | |
| ### 1. DOWNLOAD TO USB |
| [app] | |
| launch_at_startup = yes | |
| hotkey_run = Alt+Space | |
| [gui] | |
| hide_on_focus_lost = yes | |
| theme = Tribal | |
| [theme/Tribal] | |
| opacity_back = 100 |
| #!/usr/bin/env bash | |
| T='•••' | |
| echo -e "\n def 40m 41m 42m 43m 44m 45m 46m 47m"; | |
| for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \ | |
| '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \ | |
| ' 36m' '1;36m' ' 37m' '1;37m'; |
| // ==UserScript== | |
| // @name Mangadex Thumbnail Preview | |
| // @namespace https://github.com/kvnxiao | |
| // @version 0.1.2 | |
| // @description Thumbnail preview addon for Mangadex | |
| // @author Kevin Xiao | |
| // @match https://mangadex.org/follows | |
| // @grant none | |
| // @require https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js | |
| // @updateURL https://gist.githubusercontent.com/kvnxiao/de9dbdc3bce98d10957df4d5c85492bd/raw |