{
"firstName": "John",
"lastName": "Doe"
}
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": "domain", | |
"children": [ | |
{ | |
"name": "Level", | |
"children": [ | |
{ | |
"name": "id", | |
"children": [ | |
{ |
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 superagent = require('superagent'); | |
var Promise = require('es6-promise').Promise; | |
superagent.Request.prototype.makePromise = function (request) { | |
var that = this; | |
return new Promise(function (resolve, reject) { |
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
#! /usr/bin/env python | |
import time | |
import urllib2 | |
import sys | |
def usage(): | |
print """usage: python reponse_time.py [url]""" | |
def main(): |
{
"id": "567",
"name": "$exists",
"description": "$string"
}
- Hubot
- Atom
- Spine (Front-end MVC)
- Chaplin (Front-end framework)
- https://github.com/chaplinjs/chaplin
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This example shows how to set up a task of bundling multiple entry points into multiple destinations using browserify.
The below js
task bundles all the .js
files under src/
as entry points and writes the results under dest/
.
var gulp = require('gulp');
var plugins = require('gulp-load-plugins')();
var browserify = require('browserify');
var gutil = require('gulp-util');
.jshintrc
{
"unused": true,
"-W117": true
}
test.js
- http://albburtsev.github.io/jquery.typist/
- 戻れる
- jQuery plugin