Skip to content

Instantly share code, notes, and snippets.

@jmoo
jmoo / holo.md
Last active October 30, 2020 01:01

Holo cheat sheet

My Routine

Heres my general daily routine so you know what she's used to.

  • Wake up around 7:30
  • Potty break (wait till poop)
  • Give food and water
  • Take shower
  • Potty break

Keybase proof

I hereby claim:

  • I am jmoo on github.
  • I am mooj (https://keybase.io/mooj) on keybase.
  • I have a public key ASCdjRRTfne7t_KdfZXe1OWJOSEauvGnhQO_75W7vGOEfQo

To claim this, I am signing this object:

class Container
{
private Dictionary<Type, Object> map;
public Container()
{
map = new Dictionary<Type, Object>();
}
public void Bind<T>(Func<Container, T> lambda)
@jmoo
jmoo / designer.html
Created June 30, 2014 23:07
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/iconsets/av-icons.html">
@jmoo
jmoo / designer.html
Created June 30, 2014 15:40
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@jmoo
jmoo / designer.html
Created June 29, 2014 03:18
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">