Skip to content

Instantly share code, notes, and snippets.

@vinceswann
vinceswann / Comments.tmPreferences
Last active March 29, 2022 10:50
Uniface 9 syntax highlighting, code completion and GOLD key macro for Sublime Text 3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.Uniface</string>
<key>settings</key>
<dict>
@vinceswann
vinceswann / Bullseye.bookmarklet
Created June 28, 2019 06:15 — forked from ttscoff/Bullseye.bookmarklet
A bookmarklet for grabbing just a piece of a web page and converting it to Markdown using heckyesmarkdown.com.
javascript:(function(){var p=document.createElement("p");p.innerHTML="<strong>Loading&hellip;</strong>";p.id="loadingp";p.style.padding="20px";p.style.background="#fff";p.style.left="20px";p.style.top=0;p.style.position="fixed";p.style.zIndex="9999999";p.style.opacity=".85";document.body.appendChild(p);document.body.appendChild(document.createElement("script")).src="https://cdn.rawgit.com/ttscoff/6109434/raw/Bullseye.js?x="+(Math.random());})();
@vinceswann
vinceswann / AnnePro1.html
Last active April 24, 2020 18:26
Anne Pro v1 keyboard layout CSS
<html>
<head>
<style>
.row div{
display: inline-block;
border: 1px solid black;
padding: 0.5em;
margin: 0.5em;
border-radius: 5px;
width:6em;