Here's what's popular on GitHub today...
Trending repository
A library created to revitalize C++ as a machine learning front end. Per aspera ad astra.
-
Updated
Feb 14, 2022 - C++
Popular topic
LaTeX
Trending repository
The iconic SVG, font, and CSS toolkit
-
Updated
Feb 15, 2022 - JavaScript
Trending repository
Roadmap to becoming an Artificial Intelligence Expert in 2022
-
Updated
Feb 10, 2022 - JavaScript
Upcoming event recommended by GitHub
ZapCon
March 08, 2022 • Online
Trending repository
Gather and update all available and newest CVEs with their PoC.
-
Updated
Feb 16, 2022
Trending repository
-
Updated
Feb 14, 2022 - Python
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Meercode | CI Monitoring
Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.
Trending repository
Trending repository
A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
-
Updated
Feb 12, 2022 - Vue
Trending repository
-
Updated
Feb 14, 2022
Trending repository
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
Updated
Feb 16, 2022 - Java
Trending repository
-
Updated
Feb 3, 2022
Trending repository
Trending repository
This is a common feature in other drawing apps which makes switching between colors a lot easier.
Trending repository
Trending repository
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
Updated
Feb 15, 2022 - TypeScript
Trending repository
Trending repository
-
Updated
Feb 15, 2022 - TypeScript
Trending repository
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
Updated
Jan 30, 2022 - Java
Trending repository
👩🏿🎓👨🏽🎓👩🏻🎓CNCF Mentoring + LFX Mentorship + Summer of Code + Season of Docs
-
Updated
Feb 16, 2022
Trending repository
Description
The event hub module generates a unique random name in case the name is not passed as a parameter. That is tested with the parameter file min.parameters.json.
The logic creating the unique name must comply with the eventhub namespace naming convention. In particular, the unique name must start with a letter. The current logic allows the generated unique name to start with a nu
Trending repository
Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
-
Updated
Feb 16, 2022 - Python
Trending repository
Generation of diagram and flowchart from text in a similar manner as markdown
-
Updated
Feb 15, 2022 - JavaScript
Trending repository
According to our CI running every week, we have flaky tests in our CI
https://github.com/meilisearch/meilisearch/actions/runs/1829169574
This is due to snapshot
Trending repository
Protocol Buffers - Google's data interchange format
-
Updated
Feb 16, 2022 - C++
Trending repository
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
Updated
Feb 16, 2022 - C
App recommended by GitHub
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.


Currently, the
ulid_to_uuidbuiltin passes raw parsing errors back to the user, which get turned into internal errors. These should be returned with parsing error codes of some sort.