Skip to content

Instantly share code, notes, and snippets.

@chen-qingyu
chen-qingyu / PrimeNumberVisualization.html
Last active November 12, 2022 13:14
素数的可视化实验:沿直线每步一格,逢素数则右转
<html>
<body>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: #303030;
👋👋👋
@gledos
gledos / I_Am_gledos_signature.md.txt
Last active November 12, 2021 09:21
gledos的pgp签名
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
### 密钥库证明
我在此声明:
+ 我是 gledos,这里是一个证明凭证。
+ 我有两个公用密钥,不过2018年3月21日生成的密钥我已经丢失且没有妥善设置过期时间,造成了现在遗憾的处境,
该没有人拥有的密钥指纹为 [48C5 BDC6 AEF2 F5A0 F791 B10B 8986 D7B4 D939 CCED](https://pgp.mit.edu/pks/lookup?op=get&search=0x48C5BDC6AEF2F5A0F791B10B8986D7B4D939CCED)
@gledos
gledos / base64.html
Last active May 10, 2021 03:50 — forked from huanggm/base64.html
收藏两种1像素图片的base64编码
<!-- 1像素透明 -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
<!-- 1像素黑色 -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=">
<a href="http://proger.i-forge.net/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80/[20121112]%20The%20smallest%20transparent%20pixel.html">参考网址</a>
-------------------------
@habdenscrimen
habdenscrimen / obsidian.css
Last active January 29, 2024 22:29
Set custom font sizes for Obsidian default theme
:root
{
--font-size-normal: 19px;
--font-size-code: 15px;
--font-size-side-dock: 15px;
--font-size-side-dock-title: 18px;
--font-size-status-bar: 12px;
--font-size-h1: 38px;
--font-size-h2: 30px;
--font-size-h3: 24px;
@moelody
moelody / feedbro-locale-zh_CN.json
Last active May 30, 2024 04:31
feedbro中文翻译
{
"meta": {
"manifest_version": 3,
"locale_version": "1.3",
"locale_name": "简体中文",
"locale_type": "zh_CN",
"locale_last_updated": "2020-08-07 18:00:00 UTC",
"locale_author_name": "moelody",
"locale_author_email": "yfsmallmoon@gmail.com",
"locale_source_url": "https://gist.github.com/moelody/3159316ce726fc629fae15278bbce429"
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active June 30, 2024 13:43
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@gledos
gledos / ac_art.markdown
Last active September 22, 2020 11:21
[动物之森攻略]奸诈的狐狸つねきち——艺术品鉴别宝典!
@T1mL3arn
T1mL3arn / readme.md
Created October 17, 2018 12:27
Violentmonkey themes

CSS themes for Violentmonkey extension

For now there is no way to select theme for code editor. So it is needed to do it manualy (with some tweaks) via VM's settings. VM use CodeMirror - there you can find more themes.

About tweaks

Replace new theme classes with VM's predefined .cm-s-eclipse. Note: that can be not enough due to selectors' specifity.

@dylants
dylants / proton-mail.css
Last active April 28, 2022 20:39
Dark Theme for Proton Mail
/* ProtonMail */
/* CLASSIC THEME */
body { font-size: 14px }
body,
.pm_opensans {
font-family: 'Lucida Grande', Verdana, Arial, sans-serif
}