Skip to content

Instantly share code, notes, and snippets.

View b-malone's full-sized avatar

Bailey Malone b-malone

View GitHub Profile
@b-malone
b-malone / Keona Health Q&A
Last active December 1, 2018 04:22
Keona Health Q&A
EXERCISE #1: SQL
I made up a DB Fiddle demonstrating this answer: https://www.db-fiddle.com/f/bM61e774csDyG7F4ogoy7E/0
– Persons and Orders Tables
CREATE TABLE Persons (
PersonId int(8) AUTO_INCREMENT PRIMARY KEY,
NameFirst VARCHAR(48),
NameLast VARCHAR(48)
);
@b-malone
b-malone / designer.html
Last active March 19, 2017 04:26
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-item/paper-item.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
@b-malone
b-malone / cpms.js
Last active March 24, 2020 12:09
CPMS Ctrl
div
loader(ng-if="!vm.ui.isDataLoaded")
div(ng-if="vm.ui.isDataLoaded")
.mb-md.clearfix
h1.strong.pull-left Master CPMs
.actions.ral-text(ng-if="vm.canEdit()")
span(ng-if="vm.ui.isEditMode")