Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
-
Updated
Nov 11, 2019 - 68 commits
- Shell
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
Hear the latest from GitHub—and connect with developers, maintainers, and software teams from around the world at the Palace of Fine Arts in San Francisco, November 13-14.
Babel is a compiler for writing next generation JavaScript, today.
Many webview extensions do not currently set a content security policy. All webviews (even very simple ones) should set a content security policy. This is not a immediate security problem but a content security policy helps to limit the potential impact of content injections and is generally a good measure for defense in depth.
I've put
Course Files for Complete Python 3 Bootcamp Course on Udemy
November 01, 2019 - December 01, 2019 • Online
my_first_calculator.py
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
:books: 免费的计算机编程类中文书籍,欢迎投稿
Code for the paper "Language Models are Unsupervised Multitask Learners"
Exposing problems in json parsers of several programming languages.
Resilience4j is a fault tolerance library designed for Java8 and functional programming
The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
Example code snippets and machine learning code for Teachable Machine
Become a cripple, use a WheelChair
:white_check_mark: The largest Node.js best practices list (November 2019)
Deep learning course CE7454, 2019
Is your feature request related to a problem? Please describe.
Accept the fact that postwoman.io have zero docs and wiki
Describe the solution you'd like
Make the wiki, write the docs: https://github.com/liyasthomas/postwoman/wiki
Describe alternatives you've considered
Host docs on postwoman.io itself.
Additional context
Wiki is essential while adding new features,
A platform that makes it easy for developers to build realtime, cost-effective, operations-focused applications
If you'd lik
Notes for Beginner Network Pentesting Course
Since tootsuite/mastodon#4405 we are using the inert attribute for accessibility reasons in the modals. However, this is currently only supported in Google Chrome.
There are two polyfills which we can use:
This thread is to discuss everything that should be in the wiki: Docs for the community, by the community. Feel free to request stuff or just ask any question that you think should be answered in the wiki.
Anything goes in this thread.
I'll personally do my best to update the wiki to be in line with current master, but it may take a few days for me to update it to recent changes.
The Abstraction and Reasoning Corpus
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
Currently,
Complex.init?(length: 0, phase: .infinity)producesnil.However, when the length of a Complex number is identically 0, the phase is irrelevant and the value is always exactly (0, 0). This is even true for non-finite phase, because the length is still 0.
Thus, the polar initializer for
Complexshould produce (0, 0) when the input length is 0, regardless of the phase.