A Pen by Aline Balogh on CodePen.
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
| // Git - turn case sensetive | |
| git config core.ignorecase false |
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
| git ls-tree -r --name-only HEAD | while read filename; do | |
| echo "$(git log -1 --format="%ad" -- $filename) $filename" >> ~/Desktop/test.txt | |
| done |
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
| getCurrentTime(){ | |
| var _self = this; | |
| var settings = { | |
| "url": _self.timeURL, | |
| "method": "GET" | |
| } | |
| return new Promise(function(resolve, reject) { | |
| $.ajax(settings).done(function (response, status, xhr) { |
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
| <div id="root"></div> |
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
| <div id="root"></div> |
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
| <link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
| <body data-spy="scroll" data-target="#scroll-nav"> | |
| <div class="navbar navbar-default navbar-fixed-top" > | |
| <div class="container"> | |
| <div class="navbar-header"> |
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
| <body> | |
| <div class="loader"> | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <svg width="310px" height="310px" version="1.1" x=0 y=0 viewBox="0 0 297 210" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | |
| <metadata> | |
| <rdf:RDF> | |
| <cc:Work rdf:about=""> | |
| <dc:format>image/svg+xml</dc:format> | |
| <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> |