easy
Here are 1,070 public repositories matching this topic...
-
Updated
Nov 30, 2021 - TypeScript
Create Beautiful Tkinter GUIs by Drag and Drop
-
Updated
Feb 20, 2022 - Python
-
Updated
Jan 19, 2021 - Java
Making it easy to write shell-like scripts in Go
-
Updated
Mar 22, 2022 - Go
Async PHP client/server API for the telegram MTProto protocol
-
Updated
Feb 28, 2022 - PHP
Description
Given the following component dom:
<div class="group1">
<muh-component></muh-component>
<muh-component></muh-component>
</div>
<div class="group2">
<muh-component></muh-component>
<muh-component></muh-component>
</div>There does not seem to exist a concise way to query for component instances within a group of MuhComponent using `spectator.query(M
Android App update library. Android版本更新库,简单、可随意定制
-
Updated
Mar 18, 2022 - Java
-
Updated
Mar 22, 2022 - Python
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
-
Updated
Dec 1, 2021 - PHP
An iOS drop down menu with pretty animation and easy to customize.
-
Updated
Sep 7, 2020 - Objective-C
Automatically rotate all applications logs managed by PM2
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Python
Feature
When a resource has a lot of fields and the edit form view is very long, it can be easy to forget to scroll back up to the top to hit save. It would be nice if resources had a configuration option that allowed for optionally displaying the save button at the bottom of the form as well.
- **As a bonus, it might
A simple web user interface library for ESP32 and ESP8266
-
Updated
Feb 26, 2022 - C
An easy to use Natural Language Processing library and framework for predicting, training, fine-tuning, and serving up state-of-the-art NLP models.
-
Updated
Nov 30, 2021 - Jupyter Notebook
Android Easy Reveal Library
-
Updated
Dec 11, 2020 - Kotlin
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
-
Updated
Oct 21, 2021 - Python
A set of useful utilities and helpers used across Easy.* projects.
-
Updated
Mar 6, 2022 - C#
This repository contains all the code I use in my YouTube tutorials.
-
Updated
Oct 26, 2021 - Python
Complete interface builder for the M5Stack, an ESP32 based mini tinker-computer
-
Updated
Sep 30, 2021 - C++
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
-
Updated
Mar 14, 2022 - JavaScript
Web interface for easy use of the IPTables firewall on Linux systems written in Python3.
-
Updated
Feb 10, 2022 - Python
based on: https://kafka.js.org/docs/configuration and tulios/kafkajs#298
We may not have the correct settings for the JSConsumer and JSProducer. This issue is to ensure we have them up to date after nodefluent/node-sinek#154 has been merged
Improve this page
Add a description, image, and links to the easy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the easy topic, visit your repo's landing page and select "manage topics."


https://jestjs.io/docs/asynchronous
It currently says "The most common asynchronous pattern is callbacks." This is wrong. We should put promises at the top, and callbacks last. We should probably lift up
async-awaitas well, before the example returning promises.If you want to work on this, please state so in this issue so not multiple people start working