This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- allSettings is a list of records containing {width:? height:? apps:{{name:? pos:? size:?},...} | |
-- for each display setup store the apps and their associated position and size | |
property allSettings : {} | |
-- create a variable for the current settings | |
set currentSettings to {} | |
display dialog "Restore or save window settings?" buttons {"Restore", "Save"} default button "Restore" | |
set dialogResult to result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app='app'> | |
<head> | |
<meta name="description" content="Angular Hammer.js Sortable" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<!-- Styles --> | |
<style> | |
body { | |
background-color: #fff; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#core_drawer_panel { | |
top: 80px; | |
right: 0px; | |
bottom: 0px; |
[ Launch: Tributary inlet ] a485bc474a126cb015b5 by cmackay
[ Launch: form mask ] ee3af0fe73c83dd6dba3 by cmackay[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Craig MacKay", | |
"label": "Senior Full Stack Engineer/Architect", | |
"image": "https://media.licdn.com/dms/image/C5603AQF1K5J7qdOlvA/profile-displayphoto-shrink_400_400/0/1604448700970?e=1712793600&v=beta&t=Lp0iwdtQH8l2UqVTUDCprMA8uNLMomCW2wsRNo5S9Sg", | |
"email": "[email protected]", | |
"phone": "(919) 412-8755", | |
"summary": "Seasoned professional with over 25 years of experience in software design and development, specializing in web and mobile applications. Possess a comprehensive skill set and a proven track record in delivering cutting-edge software solutions.", | |
"location": { |