Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Keep your solar-powered ship charged by going fast enough to keep up with the sun while avoiding obstacles in this web-based game created for Ludum Dare.
LaTeX
-
Updated
May 28, 2020 - Python
-
Updated
May 27, 2020 - C
Capture the Flag
May 06, 2020 - June 12, 2020 β’ Online
Hello guys,
I would like to create my own self hosted runner for Github Action. Following the official doc I felt on this repo.
I would suggest to improve the entry point doc.
A new user has to dig in files to discover by himself that it is based on Packer, the current deployment is only compli
-
Updated
May 24, 2020 - Python
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!
Better Code Hub
Spend less time fixing bugs. And more time shipping new features.
A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code
Hi,
I am trying to load a CSV with no header using
df = vaex.open('data/star0000-1.csv',sep=",", header=None, error_bad_lines=False)
but I get
could not convert column 0, error: TypeError('getattr(): attribute name must be string'), will try to convert it to string
Giving up column 0, error: TypeError('getattr(): attribute name must be string')
could not convert column
-
Updated
May 28, 2020 - HTML
A backend implementation in Rust using Tide as web framework and Diesel as ORM.
The project passes all tests in the Postman collection and comes with its own set of unit and integration tests, checked in CI.
Not really sure on the process: do you want to check the project first or should I open a PR to add it to README?
Repo: http
-
Updated
May 28, 2020 - JavaScript
Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
Hi, I'm a starter and trying to learn how to customize or modify my own mediapipe line. I used Neural Networks to train landmarks which extract from mediapipe. Is there any way I can put my trained model back to mediapipe to implementing real-time gesture recognitionοΌThanks for your help.
-
Updated
May 27, 2020 - C
Describe the bug
After following the instructions for enabling shell completion I still canβt get the completion functionality to work. Iβve tried both the eval and Homebrew options. Iβm on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.
Steps to reproduce the behavior
- Add the Homebrew completion [snippet](https://do
The mock cookbook advises adding a backdoor to delegate on a mock's parent. But the parent can be called directly:
ON_CALL(foo, Concrete).WillByDefault([&foo](const char* str) {
return foo.Foo::Concrete(str);
});- The users of this style guide will probably expect that all of the rules that it prescribes will be enforced by eslint. However, this is not the case - there is a secret, non-documented segmentation where some rules are enforced and others are not, because they would be "too noisy on a legacy codebase". An example of a problematic rule like this is covered in issue #2020. I propose that all of
-
Updated
May 22, 2020 - C
-
Updated
May 28, 2020 - Go
I tried selecting hyper parameters of my model following "Tutorial 8: Model Tuning" below:
https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_8_MODEL_OPTIMIZATION.md
Although I got the "param_selection.txt" file in the result directory, I am not sure how to interpret the file, i.e. which parameter combination to use. At the bottom of the "param_selection.txt" file, I found "
-
Updated
May 27, 2020 - Python
-
Updated
May 20, 2020
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects β big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sets/cartesian-product/cartesianProduct.js#L8
I think it makes more sense to return an empty array