service
Here are 2,667 public repositories matching this topic...
Automatic polyfill service.
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Sep 25, 2020 - Objective-C
OpenStack Compute (Nova). Mirror of code maintained at opendev.org.
-
Updated
Apr 5, 2022 - Python
A dependency injection based application framework for Go.
-
Updated
Apr 1, 2022 - Go
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
-
Updated
Mar 28, 2022 - Kotlin
OpenStack Storage (Swift). Mirror of code maintained at opendev.org.
-
Updated
Apr 5, 2022 - Python
A set of service abstractions extracted out of the Symfony components
-
Updated
Apr 5, 2022 - PHP
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
-
Updated
Apr 4, 2022 - TypeScript
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. Data middleware supports MySql, SQLite, SqlServer, Oracle, PostgreSQL, TDengine and Dameng, focusing on caching, performance, table splitting and automatic table creation.核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。
-
Updated
Apr 6, 2022 - C#
OpenStack Networking (Neutron). Mirror of code maintained at opendev.org.
-
Updated
Apr 5, 2022 - Python
OpenStack Dashboard (Horizon). Mirror of code maintained at opendev.org.
-
Updated
Apr 5, 2022 - Python
Fast badge service
-
Updated
Mar 27, 2022 - TypeScript
Authentication service that keeps you in control without forcing you to be an expert in web security.
-
Updated
Feb 28, 2022 - Go
you're invited to a data party!
-
Updated
Jan 4, 2022 - Go
Summary
This is the main tracking issue for Naming Providers support. Naming providers can be either DNS - for use with DNSLink - or even naming services such as ENS and IPNS.
Ideally even doing things like detecting the provider from the domain name and doing the right thing.
Status
| Naming Service | Status |
|---|---|
| CloudFlare | |
| DNSimpl |
A multithreaded application server for PHP, written in PHP.
-
Updated
Mar 25, 2022 - JavaScript
A very high performance distributed log service
-
Updated
Feb 2, 2022 - C++
IPBan is the worlds most trusted security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Thousands of users agree. Learn more at ↓
-
Updated
Mar 27, 2022 - C#
The question came from gitter: https://gitter.im/ng-mocks/community?at=6128e79d4c7be06b7986702b
Hi guys.
I'm trying to test a route resolver and everything seems to be working fine for the successful resolve, but for unsuccessful resolves, I redirect the user to a different route using
return from(
this.router.navigate(['app/maintenance'], { state: { tab } OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.
-
Updated
Mar 30, 2022 - Python
OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org.
-
Updated
Apr 4, 2022 - Python
This is a lightweight annotation-based expressjs extension for typescript.
-
Updated
Jan 27, 2022 - TypeScript
Improve this page
Add a description, image, and links to the service topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the service topic, visit your repo's landing page and select "manage topics."


举个例子:
@Nullable public static String getString(@NonNull Intent intent, @NonNull String key, @Nullable String defaultValue) { return getString(intent.getExtras(), key, defaultValue); }getString的已经有了defaultValue,然而还是Nullable,整个方法返回的也是Nullable,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断