Extract it to ~/.thunderbird/{YOUR PROFILE}/chrome
and restart thunderbird.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# OpenWrt Configuration | |
# | |
CONFIG_MODULES=y | |
CONFIG_HAVE_DOT_CONFIG=y | |
CONFIG_HOST_OS_LINUX=y | |
# CONFIG_HOST_OS_MACOS is not set | |
# CONFIG_TARGET_airoha is not set | |
# CONFIG_TARGET_sunxi is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% | |
% HustGraduPaper.sty | |
% 本文件是华中科技大学本科生毕业论文模板 | |
% @author skinaze | |
% @maintainer maniacata | |
% @date 2018/03/19 | |
% @version v2.2.1 | |
% | |
% 本模板遵循MIT License | |
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Akkenoth <akkenoth+aur [at] google [dot] com> | |
pkgname=log4cxx-git | |
_pkgname=log4cxx | |
pkgver=20181214 | |
pkgrel=1 | |
pkgdesc="A C++ port of Log4j, development version (GIT)" | |
url="http://logging.apache.org/log4cxx" | |
license=("Apache") | |
groups=() | |
depends=('apr-util' 'libxml2') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Taichi</title> | |
<style> | |
.taichi { | |
width: 400px; | |
height: 400px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if your default shell is bash, then add this to your .bashrc | |
export winhost=`grep -G '^nameserver' /etc/resolv.conf | awk '{print $2}'` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { URLSearchParams } from 'url' | |
/** | |
* @description for Map<string, any> only | |
* @param {Map} map | |
*/ | |
export const mapToObj = map => | |
Array.from(map).reduce( | |
(obj, [key, value]) => Object.assign(obj, { [key]: value }), | |
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* mkdir ~/.goldendict/styles/arc-dark/ | |
then put this stylesheet there */ | |
body { | |
margin-top: 1px; | |
margin-right: 3px; | |
margin-left: 2px; | |
margin-bottom: 3px; | |
background: #4b5162; | |
color: white; | |
font-family: Noto Serif CJK SC, Noto Serif, Bookerly, Segoe UI, |