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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html lang="en" style="width:100%; height:100%;"> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
| <title>kekayan's Resume</title> | |
| </head> | |
| <body style="width:100%; height:100%; margin:0;"> | |
| <iframe src="https://docs.google.com/gview?url= YOUR LINK HERE &embedded=true" style="width:100%; height:100%;" frameborder="0"></iframe> | |
| </body> | |
| </html> |
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
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "WebInspector", | |
| "version": "537.36" | |
| }, | |
| "pages": [], | |
| "entries": [ | |
| { |
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
| a={"pose_1": [], | |
| "pose_2": [[3.0, 3.5], [6.0, 6.5], [6.5, 7.0], [7.0, 7.5], [8.0, 8.5], [8.5, 9.0], [9.0, 9.5], [9.5, 10.0], [15.0, 15.5]], | |
| "pose_3": [], | |
| "pose_4": [[1.5, 2.0], [14.0, 14.5]]} | |
| var obje=[] | |
| for (pose in a){ | |
| for (val in a[pose]){ |
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: m3db-operator-0 | |
| Namespace: default | |
| Priority: 0 | |
| PriorityClassName: <none> | |
| Node: <none> | |
| Labels: controller-revision-hash=m3db-operator-5d78bfdb94 | |
| name=m3db-operator | |
| statefulset.kubernetes.io/pod-name=m3db-operator-0 | |
| Annotations: <none> | |
| Status: Pending |
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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: etcd | |
| labels: | |
| app: etcd | |
| spec: | |
| ports: | |
| - port: 2379 | |
| name: client |
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
| apiVersion: operator.m3db.io/v1alpha1 | |
| kind: M3DBCluster | |
| metadata: | |
| name: persistent-cluster | |
| spec: | |
| image: quay.io/m3db/m3dbnode:latest | |
| replicationFactor: 3 | |
| numberOfShards: 256 | |
| isolationGroups: | |
| - name: us-east1-b |
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
| apiVersion: operator.m3db.io/v1alpha1 | |
| kind: M3DBCluster | |
| metadata: | |
| name: m3db-cluster | |
| spec: | |
| image: quay.io/m3db/m3dbnode:latest | |
| replicationFactor: 3 | |
| numberOfShards: 256 | |
| isolationGroups: | |
| - name: us-east1-b |
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
| mkdir build && cd build | |
| wget http://download.redis.io/releases/redis-5.0.4.tar.gz | |
| tar -xvzf redis-5.0.4.tar.gz | |
| cd redis-5.0.4/ |
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
| sudo apt-get install -y make gcc build-essential | |
| sudo apt-get update | |
| sudo apt-get install make | |
| sudo apt-get install gcc | |
| cd deps | |
| make hiredis jemalloc linenoise lua | |
| cd .. |
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
| sudo add-apt-repository ppa:ubuntu-toolchain-r/test | |
| sudo apt-get update | |
| sudo apt-get install gcc-5 g++-5 | |
| sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 |
OlderNewer