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
| https://gist.github.com/anonymous/03be8305246111979a62df22b32bd36f | |
| https://gist.github.com/anonymous/ed6ea15d1d1be8f61c473a3af5f55378 | |
| http://jsbin.com/qexaba/edit?js,console | |
| http://jsbin.com/peseyi/edit?js,console |
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
| [alias] | |
| ## | |
| # Branches | |
| ## | |
| # current branch | |
| current-branch = !git rev-parse --abbrev-ref HEAD | |
| cb = !git current-branch | |
| ## |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| <style> | |
| h2, | |
| input[type='text'] { | |
| font-size: 26px; | |
| margin: 0; |
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
| .RSSfeed | |
| div(ng-repeat='article in articles') | |
| p(ng-bind-html='article.content') | |
| a(href='{{article.link}}') More | |
| hr |