One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {
extension BoardCollectionViewCell: UITableViewDropDelegate { | |
func tableView(_ tableView: UITableView, performDropWith coordinator: UITableViewDropCoordinator) { | |
if coordinator.session.hasItemsConforming(toTypeIdentifiers: [kUTTypePlainText as String]) { | |
coordinator.session.loadObjects(ofClass: NSString.self) { (items) in | |
guard let string = items.first as? String else { | |
return | |
} | |
var updatedIndexPaths = [IndexPath]() | |
OpenCV -> UIImage
cv::Mat mat /* = ... */;
UIImage* image = [UIImage fromCvMat:mat];
UIImage -> OpenCV
import CryptoSwift | |
import Foundation | |
// Combined from https://github.com/lachlanbell/SwiftOTP/blob/master/SwiftOTP/Generator.swift and https://raw.githubusercontent.com/vapor/open-crypto/3.3.3/Sources/Crypto/MAC/OTP.swift | |
// MARK: TOTP | |
/// Generates Time-based One-time Passwords using HMAC. | |
/// |
#!/bin/sh | |
# | |
# sort a "du" listing by directory size | |
# usage: du | dusort | |
FILES= | |
TFORM=0 | |
while test $# -ge 1; do | |
case $1 in | |
-t) TFORM=1; ;; |