Skip to content

Instantly share code, notes, and snippets.

View ganezasan's full-sized avatar
🎉
Happy

Taka ganezasan

🎉
Happy
View GitHub Profile
@ganezasan
ganezasan / .gitignore
Last active April 14, 2016 07:40
d3 Animation Image
.DS_Store
@ganezasan
ganezasan / getQiitaAPI.html
Last active August 29, 2015 14:06
Qiita Scatter plot
<!DOCTYPE html>
<meta charset="utf-8">
<style>
* {
margin: 0;
padding: 0;
border: 0;
}
body {
@ganezasan
ganezasan / index.html
Last active April 3, 2023 13:05
Download JSON File
<!DOCTYPE html>
<meta charset="utf-8">
<style>
* {
margin: 0;
padding: 0;
border: 0;
}
body {
@ganezasan
ganezasan / index.html
Last active August 29, 2015 14:06
Qiita Scatter plot 2
<!DOCTYPE html>
<meta charset="utf-8">
<style>
* {
margin: 0;
padding: 0;
border: 0;
}
body {
@ganezasan
ganezasan / index.html
Last active August 29, 2015 14:06
retweetnews
<!DOCTYPE html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>ReTweetNews プライバシーポリシー</h1>
ユーザーについての個人情報を含む利用者情報の取扱いについて、以下のとおりプライバシーポリシー(以下「本ポリシー」といいます。)を定めます。
<h2>1. 収集する利用者情報及び収集方法</h2>
@ganezasan
ganezasan / AndroidBackgroundLog.gif
Last active August 29, 2015 14:06
gif-collection
AndroidBackgroundLog.gif
@ganezasan
ganezasan / index.html
Last active August 29, 2015 14:07
NEND
<!DOCTYPE html>
<html>
<head>
<title>Nend</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1">
<link href="jquery.mobile.structure-1.4.3.min.css" type="text/css" rel="stylesheet">
<link href="jquery.mobile.icons.min.css" type="text/css" rel="stylesheet">
<link href="nend-jqm-theme.css" type="text/css" rel="stylesheet">
</head>
@ganezasan
ganezasan / .block
Last active October 4, 2016 14:47
Treemap in v4
license: gpl-3.0
@ganezasan
ganezasan / .block
Last active October 5, 2016 13:11 — forked from mbostock/.block
Bubble Chart in v4
license: gpl-3.0
@ganezasan
ganezasan / LICENSE.md
Last active December 23, 2017 21:25 — forked from tommaybe/LICENSE.md
Day / Hour Heatmap in v4

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