Skip to content

Instantly share code, notes, and snippets.

const React = require('react');
const h = require('react-hyperscript');
class Textbox extends React.Component {
constructor( props ){
super(props);
// props
// defaultValue, value, onClick
}
@maxkfranz
maxkfranz / tokyo-railways-style-2.cycss
Created April 5, 2016 17:06
tokyo-railways-style-2.cycss
node {
background-color: white;
border-color: black;
content: data(station_name);
width: 20;
height: 20;
color: #fff;
font-size: 16;
}
@maxkfranz
maxkfranz / index.html
Last active April 11, 2017 19:13
cose-bilkent compound
<!DOCTYPE>
<html>
<head>
<title>cytoscape-cose-bilkent.js demo (compound)</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
@maxkfranz
maxkfranz / index.html
Created October 26, 2015 20:19
labels
<!DOCTYPE>
<html>
<head>
<title>Labels demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://cytoscape.github.io/cytoscape.js/api/cytoscape.js-latest/cytoscape.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active October 27, 2015 15:24
edge types
<!DOCTYPE>
<html>
<head>
<title>Edge types demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://cytoscape.github.io/cytoscape.js/api/cytoscape.js-latest/cytoscape.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active October 21, 2015 17:21
grid demo
<!DOCTYPE>
<html>
<head>
<title>Grid demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active April 30, 2017 08:02
circle demo
<!DOCTYPE>
<html>
<head>
<title>Circle demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active October 21, 2015 17:20
concentric demo
<!DOCTYPE>
<html>
<head>
<title>Concentric demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active August 11, 2016 10:22
cose demo
<!DOCTYPE>
<html>
<head>
<title>cose demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
@maxkfranz
maxkfranz / index.html
Last active April 11, 2017 19:12
cytoscape-code-bilkent demo
<!DOCTYPE>
<html>
<head>
<title>cytoscape-cose-bilkent.js demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>