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

当前筛选 #uefi清除筛选
科技&趣闻&杂记

@kejiqu · Post #4050 · 01/10/2026, 01:54 PM

赢了才能开电脑,开发者耗时 10 个月自制 UEFI 小游戏合集 开发者Alejandro Armas发布了一套名为“UEFI小游戏合集”,用户每次启动电脑前必须通过游戏挑战才能开机,失败则直接关机。该合集包含五款游戏,分别为“无能评估测试”(计算题)、“侮辱剑斗”(选择回怼台词)、竖版滚动球游戏、80年代流行语问答以及记忆闪现色块。Armas耗时约10个月完成此项目,旨在锻炼玩家的反应速度。目前,该游戏已开源至GitHub平台。IT之家 🏷#UEFI#游戏#开机挑战 📢频道👥群组📝投稿

GitHub Trends

@githubtrending · Post #15612 · 04/12/2026, 11:30 AM

#c_lang#aarch64#arm#arm64#bios#boot_loader#boot_manager#bootloader#efi#gpt#loongarch#loongarch64#loongson#mbr#risc_v#riscv#riscv64#uefi#x64#x86#x86_64 Limine is a modern bootloader that boots Linux and other OSes on x86, ARM64, RISC-V, and LoongArch64 hardware, supporting MBR/GPT partitions and FAT/ISO filesystems on 32-bit Pentium Pro+ or 64-bit systems. Get binaries via Git (e.g., `git clone --branch=v11.x-binary`), build tools with `make`, and join Matrix/Fluxer chats for help. This lets you easily manage and boot multiple OSes with a clean menu, saving time on custom PC or server setups. https://github.com/Limine-Bootloader/Limine