Skip to content

Instantly share code, notes, and snippets.

View Zhao-Andy's full-sized avatar

Andy Zhao Zhao-Andy

View GitHub Profile
@Zhao-Andy
Zhao-Andy / index.html
Last active November 13, 2020 15:28
Array sort before and after de-duplication #jsbench #jsperf (https://jsbench.github.io/#250ce4b68ab1459c12a0547159ea5813) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Array sort before and after de-duplication #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 18
---
title: Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up
published: false
tags: Amazon Web Services,Docker,HOWTO’s,Kubernetes
canonical_url:
---

| |

|

### Keybase proof
I hereby claim:
* I am zhao-andy on github.
* I am pandyzhao (https://keybase.io/pandyzhao) on keybase.
* I have a public key ASD1GMcfz-ahyKHovyPo39qduDSFhShVVt08Ziq6rEymEgo
To claim this, I am signing this object:
@Zhao-Andy
Zhao-Andy / CustomerSearchComponent.js
Created January 10, 2017 18:07
CustomerSearchComponent.js
var reflectMetadata = require("reflect-metadata");
var ng = {
core: require("@angular/core"),
http: require("@angular/http")
};
var CustomerSearchComponent = ng.core.Component({
selector: "shine-customer-search",
template: '\
<header> \
<h1 class="h2">Customer Search</h1> \