A DSL for writing type-safe HTML, XML and RSS in Swift.
-
Updated
Dec 5, 2019 - Swift
A DSL for writing type-safe HTML, XML and RSS in Swift.
DNS covert channel implant for Red Teams.
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
March 04, 2020 • Los Angeles
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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 collective list of free APIs for use in software and web development.
覃健祥的学习笔记,各种几十分钟入门的文档
数据结构和算法必知必会的50个代码实现
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
A PyToch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
:notebook:从Java基础、JavaWeb基础到常用的框架再到面试题都有完整的教程,几乎涵盖了Java后端必备的知识点
Description
How can I expose the API documentation to external users?
Automated API documentation is definitely one of the best features provided. However, since it exposes all the endpoints and model structures automatically, it seems more facilitating internal users, and should be protected with some authentication.
What if I want to expose some of these endpoints to external cust
My version of a custom select input, with filtering
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
Opinionated quick-start with pre-built user account system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, Ant Design and Next.js
Java 面试必会 直通BAT
From react docs
Note:
We recommend using React Testing Library which is designed to enable and encourage writing tests that use your components as the end users do.
Alternatively, Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate, and traverse your React Components’ output.
Currently to run hubble using a non standard GRPC port and namespace you need to generate the charts via helm and make the changes manually to the output. It would be helpful if these where exposed configuration variables.
An unidentifiable mechanism that helps you bypass GFW.
Clean Architecture Solution Template for Angular 8 and .NET Core 3
/kind documentation
/good-first-issue
Clean up the documentation to provide support for etcd clusters created with https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/. Right now the docs are etcdadm specific, namely the locations of certs. Be generic (say which certs are needed) and then provide default location examples for etcdadm and kubeadm et
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.
Description:
If there is no Authorizer for
AWS::Serverless::Apiresource and you setAuthorizer: NONEat api event level sam doesn't throw proper errors.Sample Template: