A collection of information about accessing raw MultiTouch events on MacOS.
Compiled while building mtif (a MultiTouch interface for common lisp).
A collection of information about accessing raw MultiTouch events on MacOS.
Compiled while building mtif (a MultiTouch interface for common lisp).
Make sure that Mac Firewall allows incoming connection
cd <dir>
# Start WebDAV server
sudo wfsctl start
# Check status
sudo wfsctl start
# Share current directory
sudo wfsctl share $PWD
// | |
// MobileProvision.swift | |
// Fluux.io | |
// | |
// Created by Mickaël Rémond on 03/11/2018. | |
// Copyright © 2018 ProcessOne. | |
// Distributed under Apache License v2 | |
// | |
import Foundation |
import Foundation | |
public indirect enum JSON: Equatable { | |
case null | |
case string(String) | |
case number(String) | |
case bool(Bool) | |
case dictionary([String: JSON]) | |
case array([JSON]) | |
} |
// | |
// UIView+Tooltips.h | |
// Crossword | |
// | |
// Created by Steven Troughton-Smith on 13/09/2019. | |
// Copyright © 2019 Steven Troughton-Smith. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
// | |
// ContentView.swift | |
// Airdrop Demo | |
// | |
// Created by Daniel Kuntz on 7/30/23. | |
// | |
import SwiftUI | |
struct ContentView: View { |