Skip to content

Instantly share code, notes, and snippets.

View mike-schultz's full-sized avatar

Mike Schultz mike-schultz

View GitHub Profile
@mike-schultz
mike-schultz / index.html
Created January 20, 2021 19:58
Test Gist
<html>
<head></head>
<body>
hello world
</body>
</html>
@mike-schultz
mike-schultz / arrow.svg
Last active January 19, 2021 04:49
A simple html page
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
letter frequency
A .08167
B .01492
C .02782
D .04253
E .12702
F .02288
G .02015
H .06094
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mike-schultz
mike-schultz / package.json
Created August 17, 2016 00:45
Simple express session demo
{
"name": "sample-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
<html>
<head>
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
</head>
<body>
<div id="myChart"></div>
<script>
var myConfig = {
type: 'line',
series: [{
<html>
<head>
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
</head>
<body>
<div id="myChart"></div>
</body>
</html>
@mike-schultz
mike-schultz / index.html
Last active July 5, 2016 17:34
demochart
<html>
<head>
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
</head>
<body>
<div id="myChart"></div>
<script>
var myConfig = {
type: 'line',
series: [{
var hello = 'world';
for(var i =0; i < 1000; i++){
console.log('yes');
}
test foobar