If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
| # Where to place the legend/key | |
| set key left top | |
| # Draw gridlines oriented on the y axis | |
| set grid y | |
| # Specify that the x-series data is time data | |
| set xdata time | |
| # Specify the *input* format of the time data |
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
Put this to karma.conf.js
{
// list of files / patterns to load in the browser
files: [
{pattern: 'scripts/**/*.js', included: false},
{pattern: 'scripts/**/*.html', served: true, included: false},
{pattern: 'tests/**/*.js', included: false}
]| [ | |
| { | |
| "mount": { | |
| "dir": "./", | |
| "uri": "/" | |
| } | |
| }, | |
| { | |
| "request": { | |
| "method": "post", |
| { | |
| "bitwise": true, | |
| "camelcase": true, | |
| "curly": true, | |
| "eqeqeq": true, | |
| "indent": 4, | |
| "newcap": true, | |
| "noarg": true, | |
| "noempty": true, | |
| "nonew": true, |
Download you google bookmarks to file, in HTML format.
open it in browser, you need jQuery of course:
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);| package jmeter | |
| import com.excilys.ebi.gatling.core.Predef._ | |
| import com.excilys.ebi.gatling.http.Predef._ | |
| import com.excilys.ebi.gatling.http.Headers.Names._ | |
| import bootstrap._ | |
| class JMeterBenchmark extends Simulation { | |
| val httpConf = httpConfig |
| digraph gis_stack{ | |
| fontname="Microsoft YaHei"; | |
| fontsize=12; | |
| rankdir=LR; | |
| node [shape="Mrecord", fontname="Microsoft YaHei", fontsize=10]; | |
| edge [color="#F1C40F", fontname="Microsoft YaHei", fontsize=10]; | |
| openlayers [shape="none", image="OpenLayers.trac.png", label=""]; | |
| leaflet [shape="none", image="leaflet-logo.png", label=""]; |