Skip to content

Instantly share code, notes, and snippets.

ELDEN RING 308 hrs 25 mins ██████████████████████████████████████████████████ 100%
Persona 5 Royal 291 hrs 12 mins ██████████████████████████████████████████████████ 100%
Hollow Knight 234 hrs 39 mins ██████████████████████████████████████████████████ 100%
Nioh 2 226 hrs 22 mins ████████████████████████████████████████████████▌░ 97%
Persona 3 Reload 185 hrs 43 mins ██████████████████████████████████████████████████ 100%
The Witcher 3: Wild Hunt 153 hrs 20 mins █████████████████████████████▌░░░░░░░░░░░░░░░░░░░░ 59%
Baldur's Gate 3 145 hrs 44 mins ██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░ 52%
Wo Long: Fallen Dynasty 115 hrs 36 mins █████████████████████████████████████████░░░░░░░░░ 82%
Sekiro™: Shadows
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active May 17, 2024 03:06
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

Docker Hub 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。

Dockerized 实践 https://github.com/y0ngb1n/dockerized

配置加速地址

Ubuntu 16.04+、Debian 8+、CentOS 7+

@funsunz
funsunz / no_ad_baidu.css
Last active June 12, 2016 13:56
去推广广告,多列卡片显示的百度搜索stylish样式
body {
overflow-x: hidden;
min-width: 600px;
/*background-color: rgb(248,248,248);*/
}
#container {
width: 100%
}
#content_right {
display: none
@davinma
davinma / cnbeta.com.css
Last active June 29, 2016 16:04
stylish for cnbeta.com
* {
font-family: \5FAE\8F6F\96C5\9ED1,Tahoma,Verdana,"宋体"!important;
}
html {
background-color:#fff
}
body {
padding-top:0!important
}
iframe[id^=iframe],
@jonathantneal
jonathantneal / README.md
Last active March 19, 2024 23:31
Local SSL websites on macOS Sierra

Local SSL websites on macOS Sierra

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward the edit command to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"