Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
-
Updated
Nov 9, 2019 - 68 commits
- Shell
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
This year’s Game Off theme is LEAPS AND BOUNDS.
You’re welcome to interpret the theme however you wish, but if you need some ideas to kickstart your creativity, maybe your game could:
Let your imagination run wild and create a game loosely-based or inspired by that theme using whatever game engines, libraries or languages you prefer before December 1st, 13:37 PT.
ASP.NET is a web framework for building modern web apps and services.
The Abstraction and Reasoning Corpus
Currently, workbench.action.terminal.rename command doesn't accept any argument. I wanted to make macros that renames current terminal after performing some other actions.
At the moment, it requires user prompt interaction.
November 01, 2019 - December 01, 2019 • Online
是 难得一见 的 Jetpack MVVM 最佳实践!在 蕴繁于简 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
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.
The datepicker uses abbreviations for day-of-the-week headers. We should wrap these in an <abbr> element with a title attribute that contains the full name of the day.
(from #16317)
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
We require hugo-extended to build the docs for OpenTitan. Unfortunately, this still uses the hugo binary name. The logic added to build_docs.py will download hugo if it's not available. But the experience could be improved in the case that a hugo binary exists, but it's not hugo-extended.
build_docs.py should be updated to check hugo version output for the "extended" string, and to still
Code for the paper "Language Models are Unsupervised Multitask Learners"
Dataset of GPT-2 outputs for research in detection, biases, and more
A Go microservices development framework
TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
产学界最强(SOTA)的简繁中文拼写检查工具:FASPell Chinese Spell Checker (Chinese Spell Check / 中文拼写检错 / 中文拼写纠错 / 中文拼写检查)
A utility-first CSS framework for rapid UI development.
Flutter - NeteaseCloudMusic Flutter 版本的网易云音乐
:white_check_mark: The largest Node.js best practices list (November 2019)
Cool Python features for machine learning that I used to be too afraid to use
https://www.tensorflow.org/api_docs/python/tf/debugging/assert_shapes
The source code in the example is incorrect.
Is:
tf.assert_shapes([
(x: ('N', 'Q')),
(y: ('N', 'D')),
(param: ('Q',)),
(scalar: ()),
])
Should be:
tf.assert_shapes([
(x, ('N', 'Q')),
(y, ('N', 'D')),
(param, ('Q',)),
(s
Please fill out the sections below to help us address your issue.
Any
go version)?1.13.4
CloudFormation.DescribeStacks says that it will return an AmazonCloudFormationException if the stack does not exist, but there is no trace of this exception in the code.
e.g.
DescribeStacks API opera
Unlike in version 2.8.5, get_url module repeatedly downloads an URL even if destination exists with Ansible 2.8.6
get_url
$ ansible --version
ansible 2.8.6
config file = None
configured module search path = [u'/User
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,
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,