Skip to content

Instantly share code, notes, and snippets.

ELDEN RING 497 hrs 25 mins ██████████████████████████████████████████████████ 100%
Persona 5 Royal 291 hrs 25 mins ██████████████████████████████████████████████████ 100%
Persona 3 Reload 265 hrs 34 mins ██████████████████████████████████████████████████ 100%
Nioh 2 258 hrs 52 mins ████████████████████████████████████████████████▌░ 97%
Hollow Knight 234 hrs 59 mins ██████████████████████████████████████████████████ 100%
Metaphor: ReFantazio 220 hrs 33 mins ██████████████████████████████████████████████████ 100%
FINAL FANTASY VII REBIRTH 162 hrs 45 mins █████████████████████████████████████████████▌░░░░ 91%
Persona 4 Golden 157 hrs 41 mins ██████████████████████████████████░░░░░░░░░░░░░░░░ 68%
The Witcher 3: W
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active March 25, 2025 12:51
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@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 24, 2025 17:47
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"