Skip to content

Here's what's popular on GitHub today...

The ReadME Podcast

Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Go logo

Popular topic

Go is a programming language built to resemble a simplified version of the C programming language.
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.

App recommended by GitHub

LZU COVID Health Report

结合Github OAuth App编写的自动打卡工作流管理网页前端!! Github Actions全自动打卡,打卡信息存放在Actions Secrets中,个人信息隐私保护,支持打卡结果推送到社交软件和浏览器通知。

INTRODUCING New Auto COVID Health Report Workflow Management Web Front-end build by GitHub OAuth app!! Fully automatic reporting using Github Actions, store info in Actions Secrets, privacy protection for personal information, support pushing results to chat APPs and browser notification.

semgrep

Trending repository

Trending repository

cameel
cameel commented Jul 7, 2021

Abstract

The compiler is pretty lax about command-line options whose values it does not use and just ignores many of them. It should report errors instead.

Over time we've started adding checks against this (e.g. #9075, #9364) they they're still very incomplete.

Motivation

Not getting an error when an option is invalid makes it harder for the user to realize that. It's especially pro

WeChatExtension-ForMac

Trending repository

yaoyue
yaoyue commented Jun 3, 2021

系统退群监控可以指定部分微信群

  • MacOS版本 :11.3
  • 微信版本 : 3.0.3
  • 小助手版本 : 2.8.4
  • 功能需求:
    • 简述:希望退群监控,可以指定部分微信群
    • 场景:目前小助手,打开退群监控后,每次打开微信会特别卡,甚至 10 秒左右还没反应过来,所以暂时只得关闭退群监控功能。但是,因为个人需要,希望能支持指定部分群的退群监控
public-apis

Trending repository

Trending repository

zfields
zfields commented Feb 12, 2021

Description

I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.

For example:

TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an er