This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
body { | |
background: black; | |
margin: 0; | |
padding: 0; | |
overflow: hidden !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://cdn.jsdelivr.net/npm/vega@latest"></script> | |
<script src="https://cdn.jsdelivr.net/npm/vega-lite@latest"></script> | |
<script src="https://cdn.jsdelivr.net/npm/vega-embed@latest"></script> | |
</head> | |
<body> | |
<div id='text1'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>CATZ vs DOGZ</title> | |
<style> | |
body { | |
color: white; | |
background: black; | |
overflow: hidden; | |
margin: 20px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
body { | |
color: white; | |
background-color: black; | |
width: 100%; | |
height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script> | |
</head> | |
<body> | |
<div id='myDiv'></div> | |
<script> | |
var semesters = ['F16', 'Sp17', 'F17', 'Sp18', 'F18', 'Sp19', 'F19', 'Sp20', 'F20', 'Sp21', 'F21', 'Sp22', 'F22', 'Sp23', 'F23']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
html, body { | |
background-color:#000; | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
overflow: hidden !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Taichi.js</title> | |
<style> | |
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } | |
#c { width: 100%; height: 100%; } | |
</style> | |
<script src="https://unpkg.com/taichi.js/dist/taichi.umd.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Babylon.js</title> | |
<style> | |
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } | |
#c { width: 100%; height: 100%; } | |
</style> | |
<script src="https://cdn.babylonjs.com/babylon.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- for linux: google-chrome --enable-unsafe-webgpu --use-vulkan=true --test-type --enable-features=Vulkan --> | |
<html> | |
<head> | |
<title>WebGPU Hello Triangle</title> | |
<style> | |
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } | |
#c { width: 100%; height: 100%; } | |
</style> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>NiiVue!</title> | |
<style> | |
body { | |
background-color:#000; | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
overflow: hidden !important; |
NewerOlder