Skip to content

Instantly share code, notes, and snippets.

View musakkhir's full-sized avatar

Musakkhir Sayyed musakkhir

View GitHub Profile
@musakkhir
musakkhir / index.html
Last active July 13, 2017 12:01
Force Graph Custom Design
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Force-Directed Graph Custom Design</title>
@musakkhir
musakkhir / index.html
Last active July 13, 2017 12:09
Expandable Force Graph => Cluster
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Expandable Force-Directed Graph with Cluster</title>
@musakkhir
musakkhir / index.html
Last active July 13, 2017 12:02
JQuery Datatable
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>JQuery DataTable</title>
<script
@musakkhir
musakkhir / index.html
Last active July 13, 2017 12:00
Force Graph with Multiple Parent
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Force-Directed Graph with Multiple Parent</title>
@musakkhir
musakkhir / index.html
Last active July 13, 2017 12:03
Force Graph Expand Level
<!-- Force Graph Expand Level -->
<!-- language: lang-html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Force-Directed Graph</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
@musakkhir
musakkhir / index.html
Last active July 13, 2017 10:11
Hierarchical Edge Bundling => Sitemap
<html>
<head>
<title>Hierarchical Edge Bundling</title>
<style type="text/css">
.node
{
font: 300 11px "Helvetica Neue" , Helvetica, Arial, sans-serif;
fill: #bbb;
}
@musakkhir
musakkhir / index.html
Created July 13, 2017 10:05
Concept Map Network for Website
<html>
<head>
<title>Concept Map Network</title>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css" />
<style type="text/css">
#hidden-comments {
display: none;
}
#show-comments {