A tool to build, deploy, and release any application on any platform.
-
Updated
Oct 17, 2020 - Go
{{ message }}
A tool to build, deploy, and release any application on any platform.
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Collection of malware source code for a variety of platforms in an array of different programming languages.
Example Apps that can be deployed with Waypoint
Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.
What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:
await page.focus(selector);
await page.keyboard.type('20200807');Would it be within scope of the extension to recognize date inputs
This repository is getting a lot of activity for Hacktoberfest which is great to see!
One thing we need help with is filling in missing information for existing companies. This needs to be done one by one for each company by looking at their website.
This is a good first task, and if you submit 4 PRs for one company each, then you've already met the requirements for Hacktoberfest!
He
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
A Python program to scrape secrets from GitHub through usage of a large repository of dorks.
A library of concise, meaningful examples of Apex code for common use cases following best practices.
A very compact representation of a placeholder for an image.
Official repository for the STAYAWAY COVID mobile application
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
100+ Python challenging programming exercises
前端面试必备题库,1000+面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
Practical Python Programming (course by @dabeaz)
Python version of the Playwright testing and automation library.
The plotly plots on my macbook on Ubuntu 20.04 and pandasgui 0.2.3.2 have very tiny font. Wondering if there's a way to change this.. See pic below.
Boundary enables identity-based access management for dynamic infrastructure.
Curated list of project-based tutorials
This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.
Code repository of the paper Neural circuit policies enabling auditable autonomy published in Nature Machine Intelligence
Linux/OSX/FreeBSD resource monitor
Apache Kafka running on Kubernetes
The world smallest office suite
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni