Skip to content

Instantly share code, notes, and snippets.

View dmmfll's full-sized avatar

Don Morehouse dmmfll

  • Fort Lauderdale, Florida
View GitHub Profile
gistup
@dmmfll
dmmfll / rulething.html
Created February 25, 2018 02:53 — forked from mpj/rulething.html
Code from episode
<html>
<head>
<style>
.row div {
height: 8px;
display: inline-block;
width: 8px;
}
.row div.active {
background-color: red;
@dmmfll
dmmfll / building-responsive-forms-with-flexbox.markdown
Created November 19, 2017 02:33
Building Responsive Forms With Flexbox
@dmmfll
dmmfll / embed.py
Last active September 21, 2017 09:37
function for embedding a YouTube video into a Jupyter notebook. Be sure to use the url in the html from the embed share tab in YouTube.
"""Embed a YouTube video via its embed url into a notebook."""
from functools import partial
from IPython.display import display, IFrame
width, height = (560, 315, )
def _iframe_attrs(embed_url):
"""Get IFrame args."""
return (
@dmmfll
dmmfll / gmjakx.markdown
Created September 15, 2017 23:06
GMJaKX
gist_url
@dmmfll
dmmfll / .gitignore
Last active February 24, 2017 19:48
gist_url
auto_gistup
.ipynb_checkpoints/
Untitled*
gist_url
auto_gistup
gist_url
auto_gistup
gist_url
auto_gistup