not b@tk1z
125 subscribers
577 photos
3 videos
33 files
2.6K links
胡言乱语
Download Telegram
#TIL ……?
Forwarded from Plltxe.
#TIL

RT: @jwildeboer@social.wildeboer.net
If you, for whatever reason, want to make sure your code does not get used by Google - license it under AGPL :) #LifeHack

https://opensource.google/docs/using/agpl-policy/

🐦🐘🐙
#TIL
在手机开启 USB 调试模式、电脑端正确配置好 ADB 环境的前提下,将电脑与手机相连,将旧版 APK 安装包传输至电脑后通过以下指令即可无视降级限制强制覆盖安装:
adb install -r -d app.apk

https://sspai.com/post/64750
#TIL
list the family names of installed fonts on Windows

[System.Reflection.Assembly]::LoadWithPartialName("System.Drawing")
(New-Object System.Drawing.Text.InstalledFontCollection).Families

or

Add-Type -AssemblyName PresentationCore
[Windows.Media.Fonts]::SystemFontFamilies | Select-Object -Property Source

src: https://superuser.com/questions/760627/how-to-list-installed-font-families
not b@tk1z
Zshelf: Z-Library books downloader for reMarkable tablet https://github.com/khanhas/zshelf
#TIL
可以在 console 里用 document.cookie 获取 cookie(亏我以前还专门下的扩展……
#TIL
https://unicode-table.com/en/00A0/
原来 &nbsp 是这个字符。