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 () { | |
| // Establish the root object, `window` in the browser, or `global` on the server. | |
| var root = this; | |
| // Create a reference to this | |
| var _ = new Object(); | |
| var isNode = 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
| https://pixabay.com/en/mount-everest-himalayas-nuptse-276995/ | |
| https://pixabay.com/en/mount-mckinley-hiker-snow-landscape-898378/ |
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
| require("jsdom").env("", function(err, window) { | |
| if (err) { | |
| console.error(err); | |
| return; | |
| } | |
| global.document =window.document; | |
| global.window=window; | |
| global.$ = require("jquery")(window); | |
| }); |
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
| brian geotz - java oracle | |
| anil gaur | |
| James Gosling | |
| https://www.youtube.com/watch?v=1OpAgZvYXLQ | |
| Venkat Subramaniam | |
| single method abstract interfaces | |
| https://www.youtube.com/watch?v=JgiJZLgc5WA |
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
| /** | |
| * jQuery goMap | |
| * | |
| * @url http://www.pittss.lv/jquery/gomap/ | |
| * @author Jevgenijs Shtrauss <pittss@gmail.com> | |
| * @version 1.2.0 | |
| * This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> | |
| */ | |
| (function($) { |
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://www.youtube.com/watch?v=MzVFrIAwwS8 | |
| http://jonathancreamer.com/ | |
| https://basarat.gitbooks.io/typescript/content/docs/project/tsconfig.html | |
| http://henleyedition.com/implicit-code-splitting-with-react-router-and-webpack/ | |
| https://github.com/nfl/react-helmet |
NewerOlder