Skip to content

Instantly share code, notes, and snippets.

View HackettYu's full-sized avatar
🇨🇳
hackettyu.com

hackettyu HackettYu

🇨🇳
hackettyu.com
View GitHub Profile
owner repo description language stargazers
JanDeDobbeleer oh-my-posh A prompt theming engine for Powershell PowerShell 4780
sourcegraph sourcegraph Universal code search (self-hosted) Go 4265
ElaWorkshop awesome-cn-cafe A curated list of awesome coffee places in China. JavaScript 747
ajeetdsouza zoxide A faster way to navigate your filesystem Rust 1913
looly hutool A set of tools that keep Java sweet. Java 17423
willmcgugan rich Rich is a Python library for rich text and beautiful formatting in the terminal. Python 20112
rsms markdown-wasm Markdown parser and HTML generator implemented in WebAssembly. based on md4c C 742
Higurashi-kagome wereader 一个 Chrome / Firefox 插件:主要用于微信读书做笔记,对常使用 Markdown 做笔记的读者尤其有帮助。 JavaScript 67
netdata netdata Real-time performance monitoring. done right! https://www.netdata.cloud C 51023
@uranusjr
uranusjr / pip-new-resolver-timeline.md
Last active April 13, 2020 10:41
pip 即將更新依賴解析器(PSF 公告)
@himself65
himself65 / undefined
Last active May 24, 2021 07:33
Weibo
Pin 完善低龄未成年人犯罪规定
1 何炅 419151
2 买到核酸阳性食品是否会被传染 259536
3 迪丽热巴 黄景瑜 171031
4 英国疫情 113204
5 郭德纲 不收女徒弟是因为尊重 108208
6 有翡 103028
7 顶楼 71276
8 伦敦 63130
9 送你一朵小红花预售破5000万 58755
@timvisee
timvisee / falsehoods-programming-time-list.md
Last active October 22, 2025 14:02
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).
@evantoli
evantoli / GitConfigHttpProxy.md
Last active October 16, 2025 09:11
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like: