#
service
Here are 2,641 public repositories matching this topic...
Automatic polyfill service.
-
Updated
Feb 21, 2022 - 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
Feb 17, 2022 - 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
Jan 29, 2022 - Kotlin
A dependency injection based application framework for Go.
-
Updated
Feb 20, 2022 - Go
OpenStack Storage (Swift). Mirror of code maintained at opendev.org.
-
Updated
Feb 19, 2022 - Python
A set of service abstractions extracted out of the Symfony components
-
Updated
Jan 5, 2022 - PHP
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
Feb 19, 2022 - C#
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
Feb 10, 2022 - TypeScript
OpenStack Networking (Neutron). Mirror of code maintained at opendev.org.
-
Updated
Feb 19, 2022 - Python
OpenStack Dashboard (Horizon). Mirror of code maintained at opendev.org.
-
Updated
Feb 20, 2022 - Python
Fast badge service
-
Updated
Feb 18, 2022 - TypeScript
Authentication service that keeps you in control without forcing you to be an expert in web security.
-
Updated
Feb 1, 2022 - Go
you're invited to a data party!
golang
data-science
service
ipfs
opendata
p2p
dataset
trust
web3
hacktoberfest
qri
hacktoberfest2021
-
Updated
Jan 4, 2022 - Go
8
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 |
A multithreaded application server for PHP, written in PHP.
-
Updated
Oct 13, 2021 - 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 ↓
windows
linux
security
automation
visual-studio
block
csharp
hack
script
service
protocol
firewall
configuration
remote
desktop
free
rdp
remote-desktop
intruder
ipban
-
Updated
Feb 20, 2022 - C#
OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.
-
Updated
Feb 17, 2022 - Python
Open
cover ag-grid
satanTime
commented
Jul 11, 2021
Open
cover ngSubmit
Open
eslint
OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org.
-
Updated
Feb 18, 2022 - Python
This is a lightweight annotation-based expressjs extension for typescript.
api
typescript
rest
microservice
service
restful
decorators
expressjs
typescript-rest
es7-decorators
-
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,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断