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

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

Game Off Highlights
Game Bytes

The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.

React Native logo
Popular topic
React Native is a JavaScript mobile framework developed by Facebook.
Trending repository
App recommended by GitHub

Cirrus CI

Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.

Trending repository
andygrove
andygrove commented Jul 25, 2020

Update the TPCH example to support query 6:

select
	sum(l_extendedprice * l_discount) as revenue
from
	lineitem
where
	l_shipdate >= date ':1'
	and l_shipdate < date ':1' + interval '1' year
	and l_discount between :2 - 0.01 and :2 + 0.01
	and l_quantity < :3;
App recommended by GitHub

WhiteSource Bolt

We'll help you harness the power of open source without compromising on security or agility!

WhiteSource Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.

We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.

You can’t perform that action at this time.