Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
DustinBrett / x
Game Off is our annual month-long game jam where participants create games based on a theme using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time!
C++
-
Updated
Nov 30, 2020 - Shell
-
Updated
Nov 30, 2020 - C
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 30, 2020 - Shell
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Flaptastic
Manage flaky unit tests with the unit testing framework you already use.
Features
- Checkbox to instantly disable any unhealthy unit test across all branches
- GitHub flaky test warnings on pull requests
- Slack alerting to team channel who's test are flapping
- Metrics and charting to aid you in fixing the biggest disruptions first
Requirements
- CI/CD (CircleCI, TravisCI, Jenkins, etc.)
Flaptastic is designed for organizations with many codebases and teams.
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 30, 2020 - C
-
Updated
Nov 30, 2020 - C++
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 1, 2020 - Dart
-
Updated
Nov 30, 2020 - HTML
-
Updated
Nov 12, 2020
-
Updated
Dec 1, 2020 - C++
Platform
Operating system and version: Windows 10 Pro Build 2004 (x64)
OBS Studio version: 26.0.0
Expected Behavior
In the Output settings in "Advanced" Output Mode when only the x264 encoder is available the encoder properties should still be shown and editable in the below window section.
Current Behavior
The encoder properties section just says "No properties available" and t
-
Updated
Nov 30, 2020 - JavaScript
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
const form_data = {
comment: "Hello world!",
topping: [
'onion',
'bacon',
'cheese'
]
};The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
-
Updated
Nov 22, 2020
During meetings right now, it's kinda hectic with dead chat as people will interrupt and talk over each other since alive players can't hear dead players. Add some key to toggle to a "dead only chat" where dead players can discuss stuff without having to talk over the alive players trying to vote people out.
Make players in ghost chat only audible to other players in ghost chat to reduce confus
-
Updated
Nov 29, 2020 - Jupyter Notebook
Code Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.


Hey, I recently benchmarked using jemalloc on my NUMA servers, and the difference was quite large.
Using the system allocator I got 710k req/s, while with jemalloc I got 830k req/s. That's 17% faster just by dynamically linking with a library.
Anyone else tried this?