Here's what's popular on GitHub today...
Angular
Developer Utilities for macOS
-
Updated
Dec 20, 2020 - Objective-C
Flax Engine – multi-platform 3D game engine
-
Updated
Dec 22, 2020 - C++
A Deep Learning based project for creating line art portraits.
-
Updated
Dec 21, 2020 - Jupyter Notebook
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
Hypersim: A Photorealistic Synthetic Dataset for Holistic Indoor Scene Understanding
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 21, 2020 - C++
Lightweight application that lets users create and pin groups to the Windows taskbar och desktop
-
Updated
Dec 21, 2020 - C#
-
Updated
Dec 21, 2020 - C#
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 18, 2020 - Dart
Infinitely transfer between every device over pure HTTP: designed for everyone including people using Unix pipe and even for browser users
-
Updated
Dec 22, 2020 - TypeScript
京东薅羊毛脚本https://github.com/lxk0301/jd_scripts 的shell套壳工具
-
Updated
Dec 22, 2020 - Shell
Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use.
-
Updated
Dec 21, 2020 - Go
🚀 Feature Proposal
From #10123.
When we find a config file, we should also check if there is a jest entry in any sibling package.json and print a warning that it is ignored.
If using --config we should not warn.
Motivation
Helps the user have correct and consistent
-
Updated
Oct 1, 2020 - Jupyter Notebook
图片分辨率问题
单选或者多选增加横放排列方式
Describe the bug
Storybook --host attribute it changes localhost where it should change network host.
start-storybook -h 192.168.89.89 -p 9009
Local: http://192.168.89.89:9009
On your network: http://10.0.2.15:9009
The expected result should be like the one bellow
Local: http://localhost::9009/
On your network: http://192.168.89.89:9009
I have this form where user registers his/her details and saves it in google firestore, which actually works because the details are stored in firestore and i can log in with those details if i want but i keep getting this error whenever i submit the details.
I/zygote (20683): Do partial code cache collection, code=56KB, data=61KB
I/zygote (20683): After code cache collection, code=55KB, d
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
-
Updated
Dec 22, 2020 - C++
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.


Whenever the server isn't running and you have a cached version (didn't close the tab) of the admin log page, the log entries go blank with no information about what happened.
Maybe we need to show a "failed to connect" or leave the old log entries around?🤔