Skip to content

Instantly share code, notes, and snippets.

View acidsound's full-sized avatar

LEE JAE HO acidsound

View GitHub Profile
package test
import (
"bufio"
"fmt"
"io"
"net"
"os"
"os/signal"
"syscall"
@acidsound
acidsound / TestQUIC.go
Last active September 4, 2019 07:48
Simple QUIC ECHO Server
package main
import (
"bytes"
"context"
"crypto/rand"
"crypto/rsa"
"crypto/tls"
"crypto/x509"
"encoding/pem"
@acidsound
acidsound / gencode.go
Created July 24, 2019 07:29
gencode example
package main
import (
"fmt"
"io"
"time"
"unsafe"
)
var (
@acidsound
acidsound / index.html
Created February 27, 2019 18:59
JS Bin Blaze-Ladder Game // source https://jsbin.com/feceh
<html>
<head>
<meta name="description" content="Blaze-Ladder Game">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta charset="utf-8">
<title>JS Bin</title>
<script type="text/spacebars" name="main">
<div class="selector" id="left"></div>
<div class="selector" id="right"></div>
@acidsound
acidsound / index.html
Created February 27, 2019 18:58
Simple Knob simple SVG knob // source https://jsbin.com/nupeke
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="simple SVG knob">
<meta charset="utf-8">
<title>Simple Knob</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<script type="text/spacebars" name="main">
<svg>
<defs>
@acidsound
acidsound / index.html
Created February 27, 2019 18:54
Audio Input // source https://jsbin.com/tidoqi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Audio Input</title>
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.indigo-blue.min.css" />
<style id="jsbin-css">
.container {
display: flexbox;
display: -webkit-flexbox;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<style id="jsbin-css">
#play {
background-color: lightyellow;
color: silver;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.7/pixi.min.js"></script>
<style id="jsbin-css">
body {
margin: 0;
padding: 0;
@acidsound
acidsound / blaze.js
Last active February 27, 2019 18:47
blaze.js
Meteor = {};
!function(){var e,t;(function(){t={}}).call(this),function(){(function(){var e=this,r=e._,n={},o=Array.prototype,a=Object.prototype,c=Function.prototype,s=o.push,i=o.slice,u=o.concat,d=a.toString,p=a.hasOwnProperty,l=o.forEach,h=o.map,f=o.reduce,g=o.reduceRight,m=o.filter,v=o.every,y=o.some,E=o.indexOf,b=o.lastIndexOf,A=Array.isArray,C=Object.keys,w=c.bind,_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};"undefined"!=typeof t?("undefined"!=typeof module&&module.exports&&(t=module.exports=_),t._=_):e._=_,_.VERSION="1.5.2";var x=function(e){return"[object Arguments]"===d.call(e)};x(arguments)||(x=function(e){return!(!e||!p.call(e,"callee")||"function"!=typeof e.callee)});var D=function(e){return e.length===+e.length&&(x(e)||e.constructor!==Object)},T=_.each=_.forEach=function(e,t,r){if(null!=e)if(l&&e.forEach===l)e.forEach(t,r);else if(D(e)){for(var o=0,a=e.length;a>o;o++)if(t.call(r,e[o],o,e)===n)return}else for(var c=_.keys(e),o=0,a=c.length;a>o;o++)if(t.cal
@acidsound
acidsound / index.html
Created February 27, 2019 18:32
webMPC /w MIDI Input webMPC supports MIDI Inputs // source https://jsbin.com/hacota
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="webMPC supports MIDI Inputs">
<meta charset="utf-8">
<title>webMPC /w MIDI Input</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.indigo-blue.min.css" />
<meta name="author" content="spectrum@meteor">
<meta property="og:description" content="webMPC supports MIDI Inputs">