TE
ТехЭхо
ГлавнаяТоп за 24 часаНовейшиеЛучшиеВопросыПоказатьВакансии
GitHubTwitter
Главная

ТехЭхо

Платформа технологических новостей, созданная с использованием Next.js, предоставляющая глобальные технологические новости и обсуждения.

GitHubTwitter

Главная

ГлавнаяНовейшиеЛучшиеВопросыПоказатьВакансии

Ресурсы

HackerNews APIОригинальный HackerNewsNext.js

© 2025 ТехЭхо. Все права защищены.

RepoRoulette: Randomly sample repositories from GitHub

22 балловавтор: deontology7 дней назад

2 comments

zX41ZdbW5 дней назад
FYI, I did exactly this five years ago: <a href="https:&#x2F;&#x2F;ghe.clickhouse.tech&#x2F;#github-roulette" rel="nofollow">https:&#x2F;&#x2F;ghe.clickhouse.tech&#x2F;#github-roulette</a><p>It is done with a single SQL query, and the data is continuously updated: <a href="https:&#x2F;&#x2F;play.clickhouse.com&#x2F;play?user=play#U0VMRUNUIHJlcG9fbmFtZSBGUk9NIGdpdGh1Yl9ldmVudHMgV0hFUkUgZXZlbnRfdHlwZSA9ICdXYXRjaEV2ZW50JyBPUkRFUiBCWSByYW5kKCkgTElNSVQgNTA=" rel="nofollow">https:&#x2F;&#x2F;play.clickhouse.com&#x2F;play?user=play#U0VMRUNUIHJlcG9fb...</a>
评论 #44049681 未加载
raphinou5 дней назад
Thanks for sharing, this is something I also wanted to do but never took the time to implement.<p>I could use it in a project of mine listing new releases published on GitHub [1] as an additional way to discover repos.<p>1: <a href="https:&#x2F;&#x2F;freshstuff.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;freshstuff.net&#x2F;</a>