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
| /** | |
| * Schedule day | |
| */ | |
| .wordcamp-schedule__day { | |
| backgroung-color: red; | |
| } |
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 fromArgs = require('browserify/bin/args'); | |
| var watchify = require('../'); | |
| var defined = require('defined'); | |
| var xtend = require('xtend'); | |
| var glob = require('glob'); | |
| module.exports = function (args) { | |
| var b = fromArgs(args, watchify.args); | |
| var opts = {}; |
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 src="wpcom.js"> </script> | |
| <script> | |
| // create a client WPCOM instance | |
| var wpcom = WPCOM(); | |
| // retrieve a listing of the most recent | |
| // 5 posts on "en.blog.wordpress.com" | |
| wpcom | |
| .site('en.blog.wordpress.com') | |
| .postsList({ number: 5 }, function(err, data) { |
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 src="wpcom.js"></script> | |
| <script> | |
| // create a client WPCOM instance | |
| var wpcom = WPCOM(); | |
| // retrieve a listing of the most recent | |
| // 5 posts on "en.blog.wordpress.com" | |
| wpcom | |
| .site('en.blog.wordpress.com') | |
| .postsList({ number: 5 }, function(err, data) { |
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
| clear | |
| make clean | |
| rm -fr build components template.js | |
| make | |
| install : component/inherit@master | |
| install : component/emitter@master | |
| install : visionmedia/superagent@master | |
| install : component/pager@master | |
| dep : component/emitter@0.0.6 |
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
| { | |
| "name": "data-table", | |
| "repo": "retrofox/data-table", | |
| "description": "Table data manager. It allow us add/remove rows, sort, pager, and filter.", | |
| "version": "0.1.0", | |
| "keywords": [], | |
| "dependencies": { | |
| "component/inherit": "*", | |
| "component/emitter": "*", | |
| "visionmedia/superagent": "*", |
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
| [36mvisionmedia/superagent[m | |
| url: [90mhttps://github.com/visionmedia/superagent[m | |
| desc: [90mawesome http requests[m | |
| ★ [90m487[m | |
| [36mvisionmedia/page.js[m | |
| url: [90mhttps://github.com/visionmedia/page.js[m | |
| desc: [90mTiny client-side router (~1200 bytes)[m | |
| ★ [90m367[m |
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
| res.json = function(obj, headers, status){ | |
| var body = JSON.stringify(obj) | |
| , callback = this.req.query.callback | |
| , jsonp = this.app.enabled('jsonp callback'); | |
| this.charset = this.charset || 'utf-8'; | |
| this.header('Content-Type', 'application/json'); | |
| if (callback && jsonp) { | |
| this.header('Content-Type', 'text/javascript'); |
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
| 502 -> keys -> [ meredith@learnboost.com, Ely, Meredth, Meredth Ely ] | |
| 501 -> keys -> [ Suarez, Damian, Damian Suarez ] | |
| 500 -> keys -> [ laura@learnboost.com, Melo, Laura, Laura Melo ] | |
| 499 -> keys -> [ laura@learnboost.com, Melo, Laura, Laura Melo ] | |
| 498 -> keys -> [ ] | |
| 497 -> keys -> [ ] | |
| 496 -> keys -> [ ] | |
| 495 -> keys -> [ ] | |
| 494 -> keys -> [ ] | |
| 493 -> keys -> [ ] |
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
| XMLHttpRequestProgressEvent | |
| bubbles: false | |
| cancelBubble: false | |
| cancelable: true | |
| clipboardData: undefined | |
| currentTarget: XMLHttpRequest | |
| defaultPrevented: false | |
| eventPhase: 2 | |
| lengthComputable: false | |
| loaded: 0 |
NewerOlder