Skip to content

Instantly share code, notes, and snippets.

View infographicstw's full-sized avatar

infographics.tw infographicstw

View GitHub Profile
@infographicstw
infographicstw / 3Dsample.html
Last active October 19, 2016 06:08
陽明山建物 QGIS+threejs by 林立哲
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>3Dsample</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="./Qgis2threejs.css">
</head>
<body>
<div id="webgl"></div>
@infographicstw
infographicstw / Timesheet.md
Last active December 22, 2018 07:41
Play With Timesheet.js

Timesheet.js Example

<-$
svg = d3.select '#map' .append 'svg:svg'
.attr 'width' '1440'
.attr 'height' '700'
g = svg.append 'g'
voronoi_map = g.append 'svg:g'
.attr 'id' 'voronoi'
@infographicstw
infographicstw / README.md
Last active August 29, 2015 14:22
Peity ft. CSS

for blog.infographics.tw

@infographicstw
infographicstw / README.md
Last active August 29, 2015 14:22
SVG the introduction
@infographicstw
infographicstw / 1.html
Last active December 22, 2015 12:02
Force Layout Examples
<!DOCTYPE html><html lang="en"><head prefix="og: http://ogp.me/ns#"><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>template</title><!-- libraries--><link rel="icon" type="image/x-icon" href="thumbnail.png"><script type="text/javascript" src="//codeorigin.jquery.com/jquery-1.10.2.min.js"></script><script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script><script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.3/angular.min.js"></script><link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"><script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script><!-- custom files--><link rel="stylesheet" type="text/css" href="index.css"><script type="text/javascript" src="1.js"></script></head><body><svg width="100%" height="300px" viewBox="0 0 800 400" preserveAspectRatio="xMidYMid"></svg></body></html>
@infographicstw
infographicstw / LICENSE
Last active August 29, 2015 14:19
Software Piracy Value
The MIT License (MIT)
Copyright (c) 2015, Kirby T. Wu
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: