financial support to Awesome Go
A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python.
#!/usr/bin/env python | |
from collections import namedtuple | |
from bs4 import BeautifulSoup | |
import asyncio | |
import aiohttp | |
import tqdm | |
import json | |
import sys | |
import argparse |
[ | |
{ | |
"word": "heart", | |
"others": [ | |
"blood", | |
"organ", | |
"valentine", | |
"love", | |
"beat" | |
] |
{ | |
"global": { | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false | |
}, | |
"profiles": [ | |
{ | |
"complex_modifications": { | |
"parameters": { |
// ==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 |
#!/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'; |
[app] | |
launch_at_startup = yes | |
hotkey_run = Alt+Space | |
[gui] | |
hide_on_focus_lost = yes | |
theme = Tribal | |
[theme/Tribal] | |
opacity_back = 100 |
# 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 |
financial support to Awesome Go
A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python.
A curated list of awesome Kotlin related stuff inspired by awesome-java.
A curated list of awesome Java frameworks, libraries and software.