Skip to content

Instantly share code, notes, and snippets.

@thesifter
thesifter / introrx.md
Created May 2, 2018 07:06 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@thesifter
thesifter / semantic-layout.html
Created October 12, 2017 04:45 — forked from hpcslag/semantic-layout.html
Standard HTML5 Semantic Layout
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Title</title>
<link href="stylesheets/main.css" rel="stylesheet" />
</head>
<body>
<header>
<hgroup>
@thesifter
thesifter / README.md
Created February 7, 2017 19:36 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications you can follow me @leonardofed


# Description:
# Decides between two given options
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
@thesifter
thesifter / index.html
Created August 21, 2014 00:43
Illustrate style encapsulation in the Shadow DOM // source http://jsbin.com/cequn/2
<meta name="description" content="Illustrate style encapsulation in the Shadow DOM" />
<script src="http://www.polymer-project.org/platform.js"></script>
<script src="http://www.polymer-project.org/polymer.js"></script>
<style>
div {
color: red !important;
}
</style>
<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-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
@thesifter
thesifter / dabblet.css
Created December 8, 2013 21:42
Untitled
body {
background: #f06;
background: linear-gradient(90deg, #f06, #ff0);
min-height: 100%;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 24pt;
}
.wrap {
position: absolute;
data:text/html, <style type="text/css">#js-editor{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="js-editor"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var jsEditor=ace.edit("js-editor");jsEditor.setTheme("ace/theme/monokai");jsEditor.getSession().setMode("ace/mode/javascript");</script>