Skip to content

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

Showcase your open source projects in Berlin this summer

Call for projects

We invite you to submit your projects for a chance to be showcased at the Open Source Spotlight during the WeAreDevelopers World Congress in Berlin this July. Selected participants will not only gain exposure to a diverse audience of 15,000+ developers and tech-leaders from across the globe, but also receive a complimentary ticket to the event. Don’t miss this opportunity to highlight your work and connect with fellow developers!

Emacs logo

Popular topic

Emacs is an extensible, customizable, free text editor and computing environment.
/NEW Conference

Upcoming event recommended by GitHub

May
15

/NEW Conference

May 15, 2024 - May 16, 2024 • Newcastle, Australia

The premier event for open source developers, technologists and community leaders to collaborate, share information, solve problems and further open source innovation.
gitpod.io screenshot

This recommendation was created by GitHub staff

gitpod.io

Gitpod is an open-source platform for cloud development environments (CDEs)

Spin up pre-configured, standardized dev environments from any git context when you need them, and close them when you're done.

The best way to get started is by using Gitpod.

  1. Navigate to your GitHub repo.
  2. In the browser’s address bar, prefix the URL with gitpod.io/# and press Enter.

Trending repository

OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.

  • Updated May 8, 2024
  • JavaScript

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.