Skip to content

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

Docker-OSX
Trending repository
shifujun
shifujun commented Jan 20, 2021

Just sharing 😄

Install tools:

brew install geekbench
brew install w3m

Run benchmark, must have internet for Geekbench 5 tryout mode:

/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5

Use w3m get result in terminal:

w3m -dump https://browser.geekbench.com/v5/cpu/5992961

One line can be:

w3m -dump $(/Applications/Geekbench\ 5.app/Conten
Lua logo
Popular topic
Lua is a lightweight, embeddable scripting language.
GitHub CTF - A Call to Hacktion!
Upcoming event recommended by GitHub
Mar
17

GitHub CTF - A Call to Hacktion!

March 17, 2021 - March 21, 2021 • Online

The GitHub Security Lab CTF is a contest where participants are challenged to leverage software vulnerabilities to solve a real world security puzzle.
App recommended by GitHub

Mergify

Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria. 🤖

In a few lines of YAML, you could write a rule that automatically merges a pull request if:

  • it has been approved
  • the test suite passes

We have plenty of examples.

Mergify executes actions for you, freeing you from the burden of managing your pull requests. 🦾

components
Trending repository
WeChatExtension-ForMac
Trending repository
zt-zhang
zt-zhang commented Feb 7, 2021
  1. 表情包收集功能,搜索一段时间回话中的表情包,方便添加
  2. 视频、图片、文件,直接下载; 不用查看的时候才下载
  3. 视频、图片、文件,汇总到指定文件夹;已存储大小提示
  4. 群管理显示退群人信息,方便后续重加
  5. 消息群发
  6. 抢红包
feroxbuster
Trending repository
Regala
Regala commented Mar 12, 2021

Is your feature request related to a problem? Please describe.
Currently the tool supports a limited type of output formats. Generating a HTML report is one solution to very easily review the results generated.

Describe the solution you'd like
ffuf has a good working example of this. Anything that has some sort of DataTables on top, to be able to do sor

oppia
Trending repository
U8NWXD
U8NWXD commented Dec 25, 2020

To improve the quality of our end-to-end testing code, we want to create lint checks for common bad practices. If you would like to help with this issue, please leave a comment on this issue with the task you want to work on.

How to Write E2E Lint Checks

  1. First think about how you can identify the bad practice based solely on the text of the code. Imagine you get a code file as a string
Trending repository
onlyonedaniel
onlyonedaniel commented Nov 18, 2020

Describe the bug
when axis has duplicate value , onnxruntime compute result is all same value ,which is different with expect of tensorflow

Urgency
2020.11.18

System information
Linux Ubuntu 16.04

  • ONNX Runtime installed from binary
  • ONNX Runtime version:1.4.0
  • Python version:3.5

Expected behavior
When there are duplicate values, the duplicate can be removed. j

App recommended by GitHub

WIP

Allow authors of pull requests to set status to pending while still working on it.