TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15065 · Aug 16

#c_lang You can build C projects using only a C compiler without needing tools like make or cmake by using the "nob" library, which lets you write build instructions in C itself. This makes your build process very portable across many systems (Linux, Windows, MacOS, etc.) because it depends only on the C compiler, which is widely available. It also lets you reuse code between your project and build system since both use C. However, it requires comfort with C programming and is mainly useful for simpler C/C++ projects, not complex ones with many dependencies. You just include the single header file "nob.h" to start using it. This approach simplifies building and increases control if you prefer coding your build steps in C directly. https://github.com/tsoding/nob.h

Hashtags

Results

2 similar posts found

Search: #html2rss

当前筛选 #html2rss清除筛选
ALL About RSS

@AboutRss · Post #795 · 09/03/2020, 01:00 AM

HTML2RSS : 通过 CSS 选择器来生成 RSS feed #HTML2RSS 是一款为没有 RSS 的网站生成 RSS feed 的 #开源 项目,使用方式一点也不平民,而是比较偏程序员一些。除了要自建服务外,还需要为目标网站写一个基于 CSS 选择器的 .yml config 文件。好在官方放出了数十个该项目做好的 RSS feed: https://html2rss.github.io/configs/

ALL About RSS

@AboutRss · Post #1359 · 08/16/2023, 07:00 AM

「用 RSSHub 替代 Feed43」 为了让 #RSSHub 能够规则化地将任意的 HTML 和 JSON 转换为 RSS,Wechat2RSS 作者贡献了代码,且已并入 RSSHub。 原理是在路由生成过程中引入 CSS 选择器 / JSON Path 进行内容提取。作者写了教程并附上了小工具: https://t.me/allaboutrss/13105 官方文档: https://docs.rsshub.app/routes/other#zhuan-huan P.S. RSS Bridge 亦已支持此类功能: https://rss-bridge.org/bridge01/#bridge-CssSelectorBridge P.P.S. 基于 CSS 选择器的 #HTML2RSS 工具还有: 🔸HTML2RSS 🔸Feed me up, Scotty! 🔸Feedmaker 🔸Feed Creator