Skip to content

Instantly share code, notes, and snippets.

View erickzhao's full-sized avatar
🍄
@ Henesys Hunting Grounds II

Erick Zhao erickzhao

🍄
@ Henesys Hunting Grounds II
View GitHub Profile
@erickzhao
erickzhao / index.html
Created November 26, 2020 23:45
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Last active November 26, 2020 22:59
os.cpus()
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>CPU stats</h1>
<button id="btn">Click here for CPU stats</button>
@erickzhao
erickzhao / index.html
Created November 24, 2020 23:05
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Last active November 24, 2020 23:05
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Last active November 24, 2020 23:02
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Created November 9, 2020 04:17
testing 2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
</head>
@erickzhao
erickzhao / index.html
Created November 9, 2020 04:15
testing
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Last active March 8, 2026 16:21
Chart.js example
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<div>
<canvas id="myChart"></canvas>
@erickzhao
erickzhao / index.html
Created November 2, 2020 19:54
Dialogs
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@erickzhao
erickzhao / index.html
Last active November 9, 2020 04:17
Three.js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
</head>