The Wayback Machine - https://web.archive.org/web/20210121021944/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.

Webpack logo
Popular topic
Webpack is a bundler that takes modules with dependencies and creates static assets.
Trending repository
Sync by Unito  screenshot
App recommended by GitHub

Sync by Unito

Build the GitHub workflow you need

Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.

Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:

  • Title
  • Description
  • Comments
  • State
  • Milestones
  • Issue number
  • Labels
  • Issue type
  • and more
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

GuardRails

GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.

You can’t perform that action at this time.