Skip to content

Instantly share code, notes, and snippets.

<link rel="import" href="../core-icon-button/core-icon-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@toddgeist
toddgeist / keybase.md
Created April 12, 2014 13:54
keybase.md

Keybase proof

I hereby claim:

  • I am toddgeist on github.
  • I am toddgeist (https://keybase.io/toddgeist) on keybase.
  • I have a public key whose fingerprint is EC10 077F D8B9 9B77 73D1 473C 803D 60BE 4ACE CA12

To claim this, I am signing this object:

@toddgeist
toddgeist / gist:5281596
Last active December 15, 2015 15:28
parsing parameters
Let (
[
// set "~parameters" to a Valid Let Variables String for ex. Get (ScriptParameter) or Get (ScriptResults)
~parameters = $LetVariables;
//---------- NO NEED TO EDIT BELOW HERE -----------------
~evaluateString =
"Let( [¶"
@toddgeist
toddgeist / gist:5281557
Last active December 15, 2015 15:28
Let Vars in practice
"$firstName=" & Quote(contact::firstName) & ";¶" &
"$flastNameName=" & Quote(contact::lastName) & ";¶" &
"$age=" & contact::Age & ";¶" &
"$birthDate=" & Quote(contact::birthDate) & ";¶"
@toddgeist
toddgeist / gist:5281528
Last active December 15, 2015 15:28
Let Variable String
$firstName = "Todd" ;
$lastName= "Geist" ;
$age = 6;
$birthDate = "5/13/2007" ;
@toddgeist
toddgeist / FileMaker Keywords
Created August 3, 2012 01:24 — forked from petrowsky/FileMaker Keywords
FileMaker Keywords
// evaluate within data viewer - add any missing keywords
List(
False & " False";
Plain & " Plain";
True & " True";
Strikethrough & " Strikethrough";
SmallCaps & " SmallCaps";
Superscript & " Superscript";
Subscript & " Subscript";