Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

Join the GitHub Game Off!
Game Bytes

This year’s Game Off theme is LEAPS AND BOUNDS.

You’re welcome to interpret the theme however you wish, but if you need some ideas to kickstart your creativity, maybe your game could:

  • Make your character evolve to overcome challenges
  • Add obstacles to test your hero’s ability to leap into action
  • Deduct points for anything going out of bounds
  • Duck, dip, dive, and dodge an enemy that’s changing or moving rapidly
  • Take place in the year 2020, the next leap year

Let your imagination run wild and create a game loosely-based or inspired by that theme using whatever game engines, libraries or languages you prefer before December 1st, 13:37 PT.

Popular topic

Arduino

Arduino is an open source hardware and software company and maker community.

AWS re:Invent
Upcoming event recommended by GitHub
Dec
2

AWS re:Invent

December 02, 2019 - December 06, 2019 • Las Vegas, Venetian

AWS re:Invent is the largest global cloud computing conference bringing together 50,000+ technologists.
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

aws-athena-query-federation
Trending repository
mockito
Trending repository
TimvdLippe
TimvdLippe commented Nov 5, 2017

This ticket tries to summarize which features are similar in our public API. The intention is to give an overview of which code we have to maintain, as well as trying to identify inconsistencies and confusion between various API's

Stubbing

There are 9 ways to stub a method:

when(mock.foo()).thenReturn('Bar');
doReturn('Bar').when(mock).foo();

when(mock.foo()).thenThrow(MockEx
SpringCloud
Trending repository

基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中

  • Updated Nov 30, 2019
  • Java
storybook
Trending repository
jakobgn
jakobgn commented Oct 31, 2019

When building and running storybook I would like to be able to pass parameters for angular.json. For instance injecting configurations in Angular is done with "ng serve -c my-config" or "ng build -c my-config" and I would like to do the same when running Angular inside storybook.

As Angular does not support environment variables that is not an option.

App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You can’t perform that action at this time.