This file contains 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
start.time | end.time | data.consumed.in.MB | MB.sec | data.consumed.in.nMsg | nMsg.sec | [rebalance.time.ms](http://rebalance.time.ms/) | [fetch.time.ms](http://fetch.time.ms/) | fetch.MB.sec | fetch.nMsg.sec | |
---|---|---|---|---|---|---|---|---|---|---|
2019-10-17 04:04:55:967 | 2019-10-17 04:04:58:113 | 47.6885 | 22.2220 | 5000498 | 2330148.1827 | 16 | 2130 | 22.3890 | 2347651.6432 |
This file contains 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
package test | |
import ( | |
"bufio" | |
"fmt" | |
"io" | |
"net" | |
"os" | |
"os/signal" | |
"syscall" |
This file contains 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
package main | |
import ( | |
"bytes" | |
"context" | |
"crypto/rand" | |
"crypto/rsa" | |
"crypto/tls" | |
"crypto/x509" | |
"encoding/pem" |
This file contains 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
package main | |
import ( | |
"fmt" | |
"io" | |
"time" | |
"unsafe" | |
) | |
var ( |
This file contains 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
<html> | |
<head> | |
<meta name="description" content="Blaze-Ladder Game"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<script type="text/spacebars" name="main"> | |
<div class="selector" id="left"></div> | |
<div class="selector" id="right"></div> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="simple SVG knob"> | |
<meta charset="utf-8"> | |
<title>Simple Knob</title> | |
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<script type="text/spacebars" name="main"> | |
<svg> | |
<defs> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Audio Input</title> | |
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.indigo-blue.min.css" /> | |
<style id="jsbin-css"> | |
.container { | |
display: flexbox; | |
display: -webkit-flexbox; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<style id="jsbin-css"> | |
#play { | |
background-color: lightyellow; | |
color: silver; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.7/pixi.min.js"></script> | |
<style id="jsbin-css"> | |
body { | |
margin: 0; | |
padding: 0; |
This file contains 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
Meteor = {}; | |
!function(){var e,t;(function(){t={}}).call(this),function(){(function(){var e=this,r=e._,n={},o=Array.prototype,a=Object.prototype,c=Function.prototype,s=o.push,i=o.slice,u=o.concat,d=a.toString,p=a.hasOwnProperty,l=o.forEach,h=o.map,f=o.reduce,g=o.reduceRight,m=o.filter,v=o.every,y=o.some,E=o.indexOf,b=o.lastIndexOf,A=Array.isArray,C=Object.keys,w=c.bind,_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};"undefined"!=typeof t?("undefined"!=typeof module&&module.exports&&(t=module.exports=_),t._=_):e._=_,_.VERSION="1.5.2";var x=function(e){return"[object Arguments]"===d.call(e)};x(arguments)||(x=function(e){return!(!e||!p.call(e,"callee")||"function"!=typeof e.callee)});var D=function(e){return e.length===+e.length&&(x(e)||e.constructor!==Object)},T=_.each=_.forEach=function(e,t,r){if(null!=e)if(l&&e.forEach===l)e.forEach(t,r);else if(D(e)){for(var o=0,a=e.length;a>o;o++)if(t.call(r,e[o],o,e)===n)return}else for(var c=_.keys(e),o=0,a=c.length;a>o;o++)if(t.cal |