Skip to content

Instantly share code, notes, and snippets.

View artzub's full-sized avatar
😊

Artem Zubkov artzub

😊
View GitHub Profile
@artzub
artzub / index.html
Last active September 28, 2017 06:35 — forked from milroc/index.html
Tooltip as a d3 helper
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<script type="text/javascript" src="./tooltip.js"></script>
</head>
<body>
<div class="viz"></div>
<script type="text/javascript">
@artzub
artzub / index.html
Last active August 2, 2016 20:21
Three.js and D3 Force layout (d3.behavior.zoom)
<!DOCTYPE html>
<html>
<head>
<title>Three ans D3</title>
<style>
body, html {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
@artzub
artzub / .gitignore
Last active December 10, 2015 23:28
Work with github api.
.idea/
*.iml
*.iws
@artzub
artzub / .gitignore
Last active October 1, 2015 16:09
Global Water Experiment
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc