Skip to content

Instantly share code, notes, and snippets.

/**
*
* Aeotec Inc Dual Nano Switch without Energy Reading
*
* github: Eric Maycock (erocm123)
* Date: 2018-01-02
* Copyright Eric Maycock
*
* Includes all configuration parameters and ease of advanced configuration.
*
@tyron
tyron / GitHub-Forking.md
Created November 29, 2018 03:53 — forked from Chaser324/GitHub-Forking.md
GitHub Standard Fork & Pull Request Workflow

Whether you're trying to give back to the open source community or collaborating on your own projects, knowing how to properly fork and generate pull requests is essential. Unfortunately, it's quite easy to make mistakes or not know what you should do when you're initially learning the process. I know that I certainly had considerable initial trouble with it, and I found a lot of the information on GitHub and around the internet to be rather piecemeal and incomplete - part of the process described here, another there, common hangups in a different place, and so on.

In an attempt to coallate this information for myself and others, this short tutorial is what I've found to be fairly standard procedure for creating a fork, doing your work, issuing a pull request, and merging that pull request back into the original project.

Creating a Fork

Just head over to the GitHub page and click the "Fork" button. It's just that simple. Once you've done that, you can use your favorite git client to clone your repo or j

@tyron
tyron / dabblet.css
Created September 18, 2012 00:21 — forked from LeaVerou/markup.html
Illustrating correct & wrong inner border-radius
/**
* Illustrating correct & wrong inner border-radius
*/
.outer {
padding: 10px;
margin: 50px;
border: 1px solid silver;
box-shadow: 0 0 10px gray;
border-radius: 20px;
@tyron
tyron / dabblet.css
Created September 18, 2012 00:12
Circle with double inner border
/*
* Circle with double inner border
* http://designshack.net/articles/css/the-lowdown-on-before-and-after-in-css/
*/
.button {
height: 100px;
width: 100px;
position: relative;
margin: 50px;
color: white;
@tyron
tyron / dabblet.css
Created September 15, 2012 18:04
Topo fixo Sitepoint
/*
* Topo fixo Sitepoint
* http://www.sitepoint.com/google-analytics-track-javascript-ajax-events/
*/
* {
margin: 0;
padding: 0;
}
#sph-wrap {
width:100%;
@tyron
tyron / dabblet.css
Created September 11, 2012 00:58
Lifted corners
.frame {
border: 1px solid #DDDDDD;
padding: 10px;
background: -moz-linear-gradient(left, #dadad8 0%, #e8e8e7 0%, #e8e8e6 2%, #ececeb 2%, #f4f4f3 30%, #fbfbfb 45%, #fbfbfb 55%, #f4f4f3 70%, #f0f0ef 88%, #ededeb 97%, #ececea 98%, #e8e8e6 98%, #e8e8e8 100%); /*FF3.6+ */
}
.drop-shadow {
position:relative;
width:40%;
padding:1em;
@tyron
tyron / dabblet.css
Created April 19, 2012 12:43
Google Help Horizontal Expand
/**
* Google Help Horizontal Expand
* http://support.google.com/bin/static.py?hl=en&page=top_products.cs&rd=1&debug=eventtracking
*/
html, body {
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
}
@tyron
tyron / dabblet.css
Created April 18, 2012 22:56
Illustrating correct & wrong inner border-radius
/**
* Illustrating correct & wrong inner border-radius
*/
.outer {
padding: 10px;
margin: 50px;
border: 1px solid silver;
box-shadow: 0 0 10px gray;
border-radius: 20px;
@tyron
tyron / dabblet.css
Created April 18, 2012 22:56
Efeito div circular no iDeon Park em CSS3 (multiplos)
/*
Efeito div circular no iDeon Park em CSS3 (multiplos)
*/
@font-face {
font-family: 'Museo300';
src: url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.eot');
src: url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.woff') format('woff'),
url('http://ideonpark.com.br/Content/css/museo/museo300-regular-webfont.ttf') format('truetype'),
@tyron
tyron / dabblet.css
Created February 22, 2012 11:51
#moldura:before {
#imagem {
width: 300px;
height: 150px;
margin: 0 auto;
background: white;
}
#moldura {
/*position: relative;*/
width: 350px;