This file contains 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
git config --global url."https://".insteadOf git:// |
This file contains 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
Core technologies | |
HTML documents | |
Familiarity with the HTML syntax | |
The HTML syntax | |
Doctype | |
Element tags | |
Global attributes | |
The elements of HTML | |
The root element, document metadata | |
Sectioning elements |
This file contains 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
/* Written by @vincentsimard */ | |
/* | |
Converts f7u12 faces code into images | |
See http://www.reddit.com/r/fffffffuuuuuuuuuuuu/comments/ecnd4/every_fffffffuuuuuuuuuuu_face_a_reference_guide for reference | |
Does not support titles, or any other cool features | |
Type [/code] to use the face in Talker. | |
*/ | |
plugin.F7U12Faces = function(matcher){ | |
this.matcher = matcher; |
NewerOlder