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
| var traverse = require('traverse'), | |
| jsonpath = require('JSONPath'), | |
| _ = require('underscore'); | |
| var sourceDocument = { | |
| monkey: "$.store.book[0].category", | |
| another: { | |
| monkey: "$.store.book[1].price" | |
| } |
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
| var Q = require('q'), | |
| fs = require('fs'); | |
| var readFile = function() { | |
| var def = Q.defer(); | |
| fs.readFile('output.json', 'utf-8', function(error, text) { |
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
| script | |
| document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') |
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 lightweight plugin boilerplate | |
| * Original author: @ajpiano | |
| * Further changes, comments: @addyosmani | |
| * Licensed under the MIT license | |
| */ | |
| // the semi-colon before the function invocation is a safety | |
| // net against concatenated scripts and/or other plugins | |
| // that are not closed properly. |
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 class="row"> | |
| <div class="span8"> | |
| <div class="row"> | |
| <div class="span8"> | |
| <h4><strong><a href="#">Title of the post</a></strong></h4> | |
| </div> | |
| </div> | |
| <div class="row"> | |
| <div class="span2"> | |
| <a href="#" class="thumbnail"> |
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 class="row"> | |
| <div class="span5"> | |
| <h4><a href="#">Lesson 1</a></h4> | |
| <p>Overview of the course, prerequisites, instructor contact information, syllabus, location information</p> | |
| </div> | |
| <div class="span3"> | |
| Progress: <span class="pull-right strong">36%</span> | |
| <div class="progress"> | |
| <div class="bar" style="width: 36%;"></div> | |
| </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 class="row"> | |
| <div class="span3"> | |
| <div class="page-header"> | |
| <p class="pull-right"><a href="#">see all</a></p> | |
| <h4>Honors <small>(10)</small></h4> | |
| </div> | |
| <div> | |
| <a href="#"><img src="http://placehold.it/60x60" class="img-circle"></a> | |
| <a href="#"><img src="http://placehold.it/60x60" class="img-circle"></a> | |
| <a href="#"><img src="http://placehold.it/60x60" class="img-circle"></a> |
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 class="row"> | |
| <div class="span2"> | |
| <div class="btn-group pull-right" data-toggle="buttons-radio"> | |
| <button class="btn active">All</button> | |
| <button class="btn">Starred</button> | |
| </div> | |
| </div> | |
| <div class="span4"> | |
| <form class="form-search"> | |
| <div class="input-append"> |