#
service
Here are 2,586 public repositories matching this topic...
Automatic polyfill service.
-
Updated
Dec 24, 2021 - VCL
plugin
ios
modular
module
service
service-discovery
lifecycle-events
beehive
service-registration
lifecycle
registered-services
-
Updated
Sep 25, 2020 - Objective-C
OpenStack Compute (Nova). Mirror of code maintained at opendev.org.
-
Updated
Dec 20, 2021 - Python
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.
android
ssl
http
service
binary
https
ftp
upload
plugins
persistent
notification
background
persistent-data
multipart
multipart-uploads
multipart-formdata
-
Updated
Dec 22, 2021 - Kotlin
A dependency injection based application framework for Go.
-
Updated
Dec 10, 2021 - Go
OpenStack Storage (Swift). Mirror of code maintained at opendev.org.
-
Updated
Dec 21, 2021 - Python
A set of service abstractions extracted out of the Symfony components
-
Updated
Dec 16, 2021 - PHP
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
nodejs
javascript
boilerplate
express
microservices
typescript
eslint
serverless
backend
jest
service
back-end
prettier
project-template
starter-template
node-js
nodejs-server
typescript-boilerplate
node-typescript-boilerplate
-
Updated
Dec 13, 2021 - TypeScript
OpenStack Networking (Neutron). Mirror of code maintained at opendev.org.
-
Updated
Dec 24, 2021 - Python
OpenStack Dashboard (Horizon). Mirror of code maintained at opendev.org.
-
Updated
Dec 23, 2021 - Python
Fast badge service
-
Updated
Dec 23, 2021 - TypeScript
Authentication service that keeps you in control without forcing you to be an expert in web security.
-
Updated
Dec 16, 2021 - Go
you're invited to a data party!
golang
data-science
service
ipfs
opendata
p2p
dataset
trust
web3
hacktoberfest
qri
hacktoberfest2021
-
Updated
Dec 23, 2021 - Go
A multithreaded application server for PHP, written in PHP.
-
Updated
Oct 13, 2021 - JavaScript
A very high performance distributed log service
-
Updated
Dec 1, 2021 - C++
7
agentofuser
commented
May 2, 2019
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 |
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 ↓
windows
linux
security
automation
visual-studio
block
csharp
hack
script
service
protocol
firewall
configuration
remote
desktop
free
rdp
remote-desktop
intruder
ipban
-
Updated
Dec 24, 2021 - C#
OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.
-
Updated
Dec 22, 2021 - Python
OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org.
-
Updated
Dec 22, 2021 - Python
sapatgit
commented
Jul 26, 2021
Stackblitz Live example link when visited shows: The dependencies for this project couldn't be resolved.
Tested in:
- Chrome v92.0.4515.107
- Firefox v90.0.2
Screenshot:
This is a lightweight annotation-based expressjs extension for typescript.
api
typescript
rest
microservice
service
restful
decorators
expressjs
typescript-rest
es7-decorators
-
Updated
Dec 22, 2021 - 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,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断