Skip to content

Instantly share code, notes, and snippets.

View jyucsiro's full-sized avatar

Jonathan Yu jyucsiro

  • CSIRO
  • Melbourne, Australia
View GitHub Profile
@jyucsiro
jyucsiro / argo-in-kind.md
Last active April 22, 2021 02:14 — forked from darpr/argo-in-kind.md
"Argo Workflow" in `kind` Cluster

Argo in Kind

Play with "Argo Workflow" in your local kind cluster.

Prerequisites

The following instructions were tested in Ubuntu 22 April 2021

Docker Runtime

Ensure docker is installed and running.

K8s Client

@jyucsiro
jyucsiro / cloud.js
Created October 13, 2017 06:47 — forked from blockspring/cloud.js
D3 Wordcloud
// Word cloud layout by Jason Davies, http://www.jasondavies.com/word-cloud/
// Algorithm due to Jonathan Feinberg, http://static.mrfeinberg.com/bv_ch03.pdf
(function() {
function cloud() {
var size = [256, 256],
text = cloudText,
font = cloudFont,
fontSize = cloudFontSize,
fontStyle = cloudFontNormal,
fontWeight = cloudFontNormal,
@jyucsiro
jyucsiro / LICENSE.md
Created October 11, 2017 05:43 — forked from tommaybe/LICENSE.md
Day / Hour Heatmap

Copyright (c) 2016, Tom May

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTH

@jyucsiro
jyucsiro / .block
Created October 10, 2017 09:45 — forked from kerryrodden/.block
Sequences sunburst (d3 v4)
license: apache-2.0
@jyucsiro
jyucsiro / .block
Last active October 10, 2017 05:39 — forked from mbostock/.block
Treemap of Australian Open Data Format Categories
border: no
height: 600
license: gpl-3.0