- h - move left
- j - move down
- k - move up
- l - move right
- w - jump by start of words (punctuation considered words) W - jump by words (spaces separate words)
- e - jump to end of words (punctuation considered words)
- E - jump to end of words (no punctuation)
- b - jump backward by words (punctuation considered words) B - jump backward by words (no punctuation)
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
/* if portrait mode is detected, rotate the entire site -90 degrees to hint rotating to landscape */ | |
@media (orientation: portrait) { | |
body { | |
-webkit-transform: rotate(-90deg); | |
-moz-transform: rotate(-90deg); | |
-o-transform: rotate(-90deg); | |
-ms-transform: rotate(-90deg); | |
transform: rotate(-90deg); | |
} | |
} |
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
#!/usr/bin/ruby | |
require 'time' | |
def format_time(seconds) | |
hours = (seconds / 3600).to_i | |
minutes = ((seconds % 3600) / 60).to_i | |
seconds = (seconds % 60).to_i | |
minutes = "0#{minutes}" if minutes < 10 | |
seconds = "0#{seconds}" if seconds < 10 |
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
/** | |
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript | |
* https://gist.github.com/faisalman | |
* | |
* Copyright 2012-2015, Faisalman <[email protected]> | |
* Licensed under The MIT License | |
* http://www.opensource.org/licenses/mit-license | |
*/ | |
(function(){ |
-
What brings you to web development? What's your goal? What's your passion? What wakes you up in the middle of the night?
-
Tell me about common themes you run into working in the UI. How did you address them?
- UX/Design changes?
- What’s difficult, what’s fun?
- Localization
-
What do you do to keep up to date with technology (blogs, conferences, etc)?
- What blogs do you follow?
- If you could master one technology this year, what would it be?
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
~/ | |
↪ cd code/project | |
project[master]/ | |
↪ cd - | |
~/ | |
↪ cd code/project | |
project[master]/ |
View the source of this content.
Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:
Roses are red Violets are blue
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
Alternatively, for H1 and H2, an underline-ish style:
Alt-H1
You can now append query string parameters to pre-configure SassMeister with a syntax, extension, or output style.
syntax
:sass
orscss
extension
: any extension that SassMeister currently supports, by Gem nameoutput
:expanded
,nested
,compact
, orcompressed