Infinite AI adventures await!
-
Updated
Dec 11, 2019 - Python
Infinite AI adventures await!
a simple PlantsVsZombies game
There is very (too?) little documentation available, especially for newbies.
Documentation can be generated with: cargo doc --no-deps --open
The resulting documentation is nice and all, but a bit to daunting for a beginner.
The examples are super helpful, but do not provide sufficient context.
It would be helpful to have some documentation o
March 04, 2020 • Los Angeles
Windows 10 UAC bypass for all executable files which are autoelevate true .
I noticed you previously featured a post I wrote showing people how to build Minesweeper. I figured I ought to start submitting more of the games I make
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,
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
📚 A practical approach to machine learning to enable everyone to learn, explore and build.
本项目将收集因审查而被删除的关于华为公司的笑话。欢迎大家投稿。
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
:octocat: Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
Chapter in question: https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch2.md#template-literals
The suggestion seems to be that the template literals would be all about strings; there's only examples that result in strings, and phrases like "final string value" and "generating the string from the literal" are used in what should be a general context, but the tag function
Polyglot Front-End Solution for running multiple frameworks as one
:white_check_mark: The largest Node.js best practices list (November 2019)
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码
✍ Halo 一款现代化的个人独立博客系统
Support C++ lambda!
Given that AWS now supports C++ as exec env, will it be possible to add a C++ template to the serverless project?
I would love to work on this. Is there some arch diagram of the code base that I can look at, or any tips?
Thanks.
The series call doesn't require a time, it would be nice if we had some mechanism in the go API to not set a time. I had opened prometheus/client_golang#615 towards this, but I'm not sure this is a great approach, maybe we instead make the time.Time pointers?
📚 Android Sample App using modular, clean, scalable, testable Architecture written in Kotlin following the best practices with Jetpack.
Full exploit chain (CVE-2019-11708 & CVE-2019-9810) against Firefox on Windows 64-bit.
JavaScript 3D library.
I was having a hard time finding out how to customize the background of <TextField> of <DatePicker>.
The answer I finally found was in this issue.
Please add some document
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.