Skip to content

Instantly share code, notes, and snippets.

public class MultilineEntryElement : Element, IElementSizing {
public string Value;
static NSString ekey = new NSString ("EntryElement");
bool isPassword;
UITextView entry;
string placeholder;
static UIFont font = UIFont.BoldSystemFontOfSize (17);
/// <summary>
Verifying that +torque is my openname (Bitcoin username). https://onename.com/torque
@tofutim
tofutim / PasteboardWatcher.swift
Created November 27, 2021 07:51 — forked from Daemon-Devarshi/PasteboardWatcher.swift
A class which performs polling to determine the newly copied url of desired kind in an external app
//
// PasteboardWatcher.swift
// PasteboardWatcher
//
// Created by Devarshi Kulshreshtha on 6/19/15.PasteboardWatcher
// Copyright © 2015 Devarshi Kulshreshtha. All rights reserved.
//
import Cocoa
@tofutim
tofutim / PasteboardWatcher.swift
Created November 27, 2021 07:51 — forked from Daemon-Devarshi/PasteboardWatcher.swift
A class which performs polling to determine the newly copied url of desired kind in an external app
//
// PasteboardWatcher.swift
// PasteboardWatcher
//
// Created by Devarshi Kulshreshtha on 6/19/15.PasteboardWatcher
// Copyright © 2015 Devarshi Kulshreshtha. All rights reserved.
//
import Cocoa