Project overview, general documentation, and white papers.
-
Updated
Jun 17, 2020 - TeX
Project overview, general documentation, and white papers.
Native Android app using the Apple/Google exposure notification API.
Corona-Warn-App website
Backend implementation for the Apple/Google exposure notification API.
Native iOS app using the exposure notification framework from Apple.
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
This would be very helpful for idiots like me who don’t know what they are doing.
High-Resolution 3D Human Digitization from A Single Image.
The files from the United States government on 9/11, released by wiki leaks.
データサイエンス100本ノック(構造化データ加工編)
Backend implementation of the verification process
[mirror] Home of the pkg.go.dev website
StyleGAN2 - Official TensorFlow Implementation
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API
Given input:
if(cond1 || (cond2 && experiments.isToggleEnabled(STALE_FLAG)) {
// do something
}
the output of PiranhaJava is
if(cond1 || (cond2)) {
// do something
}
The additional paranthesis around cond2 should be eliminated.
Source code for Quadrilateral Cowboy (2016)
1. path('praise/', views.prise_or_criticize), path('criticize/', views.prise_or_criticize),
这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.urlpatterns = [ # 此处省略上面的代码 path('teachers_data/', views.export_teachers_excel), # 此处省略下面的代码 ]
这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由
multi_task_NLP is a utility toolkit enabling NLP developers to easily train and infer a single model for multiple tasks.
The documentation suggests using Amazon's own ECR images for the FireLens container. However, image is a [required property](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ecs.FirelensLogRouterDefinitionOptions.h
Python语言基础50课
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
In HTML, {{BigInt("100")}}, {{100n}}, {{2n * 50n}} or {{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu
A curated list of Google Earth Engine resources
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.