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: #hap

当前筛选 #hap清除筛选
折腾实验室频道

@TossLabChannel · Post #746 · 08/27/2025, 03:18 PM

#HarmonyOS#HAP#鸿蒙NEXT HarmonyOS-Haps:鸿蒙 NEXT HAP 安装包合集 这是一个社区整理的 鸿蒙 NEXT HAP 安装包合集,适合开发者和爱好者下载、安装或研究 HarmonyOS NEXT 应用。 仓库持续更新,已收获上千 Star,体现了社区的活跃度与实用性。 如果你在使用鸿蒙 NEXT,想要获取或尝试不同的 HAP 安装包,这个仓库是不错的资源。 🔘@TossLab🔘@TossLabChannel

GitHub Trends

@githubtrending · Post #15616 · 04/15/2026, 12:00 PM

#cplusplus#hap#mid_360#ros#ros2 Livox ROS Driver 2 connects your Livox LiDARs like HAP and Mid360 to ROS (Noetic) or ROS2 (Foxy/Humble/Jazzy) on matching Ubuntu versions. Clone the repo in a workspace/src folder, build Livox-SDK2, then run ./build.sh with your ROS version, and launch with roslaunch or ros2 launch files from launch_ROS1/ROS2 folders—edit JSON configs for IP, ports, frequency (up to 100Hz), and formats. This lets you quickly test and visualize point clouds in RViz for robotics development, saving time on setup and debugging. https://github.com/Livox-SDK/livox_ros_driver2