-
Updated
May 24, 2020 - Shell
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
May 25, 2020 - TypeScript
King’s Table by @PetTurtle combines a tower defense game with chess, and dungeons. An interesting combination, but a very addictive and challenging game! Play and view the source of this game and more in our Ludum 46 roundup.
IPFS
-
Updated
May 22, 2020 - C++
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
Description:
When using the "Test Connection" to check if a configured LDAP connection is working properly, the success message is missing from i18n.
Steps to reproduce:
- Setup working LDAP connection
- Click "Test Connection"
Expected behavior:
Should have a proper translation
Actual behavior:
 compiled into OpenWRT?
The LXDUI is a project allows users to manage LXC in a Web UI.
If you have these 2 enabled in OpenWrt, that would be fatastic.
-
Updated
May 24, 2020 - Swift
-
Updated
May 24, 2020 - Python
-
Updated
May 24, 2020 - Python
Add tests
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms -
React parts - components and pages. See
src/componentsandsrc/pages -
State management: redux reducers and sagas. See
src/state
The infrastructure:
jestand@testing-libraryare already set up. Un
Looking at a log for the voting app:
[13:42:21 INF] Running image redis for redis_06610a82-7
[13:42:21 INF] Running image postgres for postgres_190bd61a-2
[13:42:21 INF] Running image mcr.microsoft.com/dotnet/core/sdk:3.1 for vote-proxy_105de2c0-e
[13:42:21 INF] Running image mcr.microsoft.com/dotnet/core/sdk:3.1 for worker-proxy_70879c25-7
This confused me for a second because I
-
Updated
Oct 10, 2019 - Assembly
MILESTONE: MID 2020
MILESTONE: MID 2020
Components
The following are all of the components currently in ant-design. Let's Implement them together.
- affix
- alert (#26)
- anchor
- auto-complete
- avatar
- back-top
- badge
- breadcrumb
- button
- calendar
- card
- carousel @Brian-Ding #96
- cascader
- checkbox
- collapse @garvint
-
Updated
May 20, 2020 - TypeScript
Create a module to solve math equations.
This imply creating a language function to extract equations from user's messages.
Opened for contributors.
Steam Achievement Manager see that game but after a try of resetting achievements and stats, they go back.
Edit: Those achievements are tied to stats which are IncerementOnly. Maybe that's a problem.
-
Updated
May 23, 2020 - Go
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
May 24, 2020 - Python
-
Updated
May 23, 2020
关于使用全局模式和PAC代理模式的指南
0 准备
如图1,在任务栏小图标中点击启动HTTP代理``开启代理。 如果成功,第一行启动HTTP代理`会打√。
按照道理,完成步骤0后已经可以Google。
1 使用全局模式
但是为了开启全局模式,如图2,设置全局模式,并且点击确认。
 as a description. I searched commits for the variable and the last mention of it was 599c5a8cc4f26ed9235a09559a5bb2e93afadc6c, which allegedly removed the variable. When searching google and DuckDuckGo I didn't find anything either.
The documentation should probably be updated to remove the reference to TR_DEBU
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

Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like
0++); they're all just "early SyntaxError" now. tc39/ecma262#691