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.
Over 200 games were submitted for this year’s js13kGames–a community-organized game jam giving participants 31 days to build a game using no more than 13kB of JavaScript. Here are the top 10 as voted on by the developers themselves.
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
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.
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
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.
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