This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tool for stand ups / TODO / worklog | |
*/ | |
html | |
{ | |
min-height: 100%; | |
font-family: Source Sans Pro, sans-serif;font-style:normal;font-weight:400; | |
-webkit-font-feature-settings: "onum" 1, "lita"; | |
-moz-font-feature-settings: "onum" 1, "lita"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html | |
{ | |
min-height: 100%; | |
font-family:'Source Sans Pro';font-style:normal;font-weight:400; | |
line-height: 1.5em | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__gulp() | |
{ | |
local cur prev | |
COMPREPLY=() | |
cur="${COMP_WORDS[COMP_CWORD]}" | |
if ! type gulp >/dev/null 2>&1 | |
then | |
return 0 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: ft=screen | |
altscreen on | |
# Set the caption on the bottom line | |
caption always "%{= kw}%-w%{= bW}%n %t%{-}%+w %-= %c %y-%m-%d, @%H" | |
# Use nethack-style messages | |
nethack on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
name = Your Name | |
[github] | |
user = your-login | |
[color] | |
ui = auto | |
[diff] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function handleError (error) {} | |
function readFile (PATH, fail, win) {} | |
function parseJSON (DATA, fail, win) {} | |
function stringifyJSON (JSON, fail, win) {} | |
function sendMail (STRING, fail, win) {} | |
readFile( | |
PATH, | |
handleError, | |
function (DATA) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* min-width > max-width | |
*/ | |
html | |
{ | |
border-right: red solid thin; | |
width: 50%; | |
min-height: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
:root | |
{ | |
font-size: 0.8em; | |
} | |
.container |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.avoid-br { display: inline-block; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.avoid-br { display: inline-block; } |