The Wayback Machine - https://web.archive.org/web/20240225103700/https://github.com/explore
Skip to content

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

Build a web game this April!

Game Bytes

Gamedev.js Jam returns this April challenging web developers to build a game based on a theme. Join in to have fun and/or win prizes!

JSON logo

Popular topic

JSON (JavaScript Object Notation) allows for easy interchange of data, often between a program and a database.
Meercode | CI Monitoring screenshot

This recommendation was created by GitHub staff

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

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain

  • Updated Feb 24, 2024
  • Python

This recommendation was created by GitHub staff

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.