NekoHz
169 subscribers
37 photos
81 links
Ciallo~(∠・ω< )⌒☆​
频道主 @CodeHz
Download Telegram
本地化翻译
Forwarded from HN buzz
JuNest – The lightweight Arch based distro that runs upon any Linux distribution

http://fsquillace.github.io/junest-site/
NekoHz
Sticker
This media is not supported in your browser
VIEW IN TELEGRAM
5
新游戏机器人 @hz_game_bot
目前有游戏:新 概 念 音 游(
点我开始游戏
检查了半天srp算法,发现是我拿错属性了,一直用new_algo (用于改密码)来计算srp参数,导致一直登录失败)
一顿操作以后成功导出频道数据(
2
GitHub加了一个For you的feed tab
暂时整了一个非常简陋的网页(
5
SQLite 3.40 又把 right join 搞坏了,调试了老半天才发现是sqlite的问题(mac自带的sqlite是3.39.5,没有bug)
select a.key, b.value from json_each('{"a": 1, "b": 2}') a right join json_each('["a", "c"]') b on a.key = b.value