Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[5.283487, 13.913155, "https://artlib.cn/upload3/workImage/2023/7/5/ctud0cg5dpckkfs5sd_s.jpg"]
[4.4357142, 7.8257093, "https://artlib.cn/upload3/workImage/2023/7/5/ctucxu24pb8xdrdjq8_s.jpg"]
[4.651557, 7.7355385, "https://artlib.cn/upload3/workImage/2023/7/5/ctucquq5gpmgh7nlbj_s.jpg"]
[4.889919, 7.680156, "https://artlib.cn/upload3/workImage/2023/7/5/ctucnxk7th68cxvvcw_s.jpg"]
[4.694271, 7.7060804, "https://artlib.cn/upload3/workImage/2023/7/5/ctuclmuji2jley3xy3_s.jpg"]
[4.640495, 7.7017665, "https://artlib.cn/upload3/workImage/2023/7/5/ctucjg4h3xhua8tr7w_s.jpg"]
[4.9037933, 7.6658435, "https://artlib.cn/upload3/workImage/2023/7/5/ctuchg15z1c0ggdzvi_s.jpg"]
[4.8033075, 7.6756425, "https://artlib.cn/upload3/workImage/2023/7/5/ctucfdieul2f6axajl_s.jpg"]
[3.2666905, 7.544399, "https://artlib.cn/upload3/workImage/2023/7/5/ctucdaic3so5tf2w85_s.jpg"]
[4.7005596, 7.6875877, "https://artlib.cn/upload3/workImage/2023/7/5/ctucaka57158tpujcx_s.jpg"]
This file has been truncated, but you can view the full file.
{"grid": [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0001, 0.0001, 0.0001, 0.0001, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
@mydu
mydu / .block
Last active June 28, 2017 12:55
Random Tree
license: gpl-3.0
@mydu
mydu / .block
Last active June 27, 2017 12:27
d3v4modules
license: mit
@mydu
mydu / README.md
Created June 14, 2016 13:32
Round slider

Normally, HTML provides traditional sliders with linear shape such as the Input Range Object. This example shows how to create a round slider using D3.js.

forked from fabiovalse's block: Round slider

@mydu
mydu / index.html
Last active January 28, 2016 09:54
Uniform(height) Sankey
<!DOCTYPE html>
<meta charset="utf-8">
<title>Uniform(height) Sankey</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
@mydu
mydu / flowShape.js
Last active January 28, 2016 09:55
Customized Paraset(Sankey)
function FlowShape(startX, startY, endX, endY, startHeight, endHeight)
{
var FIRST_CURVE_RATIO = 0.3;
var SECOND_CURVE_RATIO = 0.7;
this.startX = startX;
this.startY = startY;
this.endX = endX;
this.endY = endY;
this.startHeight = startHeight;
@mydu
mydu / index.html
Last active December 28, 2015 22:40
ACT_Project
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>ui.sortable connected lists</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="http://rawgit.com/jasondavies/d3-parsets/master/d3.parsets.css">
</head>
<body>