See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| log-queries | |
| log-facility=/var/log/dnsmasq.log | |
| no-resolv | |
| server=8.8.4.4 | |
| server=8.8.8.8 | |
| address=/router/10.1.1.1 | |
| address=/server/10.1.1.2 |
See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| var clipboardData = window.clipboardData || event.clipboardData || event.originalEvent && event.originalEvent.clipboardData; | |
| var pastedText = clipboardData.getData("Text") || clipboardData.getData("text/plain"); | |
| if (!pastedText && pastedText.length) { | |
| return; | |
| } | |
| // Parse the pasted text from Excel into rows. | |
| // Pasted text is usually separated by a new line for each row, |
| /*----------------------------------------------------------------------- | |
| / PFF - Low level disk interface modlue include file (C)ChaN, 2009 | |
| /-----------------------------------------------------------------------*/ | |
| #ifndef _DISKIO | |
| #include "integer.h" | |
| /* Status of Disk Functions */ | |
| typedef BYTE DSTATUS; |