Here's what's popular on GitHub today...
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
R
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
MATLAB
Socket support
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Apr 1, 2021
Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS
-
Updated
Apr 6, 2021 - Java
A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups
-
Updated
Mar 17, 2021
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
-
Updated
Apr 7, 2021 - HTML
Working space for ECMA-TC49-TG2, the C# standard committee.
-
Updated
Apr 5, 2021 - C#
-
Updated
Apr 6, 2021 - TypeScript
A complete computer science study plan to become a software engineer.
-
Updated
Apr 7, 2021
-
Updated
Apr 7, 2021 - HCL
-
Updated
Apr 7, 2021 - Jupyter Notebook
Manually curated collection of resources for frontend web developers.
-
Updated
Mar 2, 2021
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
-
Updated
Apr 7, 2021 - Java
Course Files for Complete Python 3 Bootcamp Course on Udemy
-
Updated
Apr 5, 2021 - Jupyter Notebook
A Vue.js 2.0 UI Toolkit for Web
-
Updated
Apr 7, 2021 - Vue
-
Updated
Apr 7, 2021 - Python
The Open-Smartwatch Operating System.
-
Updated
Apr 7, 2021 - C
Fast, easy and reliable testing for anything that runs in a browser.
-
Updated
Apr 7, 2021 - JavaScript
Version
2.6.10
Reproduction link
Steps to reproduce
- compare the AsyncComponentFactory definition with the document
What is expected?
attribute 'componen
A utility-first CSS framework for rapid UI development.
-
Updated
Apr 6, 2021 - CSS
A list of Free Software network services and web applications which can be hosted on your own servers
-
Updated
Apr 7, 2021 - JavaScript
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Updated
Apr 7, 2021 - C#
To allow a higher api request volume, we should use Binance's websocket APIs instead of the current implementation.
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.


Aim/Problem: Improve the docstrings in all the python files in the codebase. This will also fulfill the prerequisite for the lint check
Check to enforce use of Args, Returns and Raises in the docstring.to be introduced for #8423.Suggested fix: Do a
grepor a search (CTRL+F) fordefkeyword in the file to get all the possible places (i.e functions and methods) that we wou